2023-12-08T09:15:42.222 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T09:15:42.223 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} --name yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353 --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353/orig.config.yaml 2023-12-08T09:15:42.257 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T09:15:42.342 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353 branch: wip-yuri5-testing-2023-12-07-0740-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: '7483353' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-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-yuri5-testing-2023-12-07-0740-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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgwL0ulcaaLHJsTvEF1u95jpH6F2ZzjJZQvFFZUMwpupWUzEo0P9O1G+J5a2Zr9Sk4+bzhkei++YMAA7hIPzBg= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDw0UbZgrUYNK8QMGrb1baM9l+UapChidJC0WdNyTvz5vJUudRPZiYb7CJU41jLvijVM5vvPIAvaeMYsjZHDif4= 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-08_04:25:47 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-08T09:15:42.342 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T09:15:42.343 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T09:15:42.343 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T09:15:42.345 INFO:teuthology.task.internal:Checking packages... 2023-12-08T09:15:42.369 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T09:15:42.370 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T09:15:42.370 INFO:teuthology.packaging:ref: None 2023-12-08T09:15:42.370 INFO:teuthology.packaging:tag: None 2023-12-08T09:15:42.370 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T09:15:42.370 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T09:15:42.371 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T09:15:42.516 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365.g451ceae1 2023-12-08T09:15:42.516 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T09:15:42.523 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T09:15:42.523 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T09:15:42.532 INFO:teuthology.task.internal:Saving configuration 2023-12-08T09:15:42.545 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T09:15:42.551 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T09:15:42.576 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353', '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-08 09:10:37.814300', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgwL0ulcaaLHJsTvEF1u95jpH6F2ZzjJZQvFFZUMwpupWUzEo0P9O1G+J5a2Zr9Sk4+bzhkei++YMAA7hIPzBg='} 2023-12-08T09:15:42.597 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353', '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-08 09:10:37.815871', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDw0UbZgrUYNK8QMGrb1baM9l+UapChidJC0WdNyTvz5vJUudRPZiYb7CJU41jLvijVM5vvPIAvaeMYsjZHDif4='} 2023-12-08T09:15:42.598 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T09:15:42.604 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-08T09:15:42.604 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-08T09:15:42.604 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T09:15:42.685 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f68ae95ba60>, signals=[15]) 2023-12-08T09:15:42.685 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T09:15:42.691 INFO:teuthology.task.internal:Opening connections... 2023-12-08T09:15:42.691 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2023-12-08T09:15:42.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:15:42.759 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2023-12-08T09:15:42.760 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:15:42.830 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T09:15:42.836 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2023-12-08T09:15:42.854 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2023-12-08T09:15:42.854 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="Red Hat Enterprise Linux" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="8.4 (Ootpa)" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:ID="rhel" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE="fedora" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="8.4" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:PLATFORM_ID="platform:el8" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:ANSI_COLOR="0;31" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-08T09:15:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://www.redhat.com/" 2023-12-08T09:15:42.912 INFO:teuthology.orchestra.run.smithi119.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-08T09:15:42.912 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T09:15:42.912 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:15:42.912 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T09:15:42.912 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-08T09:15:42.912 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-08T09:15:42.912 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-08T09:15:42.912 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2023-12-08T09:15:42.934 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2023-12-08T09:15:42.952 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2023-12-08T09:15:42.952 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Red Hat Enterprise Linux" 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8.4 (Ootpa)" 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:ID="rhel" 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="fedora" 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8.4" 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2023-12-08T09:15:43.010 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-08T09:15:43.011 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.redhat.com/" 2023-12-08T09:15:43.011 INFO:teuthology.orchestra.run.smithi145.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-08T09:15:43.011 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T09:15:43.011 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:15:43.011 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T09:15:43.011 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-08T09:15:43.011 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-08T09:15:43.011 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-08T09:15:43.011 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2023-12-08T09:15:43.034 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T09:15:43.041 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T09:15:43.047 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T09:15:43.047 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2023-12-08T09:15:43.050 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2023-12-08T09:15:43.067 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T09:15:43.073 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T09:15:43.073 DEBUG:teuthology.orchestra.run.smithi119:> test -z $(ls -A /var/lib/ceph) 2023-12-08T09:15:43.106 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2023-12-08T09:15:43.119 INFO:teuthology.orchestra.run.smithi119.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-08T09:15:43.123 INFO:teuthology.orchestra.run.smithi145.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-08T09:15:43.124 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T09:15:43.184 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T09:15:43.200 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T09:15:43.200 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T09:15:43.201 DEBUG:teuthology.orchestra.run.smithi119:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T09:15:43.201 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T09:15:43.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:15:43.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:15:43.219 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-12-08T09:15:43.220 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2023-12-08T09:15:43.275 INFO:teuthology.orchestra.run.smithi119.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-08T09:15:43.276 INFO:teuthology.task.kernel:Running kernel on smithi119: 4.18.0-305.25.1.el8_4.x86_64 2023-12-08T09:15:43.276 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum install -y kernel 2023-12-08T09:15:43.277 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-08T09:15:43.277 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-305.25.1.el8_4.x86_64 2023-12-08T09:15:43.277 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2023-12-08T09:15:44.669 INFO:teuthology.orchestra.run.smithi119.stdout:Updating Subscription Management repositories. 2023-12-08T09:15:44.670 INFO:teuthology.orchestra.run.smithi119.stdout:Unable to read consumer identity 2023-12-08T09:15:44.742 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-08T09:15:44.743 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-08T09:15:46.253 INFO:teuthology.orchestra.run.smithi119.stdout:Copr repo for python3-asyncssh owned by ceph 10 kB/s | 3.5 kB 00:00 2023-12-08T09:15:46.260 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-08T09:15:47.619 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-08T09:15:48.122 INFO:teuthology.orchestra.run.smithi119.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-12-08T09:15:50.908 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 4.0 MB/s | 24 kB 00:00 2023-12-08T09:15:51.424 INFO:teuthology.orchestra.run.smithi119.stdout:lab-extras 4.7 MB/s | 24 kB 00:00 2023-12-08T09:15:51.686 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-08T09:15:51.687 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-08T09:15:51.687 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-08T09:15:51.840 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-08T09:15:51.841 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2023-12-08T09:15:51.841 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-08T09:15:51.952 DEBUG:teuthology.orchestra.run.smithi145:> echo no | sudo yum reinstall kernel || true 2023-12-08T09:15:52.235 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-08T09:15:52.235 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-08T09:15:52.236 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-08T09:15:52.296 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-08T09:15:52.296 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-08T09:15:52.384 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2023-12-08T09:15:52.385 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2023-12-08T09:15:52.385 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2023-12-08T09:15:52.489 DEBUG:teuthology.orchestra.run.smithi119:> echo no | sudo yum reinstall kernel || true 2023-12-08T09:15:52.589 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:02 ago on Fri 08 Dec 2023 09:15:50 AM UTC. 2023-12-08T09:15:52.751 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T09:15:52.752 INFO:teuthology.orchestra.run.smithi145.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-08T09:15:52.752 INFO:teuthology.orchestra.run.smithi145.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-08T09:15:52.777 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2023-12-08T09:15:52.828 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum reinstall -y kernel || true 2023-12-08T09:15:52.832 INFO:teuthology.orchestra.run.smithi119.stdout:Updating Subscription Management repositories. 2023-12-08T09:15:52.832 INFO:teuthology.orchestra.run.smithi119.stdout:Unable to read consumer identity 2023-12-08T09:15:53.126 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:02 ago on Fri 08 Dec 2023 09:15:51 AM UTC. 2023-12-08T09:15:53.171 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-08T09:15:53.172 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-08T09:15:53.272 INFO:teuthology.orchestra.run.smithi119.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T09:15:53.272 INFO:teuthology.orchestra.run.smithi119.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-08T09:15:53.272 INFO:teuthology.orchestra.run.smithi119.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-08T09:15:53.312 INFO:teuthology.orchestra.run.smithi119.stderr:Error: No packages marked for reinstall. 2023-12-08T09:15:53.361 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum reinstall -y kernel || true 2023-12-08T09:15:53.459 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:03 ago on Fri 08 Dec 2023 09:15:50 AM UTC. 2023-12-08T09:15:53.600 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T09:15:53.601 INFO:teuthology.orchestra.run.smithi145.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-08T09:15:53.601 INFO:teuthology.orchestra.run.smithi145.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-08T09:15:53.615 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2023-12-08T09:15:53.666 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:15:53.701 INFO:teuthology.orchestra.run.smithi119.stdout:Updating Subscription Management repositories. 2023-12-08T09:15:53.701 INFO:teuthology.orchestra.run.smithi119.stdout:Unable to read consumer identity 2023-12-08T09:15:53.791 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:53.791 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:53.791 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-08T09:15:53.791 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T09:15:53.792 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T09:15:53.792 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T09:15:53.792 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T09:15:53.792 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:15:53.918 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:53.918 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:53.918 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2023-12-08T09:15:53.945 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2023-12-08T09:15:53.945 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2023-12-08T09:15:53.946 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.02 2023-12-08T09:15:53.946 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 99.el8_4.1 2023-12-08T09:15:53.946 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2023-12-08T09:15:53.946 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-08T09:15:53.946 INFO:teuthology.orchestra.run.smithi145.stdout:Group : System Environment/Base 2023-12-08T09:15:53.946 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 9264631 2023-12-08T09:15:53.947 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2023-12-08T09:15:53.947 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-08T09:15:53.947 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-08T09:15:53.947 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-08T09:15:53.947 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-08T09:15:53.947 INFO:teuthology.orchestra.run.smithi145.stdout:Relocations : (not relocatable) 2023-12-08T09:15:53.948 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : Red Hat, Inc. 2023-12-08T09:15:53.948 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : Red Hat, Inc. 2023-12-08T09:15:53.948 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T09:15:53.948 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2023-12-08T09:15:53.948 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2023-12-08T09:15:53.948 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:15:53.949 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T09:15:53.949 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T09:15:53.949 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T09:15:53.949 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2023-12-08T09:15:53.949 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:15:53.949 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T09:15:53.950 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T09:15:53.950 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:53.951 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T09:15:53.983 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:02 ago on Fri 08 Dec 2023 09:15:51 AM UTC. 2023-12-08T09:15:54.138 INFO:teuthology.orchestra.run.smithi119.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T09:15:54.138 INFO:teuthology.orchestra.run.smithi119.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-08T09:15:54.138 INFO:teuthology.orchestra.run.smithi119.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-08T09:15:54.152 INFO:teuthology.orchestra.run.smithi119.stderr:Error: No packages marked for reinstall. 2023-12-08T09:15:54.200 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:15:54.325 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:54.325 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:54.325 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-08T09:15:54.325 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T09:15:54.325 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T09:15:54.326 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T09:15:54.326 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi119.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T09:15:54.326 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:15:54.451 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:54.451 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:54.452 DEBUG:teuthology.orchestra.run.smithi119:> sudo rpm -qi grub2-tools 2023-12-08T09:15:54.478 INFO:teuthology.orchestra.run.smithi119.stdout:Name : grub2-tools 2023-12-08T09:15:54.478 INFO:teuthology.orchestra.run.smithi119.stdout:Epoch : 1 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Version : 2.02 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Release : 99.el8_4.1 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: x86_64 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Group : System Environment/Base 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Size : 9264631 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:License : GPLv3+ 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Relocations : (not relocatable) 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Packager : Red Hat, Inc. 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:Vendor : Red Hat, Inc. 2023-12-08T09:15:54.479 INFO:teuthology.orchestra.run.smithi119.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout:Summary : Support tools for GRUB. 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout:Description : 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout:hardware devices. 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:15:54.480 INFO:teuthology.orchestra.run.smithi119.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T09:15:54.481 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T09:15:54.481 INFO:teuthology.task.kernel:Updating grub on smithi119 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:54.481 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T09:15:55.187 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2023-12-08T09:15:55.981 INFO:teuthology.orchestra.run.smithi119.stderr:Generating grub configuration file ... 2023-12-08T09:15:57.230 INFO:teuthology.orchestra.run.smithi145.stderr:done 2023-12-08T09:15:57.233 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2023-12-08T09:15:57.246 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.eQHmu7Ar0b 2023-12-08T09:15:57.247 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.eQHmu7Ar0b 2023-12-08T09:15:57.316 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.eQHmu7Ar0b 2023-12-08T09:15:57.478 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.eQHmu7Ar0b is 6KB 2023-12-08T09:15:57.526 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.eQHmu7Ar0b 2023-12-08T09:15:57.539 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T09:15:57.614 INFO:teuthology.orchestra.run.smithi145.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-08T09:15:57.614 INFO:teuthology.orchestra.run.smithi145.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-08T09:15:57.615 INFO:teuthology.orchestra.run.smithi145.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-08T09:15:57.615 INFO:teuthology.orchestra.run.smithi145.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-08T09:15:57.616 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:57.791 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2023-12-08T09:15:57.905 INFO:teuthology.orchestra.run.smithi119.stderr:done 2023-12-08T09:15:57.908 DEBUG:teuthology.orchestra.run.smithi119:> mktemp 2023-12-08T09:15:57.921 INFO:teuthology.orchestra.run.smithi119.stdout:/tmp/tmp.YRKKJjHbGq 2023-12-08T09:15:57.922 DEBUG:teuthology.orchestra.run.smithi119:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YRKKJjHbGq 2023-12-08T09:15:58.005 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0666 /tmp/tmp.YRKKJjHbGq 2023-12-08T09:15:58.163 DEBUG:teuthology.orchestra.remote:smithi119:/tmp/tmp.YRKKJjHbGq is 6KB 2023-12-08T09:15:58.212 DEBUG:teuthology.orchestra.run.smithi119:> rm -fr /tmp/tmp.YRKKJjHbGq 2023-12-08T09:15:58.225 DEBUG:teuthology.orchestra.run.smithi119:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T09:15:58.295 INFO:teuthology.orchestra.run.smithi119.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-08T09:15:58.295 INFO:teuthology.orchestra.run.smithi119.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-08T09:15:58.296 INFO:teuthology.orchestra.run.smithi119.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-08T09:15:58.296 INFO:teuthology.orchestra.run.smithi119.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-08T09:15:58.297 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:15:58.448 DEBUG:teuthology.orchestra.run.smithi119:> sudo shutdown -r now 2023-12-08T09:16:27.822 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T09:16:27.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-08T09:16:27.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:16:28.452 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T09:16:28.452 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-08T09:16:28.452 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:17:02.946 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2023-12-08T09:17:11.955 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-08T09:17:11.956 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:17:15.014 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2023-12-08T09:17:27.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-08T09:17:27.027 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:17:27.826 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T09:17:30.086 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2023-12-08T09:17:36.832 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-08T09:17:36.833 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:17:37.258 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-12-08T09:17:37.572 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-08T09:17:37.572 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-08T09:17:37.573 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-12-08T09:17:37.587 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-08T09:17:37.587 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-08T09:17:37.587 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T09:17:37.588 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-08T09:17:38.589 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T09:17:38.589 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T09:17:38.724 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2023-12-08T09:17:38.736 DEBUG:teuthology.parallel:result is None 2023-12-08T09:17:45.088 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-08T09:17:45.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:17:45.440 DEBUG:teuthology.orchestra.run.smithi119:> true 2023-12-08T09:17:45.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-08T09:17:45.741 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-08T09:17:45.741 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2023-12-08T09:17:45.758 INFO:teuthology.orchestra.run.smithi119.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-08T09:17:45.759 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-08T09:17:45.759 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T09:17:45.759 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-08T09:17:46.759 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T09:17:46.759 DEBUG:teuthology.orchestra.run.smithi119:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T09:17:46.850 INFO:teuthology.orchestra.run.smithi119.stdout:ttyS1 2023-12-08T09:17:46.871 DEBUG:teuthology.parallel:result is None 2023-12-08T09:17:46.872 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T09:17:46.883 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T09:17:46.884 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T09:17:46.886 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T09:17:46.905 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T09:17:46.916 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T09:17:46.929 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T09:17:46.929 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T09:17:46.941 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T09:17:46.984 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T09:17:46.994 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T09:17:46.994 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:17:47.000 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:17:47.025 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:17:47.036 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:17:47.177 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:17:47.188 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:17:47.190 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T09:17:47.198 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T09:17:47.198 DEBUG:teuthology.orchestra.run.smithi119:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T09:17:47.201 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T09:17:47.226 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T09:17:47.236 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T09:17:47.237 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T09:17:47.266 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T09:17:47.281 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:17:47.369 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:17:47.624 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:17:47.666 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:17:47.704 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:17:47.705 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T09:17:47.789 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:17:47.835 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:17:47.896 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:17:47.937 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:17:47.977 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:17:47.977 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T09:17:48.042 DEBUG:teuthology.orchestra.run.smithi119:> sudo service rsyslog restart 2023-12-08T09:17:48.051 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2023-12-08T09:17:48.135 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:17:48.268 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:17:48.657 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T09:17:48.665 INFO:teuthology.task.internal:Starting timer... 2023-12-08T09:17:48.666 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T09:17:48.683 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T09:17:48.692 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-08T09:17:48.692 DEBUG:teuthology.orchestra.run.smithi119:> sudo service auditd rotate 2023-12-08T09:17:49.395 INFO:teuthology.orchestra.run.smithi119.stdout:Rotating logs: [ OK ] 2023-12-08T09:17:49.406 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2023-12-08T09:17:49.467 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: [ OK ] 2023-12-08T09:17:49.469 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T09:17:49.469 DEBUG:teuthology.orchestra.run.smithi119:> /usr/sbin/getenforce 2023-12-08T09:17:49.541 INFO:teuthology.orchestra.run.smithi119.stdout:Permissive 2023-12-08T09:17:49.542 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2023-12-08T09:17:49.568 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2023-12-08T09:17:49.568 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi119.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive'} 2023-12-08T09:17:49.568 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:17:49.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:17:50.000 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:17:50.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:17:50.028 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T09:17:50.028 DEBUG:teuthology.orchestra.run.smithi119:> sudo /usr/sbin/setenforce permissive 2023-12-08T09:17:50.323 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2023-12-08T09:17:50.351 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T09:17:50.364 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-08T09:17:50.364 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T09:17:50.387 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-08T09:17:50.389 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi119.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T09:26:34.115 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi119.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2023-12-08T09:26:34.116 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-08T09:26:34.117 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:26:34.186 DEBUG:teuthology.orchestra.run.smithi119:> true 2023-12-08T09:26:34.254 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-08T09:26:34.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-08T09:26:34.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:26:34.327 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-12-08T09:26:34.393 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-08T09:26:34.394 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T09:26:34.408 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T09:26:34.408 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T09:26:34.409 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:26:34.411 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T09:26:34.412 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:26:34.439 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T09:26:34.453 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T09:26:34.463 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T09:26:34.478 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T09:26:34.488 INFO:teuthology.orchestra.run.smithi119.stderr:sudo: ntpd: command not found 2023-12-08T09:26:34.497 INFO:teuthology.orchestra.run.smithi119.stdout:506 Cannot talk to daemon 2023-12-08T09:26:34.511 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T09:26:34.515 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2023-12-08T09:26:34.524 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T09:26:34.525 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2023-12-08T09:26:34.539 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T09:26:34.553 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T09:26:34.590 INFO:teuthology.orchestra.run.smithi119.stderr:bash: ntpq: command not found 2023-12-08T09:26:34.592 INFO:teuthology.orchestra.run.smithi119.stdout:210 Number of sources = 4 2023-12-08T09:26:34.592 INFO:teuthology.orchestra.run.smithi119.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:26:34.592 INFO:teuthology.orchestra.run.smithi119.stdout:=============================================================================== 2023-12-08T09:26:34.592 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:26:34.592 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:26:34.592 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:26:34.592 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:26:34.615 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-12-08T09:26:34.617 INFO:teuthology.orchestra.run.smithi145.stdout:210 Number of sources = 4 2023-12-08T09:26:34.618 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:26:34.618 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-12-08T09:26:34.618 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:26:34.618 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:26:34.618 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:26:34.618 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:26:34.618 INFO:teuthology.run_tasks:Running task pexec... 2023-12-08T09:26:34.628 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-08T09:26:34.629 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi119.front.sepia.ceph.com 2023-12-08T09:26:34.629 DEBUG:teuthology.orchestra.run.smithi119:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T09:26:34.629 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2023-12-08T09:26:34.629 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T09:26:35.025 INFO:teuthology.orchestra.run.smithi119.stdout:Updating Subscription Management repositories. 2023-12-08T09:26:35.055 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-08T09:26:35.971 INFO:teuthology.orchestra.run.smithi119.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 179 kB/s | 4.5 kB 00:00 2023-12-08T09:26:36.015 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 156 kB/s | 4.1 kB 00:00 2023-12-08T09:26:36.156 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 171 kB/s | 4.5 kB 00:00 2023-12-08T09:26:36.181 INFO:teuthology.orchestra.run.smithi119.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 155 kB/s | 4.1 kB 00:00 2023-12-08T09:26:38.418 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout:Resetting modules: 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-08T09:26:38.419 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:26:38.472 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2023-12-08T09:26:38.473 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2023-12-08T09:26:38.473 INFO:teuthology.orchestra.run.smithi119.stdout: Package Architecture Version Repository Size 2023-12-08T09:26:38.473 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2023-12-08T09:26:38.473 INFO:teuthology.orchestra.run.smithi119.stdout:Resetting modules: 2023-12-08T09:26:38.473 INFO:teuthology.orchestra.run.smithi119.stdout: container-tools 2023-12-08T09:26:38.473 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:26:38.473 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2023-12-08T09:26:38.473 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2023-12-08T09:26:38.474 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:26:41.407 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-08T09:26:41.600 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2023-12-08T09:26:41.843 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-08T09:26:42.040 INFO:teuthology.orchestra.run.smithi119.stdout:Updating Subscription Management repositories. 2023-12-08T09:26:42.827 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 152 kB/s | 4.1 kB 00:00 2023-12-08T09:26:42.974 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 165 kB/s | 4.5 kB 00:00 2023-12-08T09:26:42.983 INFO:teuthology.orchestra.run.smithi119.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 161 kB/s | 4.5 kB 00:00 2023-12-08T09:26:43.195 INFO:teuthology.orchestra.run.smithi119.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 154 kB/s | 4.1 kB 00:00 2023-12-08T09:26:45.225 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-08T09:26:45.279 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================================== 2023-12-08T09:26:45.279 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-12-08T09:26:45.279 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================================== 2023-12-08T09:26:45.279 INFO:teuthology.orchestra.run.smithi145.stdout:Installing group/module packages: 2023-12-08T09:26:45.279 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.279 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.stdout:Downgrading: 2023-12-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.280 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.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-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout:Installing module profiles: 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools/common 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling module streams: 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 3.0 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================================== 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout:Install 7 Packages 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout:Downgrade 12 Packages 2023-12-08T09:26:45.281 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:26:45.282 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 51 M 2023-12-08T09:26:45.282 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-08T09:26:45.320 INFO:teuthology.orchestra.run.smithi145.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 1.4 MB/s | 52 kB 00:00 2023-12-08T09:26:45.325 INFO:teuthology.orchestra.run.smithi145.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 1.6 MB/s | 69 kB 00:00 2023-12-08T09:26:45.330 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2023-12-08T09:26:45.344 INFO:teuthology.orchestra.run.smithi145.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 21 MB/s | 511 kB 00:00 2023-12-08T09:26:45.362 INFO:teuthology.orchestra.run.smithi145.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 2.9 MB/s | 51 kB 00:00 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout:========================================================================================================================== 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout:========================================================================================================================== 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout:Installing group/module packages: 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2023-12-08T09:26:45.381 INFO:teuthology.orchestra.run.smithi119.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.stdout:Downgrading: 2023-12-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.382 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.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-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout:Installing module profiles: 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout: container-tools/common 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout:Enabling module streams: 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout: container-tools 3.0 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout:========================================================================================================================== 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout:Install 7 Packages 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout:Downgrade 12 Packages 2023-12-08T09:26:45.383 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:26:45.384 INFO:teuthology.orchestra.run.smithi145.stdout:(5/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 52 MB/s | 3.1 MB 00:00 2023-12-08T09:26:45.384 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 51 M 2023-12-08T09:26:45.384 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2023-12-08T09:26:45.385 INFO:teuthology.orchestra.run.smithi145.stdout:(6/19): podman-docker-3.0.1-7.module+el8.4.0+12 2.4 MB/s | 56 kB 00:00 2023-12-08T09:26:45.402 INFO:teuthology.orchestra.run.smithi145.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 4.0 MB/s | 72 kB 00:00 2023-12-08T09:26:45.404 INFO:teuthology.orchestra.run.smithi145.stdout:(8/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 2.4 MB/s | 51 kB 00:00 2023-12-08T09:26:45.426 INFO:teuthology.orchestra.run.smithi145.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 14 MB/s | 320 kB 00:00 2023-12-08T09:26:45.433 INFO:teuthology.orchestra.run.smithi119.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 1.4 MB/s | 69 kB 00:00 2023-12-08T09:26:45.434 INFO:teuthology.orchestra.run.smithi119.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 1.0 MB/s | 52 kB 00:00 2023-12-08T09:26:45.458 INFO:teuthology.orchestra.run.smithi145.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 2.8 MB/s | 91 kB 00:00 2023-12-08T09:26:45.460 INFO:teuthology.orchestra.run.smithi119.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 19 MB/s | 511 kB 00:00 2023-12-08T09:26:45.478 INFO:teuthology.orchestra.run.smithi145.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 2.1 MB/s | 41 kB 00:00 2023-12-08T09:26:45.479 INFO:teuthology.orchestra.run.smithi119.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 2.7 MB/s | 51 kB 00:00 2023-12-08T09:26:45.496 INFO:teuthology.orchestra.run.smithi145.stdout:(12/19): udica-0.2.4-1.module+el8.4.0+11818+341 2.7 MB/s | 51 kB 00:00 2023-12-08T09:26:45.498 INFO:teuthology.orchestra.run.smithi119.stdout:(5/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 48 MB/s | 3.1 MB 00:00 2023-12-08T09:26:45.499 INFO:teuthology.orchestra.run.smithi119.stdout:(6/19): podman-docker-3.0.1-7.module+el8.4.0+12 2.7 MB/s | 56 kB 00:00 2023-12-08T09:26:45.516 INFO:teuthology.orchestra.run.smithi119.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 4.3 MB/s | 72 kB 00:00 2023-12-08T09:26:45.527 INFO:teuthology.orchestra.run.smithi119.stdout:(8/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 1.7 MB/s | 51 kB 00:00 2023-12-08T09:26:45.535 INFO:teuthology.orchestra.run.smithi119.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 16 MB/s | 320 kB 00:00 2023-12-08T09:26:45.550 INFO:teuthology.orchestra.run.smithi119.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 6.0 MB/s | 91 kB 00:00 2023-12-08T09:26:45.564 INFO:teuthology.orchestra.run.smithi119.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 3.0 MB/s | 41 kB 00:00 2023-12-08T09:26:45.577 INFO:teuthology.orchestra.run.smithi119.stdout:(12/19): udica-0.2.4-1.module+el8.4.0+11818+341 3.7 MB/s | 51 kB 00:00 2023-12-08T09:26:45.639 INFO:teuthology.orchestra.run.smithi145.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 57 MB/s | 20 MB 00:00 2023-12-08T09:26:45.697 INFO:teuthology.orchestra.run.smithi145.stdout:(14/19): podman-3.0.1-7.module+el8.4.0+12906+0c 41 MB/s | 12 MB 00:00 2023-12-08T09:26:45.703 INFO:teuthology.orchestra.run.smithi145.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 17 MB/s | 1.1 MB 00:00 2023-12-08T09:26:45.712 INFO:teuthology.orchestra.run.smithi119.stdout:(13/19): buildah-1.19.7-1.module+el8.4.0+11818+ 56 MB/s | 7.4 MB 00:00 2023-12-08T09:26:45.722 INFO:teuthology.orchestra.run.smithi145.stdout:(16/19): crun-0.18-2.module+el8.4.0+11818+34146 9.8 MB/s | 185 kB 00:00 2023-12-08T09:26:45.739 INFO:teuthology.orchestra.run.smithi145.stdout:(17/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 949 kB/s | 16 kB 00:00 2023-12-08T09:26:45.824 INFO:teuthology.orchestra.run.smithi119.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 46 MB/s | 20 MB 00:00 2023-12-08T09:26:45.838 INFO:teuthology.orchestra.run.smithi145.stdout:(18/19): buildah-1.19.7-1.module+el8.4.0+11818+ 22 MB/s | 7.4 MB 00:00 2023-12-08T09:26:45.874 INFO:teuthology.orchestra.run.smithi145.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 36 MB/s | 6.3 MB 00:00 2023-12-08T09:26:45.875 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:26:45.875 INFO:teuthology.orchestra.run.smithi145.stdout:Total 87 MB/s | 51 MB 00:00 2023-12-08T09:26:45.891 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-08T09:26:45.908 INFO:teuthology.orchestra.run.smithi119.stdout:(15/19): podman-3.0.1-7.module+el8.4.0+12906+0c 31 MB/s | 12 MB 00:00 2023-12-08T09:26:45.920 INFO:teuthology.orchestra.run.smithi119.stdout:(16/19): cockpit-podman-29-2.module+el8.4.0+118 5.1 MB/s | 1.1 MB 00:00 2023-12-08T09:26:45.925 INFO:teuthology.orchestra.run.smithi119.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 11 MB/s | 185 kB 00:00 2023-12-08T09:26:45.933 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-08T09:26:45.933 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-08T09:26:45.938 INFO:teuthology.orchestra.run.smithi119.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 908 kB/s | 16 kB 00:00 2023-12-08T09:26:45.971 INFO:teuthology.orchestra.run.smithi119.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 43 MB/s | 6.3 MB 00:00 2023-12-08T09:26:45.971 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:26:45.971 INFO:teuthology.orchestra.run.smithi119.stdout:Total 87 MB/s | 51 MB 00:00 2023-12-08T09:26:45.987 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2023-12-08T09:26:46.029 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2023-12-08T09:26:46.030 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2023-12-08T09:26:46.794 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-08T09:26:46.796 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-08T09:26:46.890 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2023-12-08T09:26:46.894 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2023-12-08T09:26:47.994 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-08T09:26:48.059 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2023-12-08T09:26:48.060 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-12-08T09:26:48.116 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-12-08T09:26:48.221 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-08T09:26:48.231 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-08T09:26:48.247 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T09:26:48.324 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-08T09:26:48.334 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-08T09:26:48.350 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T09:26:48.421 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T09:26:48.516 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T09:27:04.022 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T09:27:04.051 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T09:27:04.238 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-08T09:27:04.273 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-08T09:27:04.461 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-12-08T09:27:04.476 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-12-08T09:27:05.043 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-12-08T09:27:05.078 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-12-08T09:27:05.268 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-12-08T09:27:05.305 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-12-08T09:27:05.437 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-12-08T09:27:05.475 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-12-08T09:27:05.673 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-12-08T09:27:05.673 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-12-08T09:27:05.673 INFO:teuthology.orchestra.run.smithi119.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-08T09:27:05.673 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:27:05.736 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-12-08T09:27:05.737 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-12-08T09:27:05.737 INFO:teuthology.orchestra.run.smithi145.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-08T09:27:05.737 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:27:07.916 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-12-08T09:27:07.937 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-12-08T09:27:09.468 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-12-08T09:27:09.552 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-12-08T09:27:09.750 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-12-08T09:27:09.813 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-12-08T09:27:09.972 INFO:teuthology.orchestra.run.smithi119.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-08T09:27:10.084 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-08T09:27:10.123 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-12-08T09:27:10.236 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-12-08T09:27:10.891 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-12-08T09:27:11.025 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-12-08T09:27:11.602 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-12-08T09:27:11.751 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-12-08T09:27:11.786 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-12-08T09:27:11.955 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-12-08T09:27:11.974 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-12-08T09:27:12.163 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-12-08T09:27:12.176 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-12-08T09:27:12.287 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-08T09:27:12.342 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-12-08T09:27:12.394 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-12-08T09:27:12.517 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-08T09:27:12.605 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-08T09:27:12.623 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-12-08T09:27:12.818 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-08T09:27:12.838 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-12-08T09:27:12.838 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-08T09:27:12.989 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-08T09:27:13.063 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-12-08T09:27:13.063 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-08T09:27:13.167 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-12-08T09:27:13.210 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-08T09:27:13.329 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-12-08T09:27:13.381 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-12-08T09:27:13.522 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-12-08T09:27:13.567 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-12-08T09:27:13.704 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-12-08T09:27:13.754 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-12-08T09:27:13.862 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-12-08T09:27:13.950 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-12-08T09:27:14.023 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-12-08T09:27:14.101 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-12-08T09:27:14.203 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-08T09:27:14.249 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-12-08T09:27:14.450 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-08T09:27:14.657 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-12-08T09:27:14.892 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-12-08T09:27:15.204 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-12-08T09:27:15.205 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-08T09:27:15.206 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-12-08T09:27:15.207 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-12-08T09:27:15.207 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-12-08T09:27:15.207 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-12-08T09:27:15.207 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-12-08T09:27:15.457 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-12-08T09:27:15.458 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-12-08T09:27:15.459 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-12-08T09:27:15.459 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-12-08T09:27:15.459 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-12-08T09:27:19.421 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-12-08T09:27:19.421 INFO:teuthology.orchestra.run.smithi119.stdout:Installed products updated. 2023-12-08T09:27:19.532 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:27:19.532 INFO:teuthology.orchestra.run.smithi119.stdout:Downgraded: 2023-12-08T09:27:19.532 INFO:teuthology.orchestra.run.smithi119.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.532 INFO:teuthology.orchestra.run.smithi119.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-12-08T09:27:19.533 INFO:teuthology.orchestra.run.smithi119.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.534 INFO:teuthology.orchestra.run.smithi119.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.534 INFO:teuthology.orchestra.run.smithi119.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-12-08T09:27:19.534 INFO:teuthology.orchestra.run.smithi119.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-12-08T09:27:19.534 INFO:teuthology.orchestra.run.smithi119.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-08T09:27:19.534 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:27:19.534 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2023-12-08T09:27:19.708 DEBUG:teuthology.parallel:result is None 2023-12-08T09:27:19.849 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-12-08T09:27:19.849 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2023-12-08T09:27:19.954 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout:Downgraded: 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-12-08T09:27:19.955 INFO:teuthology.orchestra.run.smithi145.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:27:19.956 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-08T09:27:20.132 DEBUG:teuthology.parallel:result is None 2023-12-08T09:27:20.132 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-08T09:27:20.146 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-08T09:27:20.146 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:27:20.146 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T09:27:20.161 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-08T09:27:20.161 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_1 2023-12-08T09:27:20.216 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T09:27:20.217 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:27:20.217 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 6h/6d Inode: 220394 Links: 1 2023-12-08T09:27:20.217 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:27:20.217 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:27:20.217 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-08 09:27:14.854159151 +0000 2023-12-08T09:27:20.217 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-08 09:26:04.181440394 +0000 2023-12-08T09:27:20.217 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-08 09:26:04.181440394 +0000 2023-12-08T09:27:20.217 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2023-12-08T09:27:20.217 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T09:27:20.281 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-08T09:27:20.282 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-08T09:27:20.282 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000250469 s, 2.0 MB/s 2023-12-08T09:27:20.282 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T09:27:20.338 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_2 2023-12-08T09:27:20.393 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T09:27:20.393 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:27:20.393 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 6h/6d Inode: 221288 Links: 1 2023-12-08T09:27:20.393 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:27:20.393 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:27:20.393 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-08 09:27:14.854159151 +0000 2023-12-08T09:27:20.393 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-08 09:26:04.681428178 +0000 2023-12-08T09:27:20.394 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-08 09:26:04.681428178 +0000 2023-12-08T09:27:20.394 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2023-12-08T09:27:20.394 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T09:27:20.455 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-08T09:27:20.455 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-08T09:27:20.455 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000229628 s, 2.2 MB/s 2023-12-08T09:27:20.456 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T09:27:20.512 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_3 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 6h/6d Inode: 220536 Links: 1 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-08 09:27:14.854159151 +0000 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-08 09:26:05.223414932 +0000 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-08 09:26:05.223414932 +0000 2023-12-08T09:27:20.567 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2023-12-08T09:27:20.568 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T09:27:20.629 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-08T09:27:20.630 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-08T09:27:20.630 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000241587 s, 2.1 MB/s 2023-12-08T09:27:20.630 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T09:27:20.686 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_4 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 6h/6d Inode: 222440 Links: 1 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-08 09:27:14.854159151 +0000 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-08 09:26:05.741402279 +0000 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-08 09:26:05.741402279 +0000 2023-12-08T09:27:20.741 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2023-12-08T09:27:20.742 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T09:27:20.804 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-08T09:27:20.804 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-08T09:27:20.804 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000195203 s, 2.6 MB/s 2023-12-08T09:27:20.805 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T09:27:20.861 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:27:20.973 INFO:teuthology.orchestra.run.smithi119.stdout:loop 2023-12-08T09:27:20.975 INFO:tasks.nvme_loop:Connecting nvme_loop smithi119:/dev/vg_nvme/lv_1... 2023-12-08T09:27:20.975 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:27:21.008 INFO:teuthology.orchestra.run.smithi119.stdout:1 2023-12-08T09:27:21.042 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/vg_nvme/lv_11 2023-12-08T09:27:21.082 INFO:tasks.nvme_loop:Connecting nvme_loop smithi119:/dev/vg_nvme/lv_2... 2023-12-08T09:27:21.082 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:27:21.153 INFO:teuthology.orchestra.run.smithi119.stdout:1 2023-12-08T09:27:21.188 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/vg_nvme/lv_21 2023-12-08T09:27:21.226 INFO:tasks.nvme_loop:Connecting nvme_loop smithi119:/dev/vg_nvme/lv_3... 2023-12-08T09:27:21.226 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:27:21.299 INFO:teuthology.orchestra.run.smithi119.stdout:1 2023-12-08T09:27:21.333 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/vg_nvme/lv_31 2023-12-08T09:27:21.371 INFO:tasks.nvme_loop:Connecting nvme_loop smithi119:/dev/vg_nvme/lv_4... 2023-12-08T09:27:21.371 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:27:21.444 INFO:teuthology.orchestra.run.smithi119.stdout:1 2023-12-08T09:27:21.478 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/vg_nvme/lv_41 2023-12-08T09:27:21.516 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:27:21.516 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T09:27:21.571 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme list 2023-12-08T09:27:21.634 INFO:teuthology.orchestra.run.smithi119.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T09:27:21.634 INFO:teuthology.orchestra.run.smithi119.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T09:27:21.634 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme0n1 PHFT620400Y1400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101F0 2023-12-08T09:27:21.634 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme1n1 fcfb3cbac375fe3468cb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T09:27:21.634 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme2n1 f27d75e5c7e99f59cb96 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T09:27:21.634 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme3n1 ba3fd509d916dc9e9026 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T09:27:21.634 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme4n1 a6bde4218d7136ce2299 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T09:27:21.635 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T09:27:21.635 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:27:21.636 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/scratch_devs 2023-12-08T09:27:21.700 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:27:21.700 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T09:27:21.718 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-08T09:27:21.718 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 2023-12-08T09:27:21.775 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T09:27:21.776 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:27:21.776 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 220701 Links: 1 2023-12-08T09:27:21.776 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:27:21.776 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:27:21.776 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-12-08 09:27:15.086699050 +0000 2023-12-08T09:27:21.776 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-12-08 09:25:59.984234034 +0000 2023-12-08T09:27:21.776 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-12-08 09:25:59.984234034 +0000 2023-12-08T09:27:21.776 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-12-08T09:27:21.776 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T09:27:21.842 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-12-08T09:27:21.842 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-12-08T09:27:21.842 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000258527 s, 2.0 MB/s 2023-12-08T09:27:21.843 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T09:27:21.901 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 2023-12-08T09:27:21.958 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T09:27:21.958 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:27:21.958 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 219542 Links: 1 2023-12-08T09:27:21.958 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:27:21.958 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:27:21.958 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-12-08 09:27:15.086699050 +0000 2023-12-08T09:27:21.958 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-12-08 09:26:00.474223101 +0000 2023-12-08T09:27:21.959 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-12-08 09:26:00.474223101 +0000 2023-12-08T09:27:21.959 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-12-08T09:27:21.959 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T09:27:22.023 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-12-08T09:27:22.023 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-12-08T09:27:22.023 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000254829 s, 2.0 MB/s 2023-12-08T09:27:22.024 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T09:27:22.081 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 222488 Links: 1 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-12-08 09:27:15.086699050 +0000 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-12-08 09:26:00.958212302 +0000 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-12-08 09:26:00.958212302 +0000 2023-12-08T09:27:22.136 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-12-08T09:27:22.137 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T09:27:22.200 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-12-08T09:27:22.201 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-12-08T09:27:22.201 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000246068 s, 2.1 MB/s 2023-12-08T09:27:22.201 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T09:27:22.256 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 2023-12-08T09:27:22.312 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T09:27:22.312 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:27:22.312 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 219708 Links: 1 2023-12-08T09:27:22.312 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:27:22.312 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:27:22.312 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-12-08 09:27:15.087699028 +0000 2023-12-08T09:27:22.313 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-12-08 09:26:01.468200922 +0000 2023-12-08T09:27:22.313 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-12-08 09:26:01.468200922 +0000 2023-12-08T09:27:22.313 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-12-08T09:27:22.313 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T09:27:22.375 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-12-08T09:27:22.376 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-12-08T09:27:22.376 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000184066 s, 2.8 MB/s 2023-12-08T09:27:22.377 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T09:27:22.432 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:27:22.550 INFO:teuthology.orchestra.run.smithi145.stdout:loop 2023-12-08T09:27:22.552 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2023-12-08T09:27:22.552 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:27:22.584 INFO:teuthology.orchestra.run.smithi145.stdout:1 2023-12-08T09:27:22.619 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_11 2023-12-08T09:27:22.658 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2023-12-08T09:27:22.659 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:27:22.733 INFO:teuthology.orchestra.run.smithi145.stdout:1 2023-12-08T09:27:22.767 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_21 2023-12-08T09:27:22.805 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2023-12-08T09:27:22.805 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:27:22.879 INFO:teuthology.orchestra.run.smithi145.stdout:1 2023-12-08T09:27:22.913 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_31 2023-12-08T09:27:22.951 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2023-12-08T09:27:22.951 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:27:23.024 INFO:teuthology.orchestra.run.smithi145.stdout:1 2023-12-08T09:27:23.058 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_41 2023-12-08T09:27:23.096 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:27:23.097 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T09:27:23.151 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme list 2023-12-08T09:27:23.215 INFO:teuthology.orchestra.run.smithi145.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T09:27:23.215 INFO:teuthology.orchestra.run.smithi145.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T09:27:23.215 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme0n1 PHFT620500N9400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-08T09:27:23.215 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme1n1 816999bc8c046f12bece Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T09:27:23.215 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme2n1 e586d8c5aaf376439599 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T09:27:23.215 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme3n1 2462049c8a3af665bfc7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T09:27:23.216 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme4n1 03d6d47f553971d9c3ff Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T09:27:23.217 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T09:27:23.217 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:27:23.217 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2023-12-08T09:27:23.280 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T09:27:23.358 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': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T09:27:23.358 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T09:27:23.358 INFO:tasks.cephadm:Cluster fsid is fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:27:23.358 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T09:27:23.358 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T09:27:23.359 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi119': '172.21.15.119', 'mon.smithi145': '172.21.15.145'} 2023-12-08T09:27:23.359 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T09:27:23.359 DEBUG:teuthology.orchestra.run.smithi119:> sudo hostname $(hostname -s) 2023-12-08T09:27:23.386 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2023-12-08T09:27:23.410 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 451ceae11b5d4caee05e94372fe658621eefc0b1)... 2023-12-08T09:27:23.411 DEBUG:teuthology.orchestra.run.smithi119:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T09:27:23.564 INFO:teuthology.orchestra.run.smithi119.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 09:27 /home/ubuntu/cephtest/cephadm 2023-12-08T09:27:23.564 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T09:27:23.697 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 09:27 /home/ubuntu/cephtest/cephadm 2023-12-08T09:27:23.698 DEBUG:teuthology.orchestra.run.smithi119:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T09:27:23.715 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T09:27:23.760 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /etc/ceph 2023-12-08T09:27:23.788 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2023-12-08T09:27:23.812 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 777 /etc/ceph 2023-12-08T09:27:23.854 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2023-12-08T09:27:23.878 INFO:tasks.cephadm:Writing seed config... 2023-12-08T09:27:23.879 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T09:27:23.880 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T09:27:23.880 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T09:27:23.880 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T09:27:23.880 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T09:27:23.880 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T09:27:23.880 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T09:27:23.880 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T09:27:23.881 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:27:23.881 DEBUG:teuthology.orchestra.run.smithi119:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T09:27:23.911 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 = fe4ec624-95ab-11ee-95a3-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-08T09:27:23.911 DEBUG:teuthology.orchestra.run.smithi119:mon.smithi119> sudo journalctl -f -n 0 -u ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi119.service 2023-12-08T09:27:23.953 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T09:27:23.954 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -v bootstrap --fsid fe4ec624-95ab-11ee-95a3-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.119 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:27:23.978 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:-- Logs begin at Fri 2023-12-08 09:17:25 UTC. -- 2023-12-08T09:27:24.261 INFO:teuthology.orchestra.run.smithi119.stderr:-------------------------------------------------------------------------------- 2023-12-08T09:27:24.261 INFO:teuthology.orchestra.run.smithi119.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1', '-v', 'bootstrap', '--fsid', 'fe4ec624-95ab-11ee-95a3-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.119', '--skip-admin-label'] 2023-12-08T09:27:25.611 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: 3.0.1 2023-12-08T09:27:25.629 INFO:teuthology.orchestra.run.smithi119.stderr:Verifying podman|docker is present... 2023-12-08T09:27:25.683 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: 3.0.1 2023-12-08T09:27:25.699 INFO:teuthology.orchestra.run.smithi119.stderr:Verifying lvm2 is present... 2023-12-08T09:27:25.700 INFO:teuthology.orchestra.run.smithi119.stderr:Verifying time synchronization is in place... 2023-12-08T09:27:25.707 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T09:27:25.713 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: inactive 2023-12-08T09:27:25.719 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: enabled 2023-12-08T09:27:25.725 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: active 2023-12-08T09:27:25.725 INFO:teuthology.orchestra.run.smithi119.stderr:Unit chronyd.service is enabled and running 2023-12-08T09:27:25.725 INFO:teuthology.orchestra.run.smithi119.stderr:Repeating the final host check... 2023-12-08T09:27:25.773 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: 3.0.1 2023-12-08T09:27:25.787 INFO:teuthology.orchestra.run.smithi119.stderr:podman (/bin/podman) version 3.0.1 is present 2023-12-08T09:27:25.787 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl is present 2023-12-08T09:27:25.787 INFO:teuthology.orchestra.run.smithi119.stderr:lvcreate is present 2023-12-08T09:27:25.793 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T09:27:25.798 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: inactive 2023-12-08T09:27:25.804 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: enabled 2023-12-08T09:27:25.809 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: active 2023-12-08T09:27:25.810 INFO:teuthology.orchestra.run.smithi119.stderr:Unit chronyd.service is enabled and running 2023-12-08T09:27:25.810 INFO:teuthology.orchestra.run.smithi119.stderr:Host looks OK 2023-12-08T09:27:25.810 INFO:teuthology.orchestra.run.smithi119.stderr:Cluster fsid: fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:27:25.810 INFO:teuthology.orchestra.run.smithi119.stderr:Acquiring lock 140129032114248 on /run/cephadm/fe4ec624-95ab-11ee-95a3-87774f69a715.lock 2023-12-08T09:27:25.810 INFO:teuthology.orchestra.run.smithi119.stderr:Lock 140129032114248 acquired on /run/cephadm/fe4ec624-95ab-11ee-95a3-87774f69a715.lock 2023-12-08T09:27:25.811 INFO:teuthology.orchestra.run.smithi119.stderr:Verifying IP 172.21.15.119 port 3300 ... 2023-12-08T09:27:25.811 INFO:teuthology.orchestra.run.smithi119.stderr:Verifying IP 172.21.15.119 port 6789 ... 2023-12-08T09:27:25.811 INFO:teuthology.orchestra.run.smithi119.stderr:Base mon IP(s) is [172.21.15.119:3300, 172.21.15.119:6789], mon addrv is [v2:172.21.15.119:3300,v1:172.21.15.119:6789] 2023-12-08T09:27:25.814 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-08T09:27:25.814 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.119 metric 100 2023-12-08T09:27:25.816 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-08T09:27:25.816 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-08T09:27:25.816 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2023-12-08T09:27:25.819 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T09:27:25.819 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-08T09:27:25.820 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T09:27:25.820 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-08T09:27:25.820 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d5ef/64 scope link 2023-12-08T09:27:25.820 INFO:teuthology.orchestra.run.smithi119.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T09:27:25.821 INFO:teuthology.orchestra.run.smithi119.stderr:Mon IP `172.21.15.119` is in CIDR network `172.21.0.0/20` 2023-12-08T09:27:25.822 INFO:teuthology.orchestra.run.smithi119.stderr:Mon IP `172.21.15.119` is in CIDR network `172.21.0.0/20` 2023-12-08T09:27:25.822 INFO:teuthology.orchestra.run.smithi119.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-08T09:27:25.822 INFO:teuthology.orchestra.run.smithi119.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T09:27:25.822 INFO:teuthology.orchestra.run.smithi119.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T09:27:25.897 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T09:27:27.242 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: Getting image source signatures 2023-12-08T09:27:29.453 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: Copying blob sha256:eb7ecf2ef1f5cb07b1bdc469a60d9fc5b8a61f3c896fe87f949df505a29c3e63 2023-12-08T09:27:29.503 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-08T09:27:48.559 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: Copying config sha256:03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T09:27:48.617 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: Writing manifest to image destination 2023-12-08T09:27:48.617 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: Storing signatures 2023-12-08T09:27:59.154 INFO:teuthology.orchestra.run.smithi119.stderr:/bin/podman: 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T09:27:59.706 INFO:teuthology.orchestra.run.smithi119.stderr:ceph: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T09:28:10.025 INFO:teuthology.orchestra.run.smithi119.stderr:Ceph version: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T09:28:10.025 INFO:teuthology.orchestra.run.smithi119.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T09:28:10.421 INFO:teuthology.orchestra.run.smithi119.stderr:stat: 167 167 2023-12-08T09:28:10.827 INFO:teuthology.orchestra.run.smithi119.stderr:Creating initial keys... 2023-12-08T09:28:11.178 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-authtool: AQCr4XJlRzqlCRAAVljGoFGThA834grrDet0tw== 2023-12-08T09:28:11.953 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-authtool: AQCr4XJlvrTSNxAATggb6Re9KdPcVbqxFU9Hbg== 2023-12-08T09:28:12.769 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-authtool: AQCs4XJl63LqLBAA5pDqx2Ju5L7vqBCD9dWYqQ== 2023-12-08T09:28:13.184 INFO:teuthology.orchestra.run.smithi119.stderr:Creating initial monmap... 2023-12-08T09:28:13.562 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T09:28:13.562 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:13.562 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T09:28:13.989 INFO:teuthology.orchestra.run.smithi119.stderr:monmaptool for smithi119 [v2:172.21.15.119:3300,v1:172.21.15.119:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T09:28:13.989 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/monmaptool: set fsid to fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:13.989 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T09:28:13.989 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:28:13.989 INFO:teuthology.orchestra.run.smithi119.stderr:Creating mon... 2023-12-08T09:28:14.417 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.380+0000 7ff82200f880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T09:28:14.417 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 1 imported monmap: 2023-12-08T09:28:14.417 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T09:28:14.417 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: fsid fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:14.417 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T09:28:13.549654+0000 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: created 2023-12-08T09:28:13.549654+0000 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon.smithi119 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 0 /usr/bin/ceph-mon: set fsid to fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: DB SUMMARY 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi119/store.db dir, Total Num: 0, files: 2023-12-08T09:28:14.418 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi119/store.db: 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.create_if_missing: 1 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.env: 0x56328a058080 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.fs: Posix File System 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.info_log: 0x56328b8f1380 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.statistics: (nil) 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.use_fsync: 0 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T09:28:14.419 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.db_log_dir: 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi119/store.db 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T09:28:14.420 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.write_buffer_manager: 0x56328b8f7980 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T09:28:14.421 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.unordered_write: 0 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.row_cache: None 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.wal_filter: None 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T09:28:14.422 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T09:28:14.423 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.max_open_files: -1 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Compression algorithms supported: 2023-12-08T09:28:14.424 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: kZSTD supported: 0 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.381+0000 7ff82200f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi119/store.db/MANIFEST-000001 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.425 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.merge_operator: 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.compaction_filter: None 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56328b801d30) 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T09:28:14.426 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: block_cache: 0x56328b83ad10 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T09:28:14.427 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T09:28:14.428 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.compression: NoCompression 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.num_levels: 7 2023-12-08T09:28:14.429 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.382+0000 7ff82200f880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T09:28:14.430 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T09:28:14.431 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T09:28:14.432 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T09:28:14.433 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.ttl: 2592000 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi119/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-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.383+0000 7ff82200f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.384+0000 7ff82200f880 4 rocksdb: DB pointer 0x56328b905800 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.384+0000 7ff80ae96700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.384+0000 7ff80ae96700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.434 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:28:14.435 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:28:14.436 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.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-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: 2023-12-08T09:28:14.437 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.385+0000 7ff82200f880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T09:28:14.438 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.385+0000 7ff82200f880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T09:28:14.438 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:28:14.385+0000 7ff82200f880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi119 for mon.smithi119 2023-12-08T09:28:14.887 INFO:teuthology.orchestra.run.smithi119.stderr:create mon.smithi119 on 2023-12-08T09:28:14.994 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-08T09:28:15.100 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715.target. 2023-12-08T09:28:15.101 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715.target. 2023-12-08T09:28:15.322 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Failed to reset failed state of unit ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi119.service: Unit ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi119.service not loaded. 2023-12-08T09:28:15.328 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715.target.wants/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi119.service → /etc/systemd/system/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@.service. 2023-12-08T09:28:15.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:15 smithi119 systemd[1]: Starting Ceph mon.smithi119 for fe4ec624-95ab-11ee-95a3-87774f69a715... 2023-12-08T09:28:16.050 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: disabled 2023-12-08T09:28:16.058 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: inactive 2023-12-08T09:28:16.058 INFO:teuthology.orchestra.run.smithi119.stderr:firewalld.service is not enabled 2023-12-08T09:28:16.058 INFO:teuthology.orchestra.run.smithi119.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T09:28:16.059 INFO:teuthology.orchestra.run.smithi119.stderr:Waiting for mon to start... 2023-12-08T09:28:16.059 INFO:teuthology.orchestra.run.smithi119.stderr:Waiting for mon... 2023-12-08T09:28:16.307 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:16 smithi119 bash[82776]: e9291adc608d1aafe37178860951580c44d2487a9935e4f788b4d87a28775b96 2023-12-08T09:28:16.307 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:16 smithi119 systemd[1]: Started Ceph mon.smithi119 for fe4ec624-95ab-11ee-95a3-87774f69a715. 2023-12-08T09:28:16.308 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:16 smithi119 conmon[82817]: cluster 2023-12-08T09:28:16.063562+0000 mon.smithi119 (mon.0) 0 : [INF] mkfs fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:16.308 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:16 smithi119 conmon[82817]: cluster 2023-12-08T09:28:16.057837+0000 2023-12-08T09:28:16.308 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:16 smithi119 conmon[82817]: mon.smithi119 (mon.0) 1 : cluster [INF] mon.smithi119 is new leader, mons smithi119 in quorum (ranks 0) 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: cluster: 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: id: fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: services: 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi119 (age 0.530463s) 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: data: 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T09:28:16.596 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T09:28:16.597 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: pgs: 2023-12-08T09:28:16.597 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:17.313 INFO:teuthology.orchestra.run.smithi119.stderr:mon is available 2023-12-08T09:28:17.313 INFO:teuthology.orchestra.run.smithi119.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T09:28:17.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:17 smithi119 conmon[82817]: cluster 2023-12-08T09:28:16.062258+0000 mon.smithi119 (mon.0) 2 2023-12-08T09:28:17.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:17 smithi119 conmon[82817]: : cluster [INF] mon.smithi119 is new leader, mons smithi119 in quorum (ranks 0) 2023-12-08T09:28:17.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:17 smithi119 conmon[82817]: cluster 2023-12-08T09:28:16.062516+0000 mon.smithi119 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi119=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0]} removed_ranks: {} 2023-12-08T09:28:17.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:17 smithi119 conmon[82817]: cluster 2023-12-08T09:28:16.065754+0000 mon.smithi119 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T09:28:17.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:17 smithi119 conmon[82817]: cluster 2023-12-08T09:28:16.068496+0000 mon.smithi119 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T09:28:17.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:17 smithi119 conmon[82817]: cluster 2023-12-08T09:28:16.069008+0000 mon.smithi119 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T09:28:17.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:17 smithi119 conmon[82817]: audit 2023-12-08T09:28:16.592678+0000 mon.smithi119 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.119:0/3713626286' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T09:28:17.865 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: [global] 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: fsid = fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.119:3300,v1:172.21.15.119:6789] 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: [mgr] 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: [osd] 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T09:28:17.866 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T09:28:18.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:18 smithi119 conmon[82817]: audit 2023-12-08T09:28:17.860024+0000 mon.smithi119 (mon.0) 8 : audit [INF] from='client.? 172.21.15.119:0/894216543' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T09:28:18.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:18 smithi119 conmon[82817]: audit 2023-12-08T09:28:17.862916+0000 mon.smithi119 (mon.0) 9 : audit [INF] from='client.? 172.21.15.119:0/894216543' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T09:28:18.404 INFO:teuthology.orchestra.run.smithi119.stderr:Generating new minimal ceph.conf... 2023-12-08T09:28:19.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:19 smithi119 conmon[82817]: audit 2023-12-08T09:28:18.956979+0000 mon.smithi119 (mon.0) 2023-12-08T09:28:19.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:19 smithi119 conmon[82817]: 10 : audit [DBG] from='client.? 172.21.15.119:0/1651005187' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:19.479 INFO:teuthology.orchestra.run.smithi119.stderr:Restarting the monitor... 2023-12-08T09:28:19.788 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:19 smithi119 systemd[1]: Stopping Ceph mon.smithi119 for fe4ec624-95ab-11ee-95a3-87774f69a715... 2023-12-08T09:28:19.788 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:19 smithi119 bash[83321]: Error: no container with name or ID ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-mon.smithi119 found: no such container 2023-12-08T09:28:19.788 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:19 smithi119 conmon[82817]: debug 2023-12-08T09:28:19.785+0000 7f8299b46700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi119 -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-08T09:28:20.078 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:19 smithi119 conmon[82817]: debug 2023-12-08T09:28:19.785+0000 7f8299b46700 -1 mon.smithi119@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T09:28:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:20 smithi119 bash[83436]: e9291adc608d1aafe37178860951580c44d2487a9935e4f788b4d87a28775b96 2023-12-08T09:28:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:20 smithi119 systemd[1]: ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi119.service: Succeeded. 2023-12-08T09:28:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:20 smithi119 systemd[1]: Stopped Ceph mon.smithi119 for fe4ec624-95ab-11ee-95a3-87774f69a715. 2023-12-08T09:28:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:20 smithi119 systemd[1]: Starting Ceph mon.smithi119 for fe4ec624-95ab-11ee-95a3-87774f69a715... 2023-12-08T09:28:21.192 INFO:teuthology.orchestra.run.smithi119.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.178+0000 7fdbeb6bd880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.178+0000 7fdbeb6bd880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.178+0000 7fdbeb6bd880 0 pidfile_write: ignore empty --pid-file 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.182+0000 7fdbeb6bd880 0 load: jerasure load: lrc load: isa 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 bash[83756]: 9e309e7bb3695dcc65322a542112ea458bf79d9089fbd4a19619ac4ca40793ad 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T09:28:21.439 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: DB SUMMARY 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi119/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi119/store.db: 000006.log size: 86527 ; 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T09:28:21.440 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.env: 0x55ac6d614080 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.fs: Posix File System 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.info_log: 0x55ac6f559d20 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.statistics: (nil) 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.use_fsync: 0 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T09:28:21.441 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.db_log_dir: 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi119/store.db 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T09:28:21.442 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.write_buffer_manager: 0x55ac70256420 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.unordered_write: 0 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T09:28:21.443 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.row_cache: None 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.wal_filter: None 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T09:28:21.444 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd88 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T09:28:21.445 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_open_files: -1 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Compression algorithms supported: 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: kZSTD supported: 0 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T09:28:21.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi119/store.db/MANIFEST-000005 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.merge_operator: 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_filter: None 2023-12-08T09:28:21.447 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T09:28:21.448 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T09:28:21.448 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T09:28:21.448 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ac6f503d28) 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: cache_index_and_filter_blocks: 1 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: pin_top_level_index_and_filter: 1 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: index_type: 0 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: data_block_index_type: 0 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: index_shortening: 1 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: hash_index_allow_collision: 1 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: checksum: 1 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: no_block_cache: 0 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: block_cache: 0x55ac6f53cf10 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: block_cache_name: BinnedLRUCache 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: block_cache_options: 2023-12-08T09:28:21.449 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: capacity : 536870912 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: num_shard_bits : 4 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: strict_capacity_limit : 0 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: high_pri_pool_ratio: 0.000 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: block_cache_compressed: (nil) 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: persistent_cache: (nil) 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: block_size: 4096 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: block_size_deviation: 10 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: block_restart_interval: 16 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: index_block_restart_interval: 1 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: metadata_block_size: 4096 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: partition_filters: 0 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: use_delta_encoding: 1 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T09:28:21.450 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: whole_key_filtering: 1 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: verify_compression: 0 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: read_amp_bytes_per_bit: 0 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: format_version: 2 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: enable_index_compression: 1 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: block_align: 0 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compression: NoCompression 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.num_levels: 7 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T09:28:21.451 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T09:28:21.452 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T09:28:21.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: .183+0000 7fdbeb6bd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T09:28:21.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T09:28:21.455 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.ttl: 2592000 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.183+0000 7fdbeb6bd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.184+0000 7fdbeb6bd880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi119/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-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.184+0000 7fdbeb6bd880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.184+0000 7fdbeb6bd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702027701185396, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.184+0000 7fdbeb6bd880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.184+0000 7fdbeb6bd880 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-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.185+0000 7fdbeb6bd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702027701186243, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83400, "table_properties": {"data_size": 81667, "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": 76179, "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": 1702027701, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.185+0000 7fdbeb6bd880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.456 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.185+0000 7fdbeb6bd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702027701186636, "job": 1, "event": "recovery_finished"} 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.186+0000 7fdbeb6bd880 4 rocksdb: DB pointer 0x55ac6f607800 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.186+0000 7fdbd24c3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.186+0000 7fdbd24c3700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ** DB Stats ** 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.457 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ** Compaction Stats [default] ** 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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.3 0.00 0.00 1 0.001 0 0 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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.3 0.00 0.00 1 0.001 0 0 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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.3 0.00 0.00 1 0.001 0 0 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ** Compaction Stats [default] ** 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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.3 0.00 0.00 1 0.001 0 0 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:28:21.458 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Cumulative compaction: 0.00 GB write, 29.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Interval compaction: 0.00 GB write, 29.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ** Compaction Stats [default] ** 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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.3 0.00 0.00 1 0.001 0 0 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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.3 0.00 0.00 1 0.001 0 0 2023-12-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.459 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ** Compaction Stats [default] ** 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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.3 0.00 0.00 1 0.001 0 0 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: Cumulative compaction: 0.00 GB write, 28.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:28:21.460 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.186+0000 7fdbeb6bd880 0 starting mon.smithi119 rank 0 at public addrs [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] at bind addrs [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi119 fsid fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 systemd[1]: Started Ceph mon.smithi119 for fe4ec624-95ab-11ee-95a3-87774f69a715. 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.187+0000 7fdbeb6bd880 1 mon.smithi119@-1(???) e1 preinit fsid fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.187+0000 7fdbeb6bd880 0 mon.smithi119@-1(???).mds e1 new map 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.187+0000 7fdbeb6bd880 0 mon.smithi119@-1(???).mds e1 print_map 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: e1 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 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-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: legacy client fscid: -1 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: No filesystems configured 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.188+0000 7fdbeb6bd880 0 mon.smithi119@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T09:28:21.461 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.188+0000 7fdbeb6bd880 0 mon.smithi119@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.188+0000 7fdbeb6bd880 0 mon.smithi119@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.188+0000 7fdbeb6bd880 0 mon.smithi119@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: audit 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 2023-12-08T09:28:18.956979+0000 mon.smithi119 (mon. 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 0) 10 : audit [DBG] from='client.? 172.21.15.119:0/1651005187' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: debug 2023-12-08T09:28:21.188+0000 7fdbeb6bd880 1 mon.smithi119@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: cluster 2023-12-08T09:28:21.206880+0000 mon.smithi119 (mon. 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 0) 1 : cluster [INF] mon.smithi119 is new leader, mons smithi119 in quorum (ranks 0) 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: cluster 2023-12-08T09:28:21.206946+0000 mon.smithi119 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi119=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0]} removed_ranks: {} 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: cluster 2023-12-08T09:28:21 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: .207369+0000 mon.smithi119 (mon.0) 3 : cluster [DBG] 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: fsmap 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: cluster 2023-12-08T09:28 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: :21.207402+0000 mon.smithi119 (mon.0) 4 2023-12-08T09:28:21.462 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T09:28:21.463 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: cluster 2023-12-08 2023-12-08T09:28:21.463 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: T09:28:21.207799+0000 mon.smithi119 (mon. 2023-12-08T09:28:21.463 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:21 smithi119 conmon[83797]: 0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T09:28:22.271 INFO:teuthology.orchestra.run.smithi119.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T09:28:22.271 INFO:teuthology.orchestra.run.smithi119.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:28:22.272 INFO:teuthology.orchestra.run.smithi119.stderr:Creating mgr... 2023-12-08T09:28:22.272 INFO:teuthology.orchestra.run.smithi119.stderr:Verifying port 9283 ... 2023-12-08T09:28:22.410 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Failed to reset failed state of unit ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mgr.smithi119.jffuim.service: Unit ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mgr.smithi119.jffuim.service not loaded. 2023-12-08T09:28:22.416 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715.target.wants/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mgr.smithi119.jffuim.service → /etc/systemd/system/ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@.service. 2023-12-08T09:28:22.969 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:22 smithi119 conmon[83797]: audit 2023-12-08T09:28:21.705190+0000 mon.smithi119 2023-12-08T09:28:22.969 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:22 smithi119 conmon[83797]: (mon.0) 6 : audit [INF] from='client.? 172.21.15.119:0/248966694' entity='client.admin' 2023-12-08T09:28:23.100 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: disabled 2023-12-08T09:28:23.110 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: inactive 2023-12-08T09:28:23.110 INFO:teuthology.orchestra.run.smithi119.stderr:firewalld.service is not enabled 2023-12-08T09:28:23.110 INFO:teuthology.orchestra.run.smithi119.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T09:28:23.117 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: disabled 2023-12-08T09:28:23.125 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: inactive 2023-12-08T09:28:23.126 INFO:teuthology.orchestra.run.smithi119.stderr:firewalld.service is not enabled 2023-12-08T09:28:23.126 INFO:teuthology.orchestra.run.smithi119.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T09:28:23.126 INFO:teuthology.orchestra.run.smithi119.stderr:Waiting for mgr to start... 2023-12-08T09:28:23.126 INFO:teuthology.orchestra.run.smithi119.stderr:Waiting for mgr... 2023-12-08T09:28:23.665 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:23.665 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: { 2023-12-08T09:28:23.665 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "fsid": "fe4ec624-95ab-11ee-95a3-87774f69a715", 2023-12-08T09:28:23.665 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 0 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "smithi119" 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:28:23.666 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:28:23.667 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:28:23.670 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:23.671 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "available": false, 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "nfs", 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:23.672 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:28:16.063994+0000", 2023-12-08T09:28:23.673 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:28:23.673 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:23.673 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:28:23.673 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: } 2023-12-08T09:28:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:23 smithi119 conmon[83797]: audit 2023-12-08T09:28:23.661120+0000 mon.smithi119 2023-12-08T09:28:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:23 smithi119 conmon[83797]: (mon.0) 7 : audit [DBG] from='client.? 172.21.15.119:0/328217323' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:28:24.266 INFO:teuthology.orchestra.run.smithi119.stderr:mgr not available, waiting (1/15)... 2023-12-08T09:28:26.843 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:26.843 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: { 2023-12-08T09:28:26.843 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "fsid": "fe4ec624-95ab-11ee-95a3-87774f69a715", 2023-12-08T09:28:26.843 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:28:26.843 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 0 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "smithi119" 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:26.844 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:26.845 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:28:26.846 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "available": false, 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "nfs", 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:28:26.847 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:26.848 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:28:26.848 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:26.848 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:28:16.063994+0000", 2023-12-08T09:28:26.848 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:28:26.848 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:26.848 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:28:26.848 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: } 2023-12-08T09:28:27.386 INFO:teuthology.orchestra.run.smithi119.stderr:mgr not available, waiting (2/15)... 2023-12-08T09:28:27.474 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:27 smithi119 conmon[83797]: audit 2023-12-08T09:28:26.835660+0000 mon.smithi119 (mon. 2023-12-08T09:28:27.474 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:27 smithi119 conmon[83797]: 0) 8 : audit [DBG] from='client.? 172.21.15.119:0/2360138109' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:28:28.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: cluster 2023-12-08T09:28:28.542066+0000 mon.smithi119 (mon.0) 9 : cluster [INF] Activating manager daemon smithi119.jffuim 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: cluster 2023-12-08T09:28:28.544582+0000 mon.smithi119 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi119.jffuim(active, starting, since 0.00261294s) 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023-12-08T09:28:28.545331+0000 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: mon.smithi119 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 2023-12-08T09:28:28.545459+0000 mon.smithi119 ( 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 08T09:28:28.545645+0000 mon.smithi119 ( 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: -08T09:28:28.545839+0000 mon.smithi119 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi119"}]: dispatch 2023-12-08T09:28:28.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 12-08T09:28:28.546178+0000 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: mon.smithi119 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr metadata", "who": "smithi119.jffuim", "id": "smithi119.jffuim"}]: dispatch 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 12-08T09:28:28.559808+0000 mon.smithi119 (mon.0 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: ) 16 : cluster [INF] Manager daemon smithi119.jffuim is now available 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023-12-08T09: 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 28:28.569618+0000 mon.smithi119 (mon.0) 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 17 : audit [INF] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 09:28:28.574283+0000 mon.smithi119 (mon.0 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: ) 18 : audit [INF] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi119.jffuim/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 09:28:28.577012+0000 mon.smithi119 (mon. 2023-12-08T09:28:28.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: 0) 19 : audit [INF] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi119.jffuim/trash_purge_schedule"}]: dispatch 2023-12-08T09:28:28.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:28:28.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: -08T09:28:28.581866+0000 mon.smithi119 2023-12-08T09:28:28.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:28.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: audit 2023 2023-12-08T09:28:28.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: -12-08T09:28:28.584991+0000 2023-12-08T09:28:28.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:28 smithi119 conmon[83797]: mon.smithi119 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.119:0/3653146063' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:30.145 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:30.145 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: { 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "fsid": "fe4ec624-95ab-11ee-95a3-87774f69a715", 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 0 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "smithi119" 2023-12-08T09:28:30.146 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:28:30.147 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:28:30.151 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:28:30.151 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:28:30.151 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:28:30.151 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:30.151 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:28:30.151 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:28:30.151 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:28:30.151 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:28:30.152 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "nfs", 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ], 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:28:16.063994+0000", 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: }, 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:28:30.153 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: } 2023-12-08T09:28:30.677 INFO:teuthology.orchestra.run.smithi119.stderr:mgr is available 2023-12-08T09:28:30.868 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:30 smithi119 conmon[83797]: cluster 2023-12-08T09:28:29.547092+0000 mon.smithi119 (mon 2023-12-08T09:28:30.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:30 smithi119 conmon[83797]: .0) 22 : cluster [DBG] mgrmap e3: smithi119.jffuim(active, since 1.00512s) 2023-12-08T09:28:30.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:30 smithi119 conmon[83797]: audit 2023-12-08T09:28:30.141346+0000 mon.smithi119 (mon.0) 23 : audit [DBG] 2023-12-08T09:28:30.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:30 smithi119 conmon[83797]: from='client.? 172.21.15.119:0/229262278' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:28:31.277 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: [global] 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: fsid = fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: [mgr] 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: [osd] 2023-12-08T09:28:31.278 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T09:28:31.279 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T09:28:31.744 INFO:teuthology.orchestra.run.smithi119.stderr:Enabling cephadm module... 2023-12-08T09:28:32.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:32 smithi119 conmon[83797]: audit 2023-12-08T09:28:31.274738+0000 mon.smithi119 (mon.0) 24 : audit [INF] from='client.? 172.21.15.119:0/1873125879' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T09:28:32.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:32 smithi119 conmon[83797]: cluster 2023-12-08T09:28:31.547615+0000 mon.smithi119 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi119.jffuim(active, since 3s) 2023-12-08T09:28:33.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:33 smithi119 conmon[83797]: audit 2023-12-08T09:28:32.410282+0000 mon.smithi119 (mon.0 2023-12-08T09:28:33.446 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:33 smithi119 conmon[83797]: ) 26 : audit [INF] from='client.? 172.21.15.119:0/573918025' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T09:28:34.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:34 smithi119 conmon[83797]: audit 2023-12-08T09:28:33. 2023-12-08T09:28:34.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:34 smithi119 conmon[83797]: 198138+0000 mon.smithi119 (mon.0) 27 : audit [INF] from='client.? 172.21.15.119:0/573918025' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T09:28:34.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:34 smithi119 conmon[83797]: cluster 2023-12-08T09:28 2023-12-08T09:28:34.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:34 smithi119 conmon[83797]: :33.198191+0000 mon.smithi119 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi119.jffuim(active, since 4s) 2023-12-08T09:28:34.470 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: { 2023-12-08T09:28:34.470 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-08T09:28:34.470 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:28:34.470 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "active_name": "smithi119.jffuim", 2023-12-08T09:28:34.470 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T09:28:34.471 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: } 2023-12-08T09:28:35.005 INFO:teuthology.orchestra.run.smithi119.stderr:Waiting for the mgr to restart... 2023-12-08T09:28:35.005 INFO:teuthology.orchestra.run.smithi119.stderr:Waiting for mgr epoch 5... 2023-12-08T09:28:35.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:35 smithi119 conmon[83797]: audit 2023-12-08T09:28:34.468129 2023-12-08T09:28:35.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:35 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.119:0/2150000175' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T09:28:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: cluster 2023-12-08T09:28:38.577973+0000 mon.smithi119 2023-12-08T09:28:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: (mon.0) 30 : cluster [INF] Active manager daemon smithi119.jffuim restarted 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: cluster 2023-12-08T09:28:38.578195+0000 mon.smithi119 (mon.0) 31 : cluster [INF] Activating manager daemon smithi119.jffuim 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: cluster 2023-12-08T09:28:38.580934+0000 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: mon.smithi119 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: 12-08T09:28:38.581032+0000 mon.smithi119 (mon. 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: 0) 33 : cluster [DBG] mgrmap e6: smithi119.jffuim(active, starting, since 0.00291343s) 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: audit 2023 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: -12-08T09:28:38.581963+0000 mon.smithi119 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi119"}]: dispatch 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: audit 2023 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: -12-08T09:28:38.582536+0000 mon.smithi119 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr metadata", "who": "smithi119.jffuim", "id": "smithi119.jffuim"}]: dispatch 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: audit 2023 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: -12-08T09:28:38.583342+0000 mon.smithi119 2023-12-08T09:28:38.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: audit 2023 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: -12-08T09:28:38.583493+0000 mon.smithi119 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: audit 2023 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: -12-08T09:28:38.583631+0000 mon.smithi119 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: -12-08T09:28:38.597955+0000 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: mon.smithi119 (mon.0) 39 : cluster [INF] Manager daemon smithi119.jffuim is now available 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: audit 2023-12-08T09:28:38.610163 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 40 : audit [INF] 2023-12-08T09:28:38.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:38 smithi119 conmon[83797]: from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:39.590 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: { 2023-12-08T09:28:39.591 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-08T09:28:39.591 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T09:28:39.591 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: } 2023-12-08T09:28:39.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:38.607538+0000 mgr.smithi119.jffuim 2023-12-08T09:28:39.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T09:28:39.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: audit 2023-12-08T09:28:38.695906+0000 mon.smithi119 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:39.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: audit 2023-12-08T09:28:38.696978+0000 mon.smithi119 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: audit 2023-12-08T09:28:38 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: .698977+0000 mon.smithi119 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: audit 2023-12-08T09:28:38.701017+0000 mon.smithi119 (mon 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: .0) 44 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: audit 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: 2023-12-08T09:28:38.713754+0000 mon.smithi119 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi119.jffuim/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: audit 2023-12-08T09:28:38.716150 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi119.jffuim/trash_purge_schedule"}]: dispatch 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: cluster 2023-12-08T09:28:39.583011+0000 2023-12-08T09:28:39.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:39 smithi119 conmon[83797]: mon.smithi119 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi119.jffuim(active, since 1.00488s) 2023-12-08T09:28:40.109 INFO:teuthology.orchestra.run.smithi119.stderr:mgr epoch 5 is available 2023-12-08T09:28:40.109 INFO:teuthology.orchestra.run.smithi119.stderr:Setting orchestrator backend to cephadm... 2023-12-08T09:28:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:40 smithi119 conmon[83797]: audit 2023-12-08T09:28:39.582497+0000 mgr.smithi119.jffuim (mgr.14116 2023-12-08T09:28:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:40 smithi119 conmon[83797]: ) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T09:28:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:40 smithi119 conmon[83797]: audit 2023-12-08T09:28:39.588783+0000 mgr.smithi119.jffuim (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T09:28:41.916 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: value unchanged 2023-12-08T09:28:42.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:41 smithi119 conmon[83797]: cluster 2023-12-08T09:28:40.698322+0000 mon.smithi119 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi119.jffuim(active, since 2s) 2023-12-08T09:28:42.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:41 smithi119 conmon[83797]: audit 2023-12-08T09:28:40.759382+0000 mgr.smithi119.jffuim (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-08T09:28:42.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:41 smithi119 conmon[83797]: audit 2023-12-08T09:28:40.763793 2023-12-08T09:28:42.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:41 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:42.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:41 smithi119 conmon[83797]: audit 2023-12-08T09:28:40. 2023-12-08T09:28:42.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:41 smithi119 conmon[83797]: 774113+0000 mon.smithi119 (mon.0) 50 : audit 2023-12-08T09:28:42.092 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:41 smithi119 conmon[83797]: [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:28:42.409 INFO:teuthology.orchestra.run.smithi119.stderr:Generating ssh key... 2023-12-08T09:28:43.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:42 smithi119 conmon[83797]: audit 2023-12-08T09:28:41.914396+0000 mgr.smithi119.jffuim (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:44.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:43 smithi119 conmon[83797]: audit 2023-12-08T09:28:43.026054+0000 mgr.smithi119.jffuim (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:44.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:43 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:43.026297+0000 mgr.smithi119.jffuim (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-08T09:28:44.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:43 smithi119 conmon[83797]: audit 2023-12-08T09:28:43. 2023-12-08T09:28:44.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:43 smithi119 conmon[83797]: 376431+0000 mon.smithi119 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:44.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:43 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:28:44.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:43 smithi119 conmon[83797]: 09:28:43.378233+0000 mon.smithi119 (mon 2023-12-08T09:28:44.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:43 smithi119 conmon[83797]: .0) 52 : audit [INF] 2023-12-08T09:28:44.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:43 smithi119 conmon[83797]: from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:44.520 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmcc7ux8iB50kqbAiLQcUYUtWxnY/i+4r8zSP1A+XTQaQYWGvpKz7repH6qpc5GgDT/5i4GI53Cq5ybYWrN/ZxLej1Mb71fLSiQHHxS5CSqhU8RIJ1FO6/ne++ISapf8RMflCu42EF/xYUj9phViM2aa4Z5rTq0b3z20M9ep5YUNK3FyVyyoKwk3FnXesz5OXvhpaRvcCK2cte76XQ1qt7UuPvr2jBz41s+EgJWyU/Zu11xtPVDdl8MrchdXfOmvhgNAweFoQ6Sz78fgp718whzK09/xNs0JCqjPduHSI9K75dS9+EHelbdi7Kn7Ey/1vzgwjnv1sx5tiqHNEOYDXcSR4wkKgzOfyqKLhry6EIRCmnV3a/oisftPuea5Mr3H3gCHO3Fv2lGRaTlm3Vx/hnty5U1UxBTt/S9NhJzCAm4per4L9lo2EIbq++2VZae4+l510Vb59KSu6bD1RDjd9MNAvbLH5rGj+B8cDjLkysHuQst5MvNWARBRIfh0aVY8M= ceph-fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:28:44.994 INFO:teuthology.orchestra.run.smithi119.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T09:28:44.994 INFO:teuthology.orchestra.run.smithi119.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T09:28:44.994 INFO:teuthology.orchestra.run.smithi119.stderr:Adding host smithi119... 2023-12-08T09:28:45.620 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:45 smithi119 conmon[83797]: audit 2023-12-08T09:28:44.518311+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:28:45.620 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:45 smithi119 conmon[83797]: .14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:46.255 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Added host 'smithi119' with addr '172.21.15.119' 2023-12-08T09:28:46.817 INFO:teuthology.orchestra.run.smithi119.stderr:Deploying mon service with default placement... 2023-12-08T09:28:47.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:47 smithi119 conmon[83797]: audit 2023-12-08T09:28:45.597880+0000 mgr.smithi119.jffuim (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi119", "addr": "172.21.15.119", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:47.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:47 smithi119 conmon[83797]: audit 2023-12-08T09:28:46.252541+0000 mon.smithi119 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:47.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:47 smithi119 conmon[83797]: audit 2023-12-08T09:28:46.299482+0000 mon.smithi119 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:28:47.518 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T09:28:48.419 INFO:teuthology.orchestra.run.smithi119.stderr:Deploying mgr service with default placement... 2023-12-08T09:28:48.521 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:48 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:46.252839+0000 mgr.smithi119.jffuim (mgr.14116) 10 : cephadm [INF] Added host smithi119 2023-12-08T09:28:48.522 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:48 smithi119 conmon[83797]: audit 2023-12-08T09:28:48.522 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:48 smithi119 conmon[83797]: 2023-12-08T09:28:47.516683+0000 mon.smithi119 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:49.214 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T09:28:49.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:49 smithi119 conmon[83797]: audit 2023-12-08T09:28:47.510653+0000 mgr.smithi119.jffuim (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:49.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:49 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:47.511843+0000 mgr.smithi119.jffuim (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T09:28:49.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:49 smithi119 conmon[83797]: audit 2023-12-08T09:28:48.538821+0000 mon.smithi119 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:49.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:49 smithi119 conmon[83797]: audit 2023-12-08T09:28:48.809296+0000 mon.smithi119 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:49.934 INFO:teuthology.orchestra.run.smithi119.stderr:Deploying crash service with default placement... 2023-12-08T09:28:50.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: audit 2023-12-08T09:28:49. 2023-12-08T09:28:50.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: 209387+0000 mgr.smithi119.jffuim (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:50.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: cephadm 2023-12-08T 2023-12-08T09:28:50.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: 09:28:49.210218+0000 mgr.smithi119.jffuim (mgr.14116) 14 : 2023-12-08T09:28:50.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T09:28:50.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:28:50.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: 12-08T09:28:49. 2023-12-08T09:28:50.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: 212397+0000 mon.smithi119 (mon.0) 58 : audit 2023-12-08T09:28:50.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:50.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:28:50.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: T09:28:50.193644+0000 mon.smithi119 ( 2023-12-08T09:28:50.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:50 smithi119 conmon[83797]: mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:50.723 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T09:28:51.416 INFO:teuthology.orchestra.run.smithi119.stderr:Deploying prometheus service with default placement... 2023-12-08T09:28:51.932 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:51 smithi119 conmon[83797]: audit 2023-12-08T09:28:50.718224+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:28:51.933 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:51 smithi119 conmon[83797]: 14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:51.933 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:51 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:50.719134+0000 mgr.smithi119.jffuim (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T09:28:51.933 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:51 smithi119 conmon[83797]: audit 2023-12-08T09:28:50.721226+0000 mon.smithi119 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:52.383 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T09:28:52.942 INFO:teuthology.orchestra.run.smithi119.stderr:Deploying grafana service with default placement... 2023-12-08T09:28:53.563 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T09:28:53.764 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:53 smithi119 conmon[83797]: audit 2023-12-08T09:28:52.378512+0000 2023-12-08T09:28:53.764 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:53 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:53.764 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:53 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:52.379392+0000 mgr.smithi119.jffuim (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T09:28:53.764 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:53 smithi119 conmon[83797]: audit 2023-12-08T09:28:52.381617+0000 mon.smithi119 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:54.115 INFO:teuthology.orchestra.run.smithi119.stderr:Deploying node-exporter service with default placement... 2023-12-08T09:28:54.757 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T09:28:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:54 smithi119 conmon[83797]: audit 2023-12-08T09:28:53.557923+0000 mgr.smithi119.jffuim (mgr.14116) 2023-12-08T09:28:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:54 smithi119 conmon[83797]: 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:54 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:53.558767+0000 mgr.smithi119.jffuim (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T09:28:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:54 smithi119 conmon[83797]: audit 2023 2023-12-08T09:28:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:54 smithi119 conmon[83797]: -12-08T09:28:53.561816+0000 mon.smithi119 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:55.290 INFO:teuthology.orchestra.run.smithi119.stderr:Deploying alertmanager service with default placement... 2023-12-08T09:28:55.900 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T09:28:56.072 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:55 smithi119 conmon[83797]: audit 2023-12-08T09:28:54.751461+0000 mgr.smithi119.jffuim ( 2023-12-08T09:28:56.072 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:55 smithi119 conmon[83797]: 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-08T09:28:56.072 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:55 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:54.752304+0000 mgr.smithi119.jffuim (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T09:28:56.072 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:55 smithi119 conmon[83797]: audit 2023-12-08T09:28:54.755057+0000 mon.smithi119 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:57.222 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:56 smithi119 conmon[83797]: audit 2023-12-08T09:28:55.895162+0000 mgr.smithi119.jffuim (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:57.222 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:56 smithi119 conmon[83797]: cephadm 2023-12-08T09:28:57.222 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:56 smithi119 conmon[83797]: 2023-12-08T09:28:55.896007+0000 mgr.smithi119.jffuim (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T09:28:57.222 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:56 smithi119 conmon[83797]: audit 2023-12-08T09:28:55.898174+0000 mon.smithi119 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.119:0/3451998285' entity='mgr.smithi119.jffuim' 2023-12-08T09:28:58.355 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:58 smithi119 conmon[83797]: audit 2023-12-08T09:28:57.052100+0000 mon.smithi119 (mon.0) 65 : audit [INF] from='client.? 172.21.15.119:0/709695940' entity='client.admin' 2023-12-08T09:28:58.739 INFO:teuthology.orchestra.run.smithi119.stderr:Enabling the dashboard module... 2023-12-08T09:28:59.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:59 smithi119 conmon[83797]: audit 2023-12-08T09:28:58. 2023-12-08T09:28:59.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:28:59 smithi119 conmon[83797]: 197933+0000 mon.smithi119 (mon.0) 66 : audit [INF] from='client.? 172.21.15.119:0/4035267202' entity='client.admin' 2023-12-08T09:29:00.453 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:00 smithi119 conmon[83797]: cluster 2023-12-08T09:28:58.584677+0000 mgr.smithi119.jffuim ( 2023-12-08T09:29:00.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:00 smithi119 conmon[83797]: mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:00.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:00 smithi119 conmon[83797]: audit 2023-12-08T09:28:59.367239+0000 mon.smithi119 (mon. 2023-12-08T09:29:00.454 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:00 smithi119 conmon[83797]: 0) 67 : audit [INF] from='client.? 172.21.15.119:0/371997174' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T09:29:01.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:01 smithi119 conmon[83797]: audit 2023-12-08T09:29:00. 2023-12-08T09:29:01.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:01 smithi119 conmon[83797]: 200101+0000 mon.smithi119 (mon.0) 68 : audit [INF] from='client.? 172.21.15.119:0/371997174' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T09:29:01.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:01 smithi119 conmon[83797]: cluster 2023-12-08T09:29:00.200161+0000 mon.smithi119 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi119.jffuim(active, since 21s) 2023-12-08T09:29:01.497 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: { 2023-12-08T09:29:01.497 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-08T09:29:01.497 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:29:01.497 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "active_name": "smithi119.jffuim", 2023-12-08T09:29:01.497 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T09:29:01.497 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: } 2023-12-08T09:29:02.086 INFO:teuthology.orchestra.run.smithi119.stderr:Waiting for the mgr to restart... 2023-12-08T09:29:02.086 INFO:teuthology.orchestra.run.smithi119.stderr:Waiting for mgr epoch 9... 2023-12-08T09:29:02.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:02 smithi119 conmon[83797]: audit 2023-12-08T09:29:01.494908+0000 mon.smithi119 (mon. 2023-12-08T09:29:02.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:02 smithi119 conmon[83797]: 0) 70 : audit [DBG] from='client.? 172.21.15.119:0/981378981' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T09:29:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: cluster 2023-12-08T09:29:05.638058+0000 mon.smithi119 (mon.0) 71 : cluster [INF] Active manager daemon smithi119.jffuim restarted 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: cluster 2023-12-08T 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: 09:29:05.638295+0000 mon.smithi119 (mon.0) 72 : cluster [INF] Activating manager daemon smithi119.jffuim 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: cluster 2023-12-08T09:29:05.641213+0000 mon.smithi119 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: -12-08T09:29:05.641338+0000 mon.smithi119 (mon.0) 74 : cluster [DBG] 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: mgrmap e10: smithi119.jffuim(active, starting, since 0.00313945s) 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: audit 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: 2023-12-08T09:29:05.642133+0000 mon.smithi119 ( 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi119"}]: dispatch 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: 08T09:29:05.642923+0000 mon.smithi119 (mon. 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: 0) 76 : audit [DBG] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr metadata", "who": "smithi119.jffuim", "id": "smithi119.jffuim"}]: dispatch 2023-12-08T09:29:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: audit 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: 2023-12-08T09:29:05 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: .643703+0000 mon.smithi119 (mon.0) 77 : audit 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: [DBG] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: -08T09:29:05.643855+0000 mon.smithi119 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: -08T09:29:05.643989+0000 mon.smithi119 ( 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:29:06.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: cluster 2023-12 2023-12-08T09:29:06.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: -08T09:29:05.657518+0000 mon.smithi119 2023-12-08T09:29:06.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:05 smithi119 conmon[83797]: (mon.0) 80 : cluster [INF] Manager daemon smithi119.jffuim is now available 2023-12-08T09:29:06.651 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: { 2023-12-08T09:29:06.651 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-08T09:29:06.652 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T09:29:06.652 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: } 2023-12-08T09:29:06.979 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:06 smithi119 conmon[83797]: audit 2023-12-08T09:29:05.754079+0000 mon.smithi119 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:29:06.979 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:06 smithi119 conmon[83797]: audit 2023-12-08T09:29:05.755212+0000 mon.smithi119 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:29:06.979 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:06 smithi119 conmon[83797]: audit 2023-12-08T09:29:05.780256+0000 mon.smithi119 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi119.jffuim/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:29:06.979 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:06 smithi119 conmon[83797]: audit 2023-12-08T09:29:05.782304+0000 mon.smithi119 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi119.jffuim/trash_purge_schedule"}]: dispatch 2023-12-08T09:29:06.979 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:06 smithi119 conmon[83797]: cluster 2023-12-08T09:29:06.643030+0000 mon.smithi119 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi119.jffuim(active, since 1.00483s) 2023-12-08T09:29:07.384 INFO:teuthology.orchestra.run.smithi119.stderr:mgr epoch 9 is available 2023-12-08T09:29:07.384 INFO:teuthology.orchestra.run.smithi119.stderr:Generating a dashboard self-signed certificate... 2023-12-08T09:29:08.070 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:07 smithi119 conmon[83797]: audit 2023-12-08T09:29:06.642732+0000 mgr.smithi119.jffuim (mgr.14156) 1 2023-12-08T09:29:08.070 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:07 smithi119 conmon[83797]: : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T09:29:08.070 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:07 smithi119 conmon[83797]: audit 2023-12-08T09:29:06.649312+0000 mgr.smithi119.jffuim (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T09:29:08.071 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:07 smithi119 conmon[83797]: audit 2023-12-08T09:29:07.377876+0000 mon.smithi119 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:08.364 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T09:29:09.019 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:08 smithi119 conmon[83797]: audit 2023-12-08T09:29:08.070558+0000 mgr.smithi119.jffuim (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:29:09.020 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:08 smithi119 conmon[83797]: audit 2023-12-08T09:29:08.361256+0000 mon.smithi119 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:09.020 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:08 smithi119 conmon[83797]: audit 2023-12-08T09:29:08.363027+0000 mon.smithi119 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:09.020 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:08 smithi119 conmon[83797]: cluster 2023-12-08T09:29:08.379106+0000 mon.smithi119 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi119.jffuim(active, since 2s) 2023-12-08T09:29:09.338 INFO:teuthology.orchestra.run.smithi119.stderr:Creating initial admin user... 2023-12-08T09:29:10.243 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$uzT2oCFsaHrZ78IzN3aWwOysDFSbISI9R26p0w2MUYC6zVVHmY2PC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702027750, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T09:29:10.833 INFO:teuthology.orchestra.run.smithi119.stderr:Fetching dashboard port number... 2023-12-08T09:29:11.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:11 smithi119 conmon[83797]: audit 2023-12-08T09:29:10.024997+0000 mgr.smithi119.jffuim (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-08T09:29:11.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:11 smithi119 conmon[83797]: audit 2023-12-08T09:29:10.241875+0000 mon.smithi119 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:11.485 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: 8443 2023-12-08T09:29:12.055 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: disabled 2023-12-08T09:29:12.062 INFO:teuthology.orchestra.run.smithi119.stderr:systemctl: inactive 2023-12-08T09:29:12.063 INFO:teuthology.orchestra.run.smithi119.stderr:firewalld.service is not enabled 2023-12-08T09:29:12.063 INFO:teuthology.orchestra.run.smithi119.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T09:29:12.067 INFO:teuthology.orchestra.run.smithi119.stderr:Ceph Dashboard is now available at: 2023-12-08T09:29:12.067 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:12.067 INFO:teuthology.orchestra.run.smithi119.stderr: URL: https://smithi119.front.sepia.ceph.com:8443/ 2023-12-08T09:29:12.067 INFO:teuthology.orchestra.run.smithi119.stderr: User: admin 2023-12-08T09:29:12.067 INFO:teuthology.orchestra.run.smithi119.stderr: Password: cwi727bg1s 2023-12-08T09:29:12.067 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:12.067 INFO:teuthology.orchestra.run.smithi119.stderr:Enabling autotune for osd_memory_target 2023-12-08T09:29:12.338 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:12 smithi119 conmon[83797]: audit 2023-12-08T09:29:11.484152+0000 mon.smithi119 (mon.0) 91 2023-12-08T09:29:12.338 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:12 smithi119 conmon[83797]: : audit [DBG] from='client.? 172.21.15.119:0/4018199500' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T09:29:13.552 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:13 smithi119 conmon[83797]: cluster 2023-12-08T09:29:12.248772+0000 mon.smithi119 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi119.jffuim(active, since 6s) 2023-12-08T09:29:14.092 INFO:teuthology.orchestra.run.smithi119.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-08T09:29:14.641 INFO:teuthology.orchestra.run.smithi119.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-08T09:29:14.641 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:14.641 INFO:teuthology.orchestra.run.smithi119.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:29:14.641 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:14.641 INFO:teuthology.orchestra.run.smithi119.stderr:Or, if you are only running a single cluster on this host: 2023-12-08T09:29:14.641 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr: ceph telemetry on 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr:For more information see: 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:29:14.642 INFO:teuthology.orchestra.run.smithi119.stderr:Bootstrap complete. 2023-12-08T09:29:14.676 INFO:tasks.cephadm:Fetching config... 2023-12-08T09:29:14.676 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:29:14.677 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T09:29:14.691 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T09:29:14.691 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:29:14.692 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T09:29:14.747 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T09:29:14.748 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:29:14.748 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/keyring of=/dev/stdout 2023-12-08T09:29:14.813 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T09:29:14.814 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:29:14.814 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T09:29:14.869 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T09:29:14.869 DEBUG:teuthology.orchestra.run.smithi119:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmcc7ux8iB50kqbAiLQcUYUtWxnY/i+4r8zSP1A+XTQaQYWGvpKz7repH6qpc5GgDT/5i4GI53Cq5ybYWrN/ZxLej1Mb71fLSiQHHxS5CSqhU8RIJ1FO6/ne++ISapf8RMflCu42EF/xYUj9phViM2aa4Z5rTq0b3z20M9ep5YUNK3FyVyyoKwk3FnXesz5OXvhpaRvcCK2cte76XQ1qt7UuPvr2jBz41s+EgJWyU/Zu11xtPVDdl8MrchdXfOmvhgNAweFoQ6Sz78fgp718whzK09/xNs0JCqjPduHSI9K75dS9+EHelbdi7Kn7Ey/1vzgwjnv1sx5tiqHNEOYDXcSR4wkKgzOfyqKLhry6EIRCmnV3a/oisftPuea5Mr3H3gCHO3Fv2lGRaTlm3Vx/hnty5U1UxBTt/S9NhJzCAm4per4L9lo2EIbq++2VZae4+l510Vb59KSu6bD1RDjd9MNAvbLH5rGj+B8cDjLkysHuQst5MvNWARBRIfh0aVY8M= ceph-fe4ec624-95ab-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T09:29:14.956 INFO:teuthology.orchestra.run.smithi119.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmcc7ux8iB50kqbAiLQcUYUtWxnY/i+4r8zSP1A+XTQaQYWGvpKz7repH6qpc5GgDT/5i4GI53Cq5ybYWrN/ZxLej1Mb71fLSiQHHxS5CSqhU8RIJ1FO6/ne++ISapf8RMflCu42EF/xYUj9phViM2aa4Z5rTq0b3z20M9ep5YUNK3FyVyyoKwk3FnXesz5OXvhpaRvcCK2cte76XQ1qt7UuPvr2jBz41s+EgJWyU/Zu11xtPVDdl8MrchdXfOmvhgNAweFoQ6Sz78fgp718whzK09/xNs0JCqjPduHSI9K75dS9+EHelbdi7Kn7Ey/1vzgwjnv1sx5tiqHNEOYDXcSR4wkKgzOfyqKLhry6EIRCmnV3a/oisftPuea5Mr3H3gCHO3Fv2lGRaTlm3Vx/hnty5U1UxBTt/S9NhJzCAm4per4L9lo2EIbq++2VZae4+l510Vb59KSu6bD1RDjd9MNAvbLH5rGj+B8cDjLkysHuQst5MvNWARBRIfh0aVY8M= ceph-fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:29:14.969 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmcc7ux8iB50kqbAiLQcUYUtWxnY/i+4r8zSP1A+XTQaQYWGvpKz7repH6qpc5GgDT/5i4GI53Cq5ybYWrN/ZxLej1Mb71fLSiQHHxS5CSqhU8RIJ1FO6/ne++ISapf8RMflCu42EF/xYUj9phViM2aa4Z5rTq0b3z20M9ep5YUNK3FyVyyoKwk3FnXesz5OXvhpaRvcCK2cte76XQ1qt7UuPvr2jBz41s+EgJWyU/Zu11xtPVDdl8MrchdXfOmvhgNAweFoQ6Sz78fgp718whzK09/xNs0JCqjPduHSI9K75dS9+EHelbdi7Kn7Ey/1vzgwjnv1sx5tiqHNEOYDXcSR4wkKgzOfyqKLhry6EIRCmnV3a/oisftPuea5Mr3H3gCHO3Fv2lGRaTlm3Vx/hnty5U1UxBTt/S9NhJzCAm4per4L9lo2EIbq++2VZae4+l510Vb59KSu6bD1RDjd9MNAvbLH5rGj+B8cDjLkysHuQst5MvNWARBRIfh0aVY8M= ceph-fe4ec624-95ab-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T09:29:15.014 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmcc7ux8iB50kqbAiLQcUYUtWxnY/i+4r8zSP1A+XTQaQYWGvpKz7repH6qpc5GgDT/5i4GI53Cq5ybYWrN/ZxLej1Mb71fLSiQHHxS5CSqhU8RIJ1FO6/ne++ISapf8RMflCu42EF/xYUj9phViM2aa4Z5rTq0b3z20M9ep5YUNK3FyVyyoKwk3FnXesz5OXvhpaRvcCK2cte76XQ1qt7UuPvr2jBz41s+EgJWyU/Zu11xtPVDdl8MrchdXfOmvhgNAweFoQ6Sz78fgp718whzK09/xNs0JCqjPduHSI9K75dS9+EHelbdi7Kn7Ey/1vzgwjnv1sx5tiqHNEOYDXcSR4wkKgzOfyqKLhry6EIRCmnV3a/oisftPuea5Mr3H3gCHO3Fv2lGRaTlm3Vx/hnty5U1UxBTt/S9NhJzCAm4per4L9lo2EIbq++2VZae4+l510Vb59KSu6bD1RDjd9MNAvbLH5rGj+B8cDjLkysHuQst5MvNWARBRIfh0aVY8M= ceph-fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:29:15.026 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T09:29:15.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:15 smithi119 conmon[83797]: audit 2023-12-08T09:29:14.088629+0000 mon.smithi119 (mon.0) 93 : audit [INF] from='client.? 172.21.15.119:0/1964544653' entity='client.admin' 2023-12-08T09:29:17.998 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-08T09:29:17.999 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-08T09:29:18.519 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:18 smithi119 conmon[83797]: audit 2023-12-08T09:29:17.374618+0000 mon.smithi119 (mon.0) 94 : audit [INF] from='client.? 172.21.15.119:0/2791070481' entity='client.admin' 2023-12-08T09:29:18.519 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:18 smithi119 conmon[83797]: audit 2023-12-08T09:29:17.981108+0000 mon.smithi119 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:18.519 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:18 smithi119 conmon[83797]: audit 2023-12-08T09:29:18.343533+0000 mon.smithi119 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:29:18.519 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:18 smithi119 conmon[83797]: audit 2023-12-08T09:29:18.349462+0000 mon.smithi119 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:19.729 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:19 smithi119 conmon[83797]: cephadm 2023-12-08T09:29:18.357932+0000 mgr.smithi119.jffuim (mgr.14156 2023-12-08T09:29:19.729 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:19 smithi119 conmon[83797]: ) 5 : cephadm [INF] Deploying daemon alertmanager.smithi119 on smithi119 2023-12-08T09:29:20.725 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi145 2023-12-08T09:29:20.725 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:29:20.725 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.conf 2023-12-08T09:29:20.744 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:29:20.744 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:29:20.801 INFO:tasks.cephadm:Adding host smithi145 to orchestrator... 2023-12-08T09:29:20.801 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch host add smithi145 2023-12-08T09:29:21.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:21 smithi119 conmon[83797]: audit 2023-12-08T09:29:20.099334+0000 mgr.smithi119.jffuim (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-08T09:29:21.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:21 smithi119 conmon[83797]: audit 2023-12-08T09:29:20.101832+0000 mon.smithi119 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:27.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:27 smithi119 conmon[83797]: cluster 2023-12-08T09:29:25.645037+0000 mgr.smithi119.jffuim (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:27.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:27 smithi119 conmon[83797]: audit 2023-12-08T09:29:26.521725+0000 mon.smithi119 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:27.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:27 smithi119 conmon[83797]: audit 2023-12-08T09:29:26.523280+0000 mon.smithi119 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi119", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:29:27.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:27 smithi119 conmon[83797]: audit 2023-12-08T09:29:26.527646+0000 mon.smithi119 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi119", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T09:29:27.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:27 smithi119 conmon[83797]: audit 2023-12-08T09:29:26.528241+0000 mon.smithi119 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:29:28.544 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:28 smithi119 conmon[83797]: cephadm 2023-12-08T09:29:26.528709 2023-12-08T09:29:28.545 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:28 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi119 on smithi119 2023-12-08T09:29:29.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:29 smithi119 conmon[83797]: cluster 2023-12-08T09:29:27.645412+0000 mgr.smithi119.jffuim (mgr.14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:29.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:29 smithi119 conmon[83797]: audit 2023-12-08T09:29:28.758269+0000 mon.smithi119 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:29.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:29 smithi119 conmon[83797]: audit 2023-12-08T09:29:28.806490+0000 mon.smithi119 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:29.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:29 smithi119 conmon[83797]: audit 2023-12-08T09:29:28.808322+0000 mon.smithi119 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:29.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:29 smithi119 conmon[83797]: audit 2023-12-08T09:29:28.810234+0000 mon.smithi119 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T09:29:29.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:29 smithi119 conmon[83797]: audit 2023-12-08T09:29:28.812965+0000 mon.smithi119 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:30.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:30 smithi119 conmon[83797]: audit 2023-12-08T09:29:28.810578+0000 mgr.smithi119.jffuim (mgr.14156 2023-12-08T09:29:30.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:30 smithi119 conmon[83797]: ) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T09:29:30.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:30 smithi119 conmon[83797]: cephadm 2023-12-08T09:29:28.817985+0000 mgr.smithi119.jffuim (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi119 on smithi119 2023-12-08T09:29:31.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:31 smithi119 conmon[83797]: cluster 2023-12-08T09:29:29. 2023-12-08T09:29:31.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:31 smithi119 conmon[83797]: 645768+0000 mgr.smithi119.jffuim (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:31.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:31 smithi119 conmon[83797]: audit 2023-12-08T09:29 2023-12-08T09:29:31.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:31 smithi119 conmon[83797]: :30.780164+0000 mon.smithi119 (mon.0) 108 : audit [INF] 2023-12-08T09:29:31.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:31 smithi119 conmon[83797]: from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:33.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:33 smithi119 conmon[83797]: cluster 2023-12-08T09:29:31.646052+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:29:33.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:33 smithi119 conmon[83797]: .14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:35.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:35 smithi119 conmon[83797]: cluster 2023-12-08T09:29:33.646292 2023-12-08T09:29:35.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:35 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:37.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:37 smithi119 conmon[83797]: cluster 2023-12-08T09:29:35.646506+0000 mgr.smithi119.jffuim ( 2023-12-08T09:29:37.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:37 smithi119 conmon[83797]: mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:39.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:39 smithi119 conmon[83797]: cluster 2023-12-08T09:29:37.646731+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:29:39.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:39 smithi119 conmon[83797]: 14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:41.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:41 smithi119 conmon[83797]: cluster 2023-12-08T09:29:39.647108+0000 mgr.smithi119.jffuim (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:43.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:43 smithi119 conmon[83797]: cluster 2023-12-08T09:29:41.647351+0000 mgr.smithi119.jffuim (mgr.14156) 18 : cluster [DBG] 2023-12-08T09:29:43.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:43 smithi119 conmon[83797]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:45.615 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:45 smithi119 conmon[83797]: cluster 2023-12-08T09:29:43.647746+0000 mgr.smithi119.jffuim (mgr.14156) 19 : cluster [DBG] 2023-12-08T09:29:45.615 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:45 smithi119 conmon[83797]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:47.322 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:47 smithi119 conmon[83797]: cluster 2023-12-08T09:29:45.648097+0000 mgr.smithi119.jffuim ( 2023-12-08T09:29:47.322 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:47 smithi119 conmon[83797]: mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:48.429 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:48 smithi119 conmon[83797]: audit 2023-12-08T09:29:47.272277+0000 mon.smithi119 (mon.0 2023-12-08T09:29:48.429 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:48 smithi119 conmon[83797]: ) 109 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:48.429 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:48 smithi119 conmon[83797]: cephadm 2023-12-08T09:29:47.274336+0000 mgr.smithi119.jffuim (mgr.14156) 21 : cephadm [INF] Deploying daemon node-exporter.smithi119 on smithi119 2023-12-08T09:29:48.429 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:48 smithi119 conmon[83797]: cluster 2023-12-08T09:29:47.648745+0000 mgr.smithi119.jffuim (mgr.14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:50.851 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:50 smithi119 conmon[83797]: cluster 2023-12-08T09:29:49.648992+0000 mgr.smithi119.jffuim (mgr.14156) 23 : 2023-12-08T09:29:50.851 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:50 smithi119 conmon[83797]: cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:29:51.895 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:51 smithi119 conmon[83797]: audit 2023-12-08T09:29:50.740530 2023-12-08T09:29:51.895 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:51 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:51.895 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:51 smithi119 conmon[83797]: audit 2023-12-08T09:29:50 2023-12-08T09:29:51.896 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:51 smithi119 conmon[83797]: .742674+0000 mon.smithi119 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T09:29:51.896 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:51 smithi119 conmon[83797]: audit 2023-12-08T09:29:51.896 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:51 smithi119 conmon[83797]: 2023-12-08T09:29 2023-12-08T09:29:51.896 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:51 smithi119 conmon[83797]: :50.784099+0000 mon.smithi119 (mon.0) 112 : 2023-12-08T09:29:51.896 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:51 smithi119 conmon[83797]: audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:52.912 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:52 smithi119 conmon[83797]: audit 2023-12-08T09:29:51.742093+0000 2023-12-08T09:29:52.912 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:52 smithi119 conmon[83797]: mon.smithi119 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.119:0/1529787229' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T09:29:52.913 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:52 smithi119 conmon[83797]: cluster 2023-12-08T09:29:51.742174+0000 mon.smithi119 ( 2023-12-08T09:29:52.913 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:52 smithi119 conmon[83797]: mon.0) 114 : cluster [DBG] mgrmap e14: smithi119.jffuim(active, since 46s) 2023-12-08T09:29:57.423 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: cluster 2023-12-08T09:29:57.167339+0000 mon.smithi119 ( 2023-12-08T09:29:57.423 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: mon.0) 115 : cluster [INF] Active manager daemon smithi119.jffuim restarted 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: cluster 2023-12-08T09:29:57.167574+0000 mon.smithi119 (mon.0) 116 : cluster [INF] Activating manager daemon smithi119.jffuim 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: cluster 2023-12-08T09:29:57.170156+0000 mon.smithi119 (mon. 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: cluster 2023-12- 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 08T09:29:57.170266+0000 mon.smithi119 ( 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: mon.0) 118 : cluster [DBG] mgrmap e15: smithi119.jffuim(active, starting, since 0.00278304s) 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 12-08T09:29:57.171258+0000 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: mon.smithi119 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi119"}]: dispatch 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: audit 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 2023-12-08T09:29:57.171941+0000 mon.smithi119 ( 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr metadata", "who": "smithi119.jffuim", "id": "smithi119.jffuim"}]: dispatch 2023-12-08T09:29:57.424 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 12-08T09:29:57.172596+0000 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: mon.smithi119 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 08T09:29:57.172748+0000 mon.smithi119 (mon.0) 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: 122 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: :29:57.172867+0000 mon.smithi119 (mon.0 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: ) 123 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: cluster 2023-12-08 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: T09:29:57.174837+0000 mon.smithi119 (mon 2023-12-08T09:29:57.425 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:57 smithi119 conmon[83797]: .0) 124 : cluster [INF] Manager daemon smithi119.jffuim is now available 2023-12-08T09:29:58.211 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: audit 2023-12-08T09:29:57.273228+0000 mon.smithi119 (mon. 2023-12-08T09:29:58.212 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: 0) 125 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:29:58.464 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: audit 2023-12-08T09:29:57.274663+0000 mon.smithi119 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:29:58.464 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: audit 2023-12-08T09:29:57.298840+0000 mon.smithi119 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:29:58.464 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: audit 2023-12-08T09:29:57.307410+0000 mon.smithi119 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi119.jffuim/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:29:58.465 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: audit 2023-12-08T09:29:57.312610+0000 mon.smithi119 (mon.0) 129 : 2023-12-08T09:29:58.465 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi119.jffuim/trash_purge_schedule"}]: dispatch 2023-12-08T09:29:58.465 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: cluster 2023-12-08T09:29:58.465 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: 2023-12-08T09:29: 2023-12-08T09:29:58.465 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: 58.172213+0000 mon.smithi119 (mon.0) 2023-12-08T09:29:58.465 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:29:58 smithi119 conmon[83797]: 130 : cluster [DBG] mgrmap e16: smithi119.jffuim(active, since 1.00472s) 2023-12-08T09:30:00.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:00 smithi119 conmon[83797]: cluster 2023-12-08T09:29:59.212665+0000 mon.smithi119 2023-12-08T09:30:00.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:00 smithi119 conmon[83797]: (mon.0) 131 : cluster [DBG] mgrmap e17: smithi119.jffuim(active, since 2s) 2023-12-08T09:30:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: audit 2023-12-08T09:30:00.643152+0000 mon.smithi119 (mon.0) 132 : 2023-12-08T09:30:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: audit 2023-12-08T09:30:00.949958+0000 mon.smithi119 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:30:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: audit 2023-12-08T09:30:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: 2023-12-08T09:30:00.950901+0000 mon.smithi119 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: -08T09:30:00.951592+0000 mon.smithi119 ( 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: 12-08T09:30:01.000945+0000 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: mon.smithi119 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: audit 2023 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: -12-08T09:30:01.003385+0000 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: mon.smithi119 (mon.0) 137 : audit [INF] 2023-12-08T09:30:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:01 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:00.952890 2023-12-08T09:30:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14180) 1 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2023-12-08T09:30:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: cephadm 2023-12-08T09:30 2023-12-08T09:30:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: :00.971171+0000 mgr.smithi119.jffuim (mgr.14180) 2 : cephadm 2023-12-08T09:30:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: [INF] Updating smithi119:/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:30:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: cephadm 2023 2023-12-08T09:30:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: -12-08T09:30:01 2023-12-08T09:30:03.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: .014940+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:30:03.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:02 smithi119 conmon[83797]: ) 3 : cephadm [INF] Deploying daemon prometheus.smithi119 on smithi119 2023-12-08T09:30:03.749 INFO:teuthology.orchestra.run.smithi145.stdout:Added host 'smithi145' with addr '172.21.15.145' 2023-12-08T09:30:04.388 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T09:30:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:04 smithi119 conmon[83797]: audit 2023-12-08T09:30:03.116699+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:30:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:04 smithi119 conmon[83797]: .14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:30:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:04 smithi119 conmon[83797]: audit 2023-12-08T09:30:03.745833+0000 mon.smithi119 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:04 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:03.746172+0000 mgr.smithi119.jffuim (mgr.14180) 5 : cephadm [INF] Added host smithi145 2023-12-08T09:30:06.256 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:30:06.256 INFO:teuthology.orchestra.run.smithi145.stdout:[{"addr": "172.21.15.119", "hostname": "smithi119", "labels": [], "status": ""}, {"addr": "172.21.15.145", "hostname": "smithi145", "labels": [], "status": ""}] 2023-12-08T09:30:06.880 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T09:30:06.880 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T09:30:07.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:07 smithi119 conmon[83797]: audit 2023-12-08T09:30:06.254138+0000 mgr.smithi119.jffuim (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:30:12.716 INFO:teuthology.orchestra.run.smithi119.stderr:adjusted tunables profile to default 2023-12-08T09:30:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:12 smithi119 conmon[83797]: audit 2023-12-08T09:30:12.657005+0000 mon.smithi119 (mon.0) 139 : audit [INF] from='client.? 172.21.15.119:0/2833130492' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T09:30:13.654 INFO:tasks.cephadm:Adding mon.smithi119 on smithi119 2023-12-08T09:30:13.654 INFO:tasks.cephadm:Adding mon.smithi145 on smithi145 2023-12-08T09:30:13.654 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi119:172.21.15.119=smithi119;smithi145:172.21.15.145=smithi145' 2023-12-08T09:30:13.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:13 smithi119 conmon[83797]: audit 2023-12-08T09:30:12.712072+0000 mon.smithi119 (mon.0) 140 : audit 2023-12-08T09:30:13.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:13 smithi119 conmon[83797]: [INF] from='client.? 172.21.15.119:0/2833130492' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T09:30:13.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:13 smithi119 conmon[83797]: cluster 2023-12-08T09:30:12.712122+0000 mon.smithi119 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T09:30:15.520 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mon update... 2023-12-08T09:30:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:15 smithi119 conmon[83797]: audit 2023-12-08T09:30:14.560044+0000 mon.smithi119 (mon.0 2023-12-08T09:30:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:15 smithi119 conmon[83797]: ) 142 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:15 smithi119 conmon[83797]: audit 2023-12-08T09:30:14.561269+0000 mon.smithi119 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:30:15.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:15 smithi119 conmon[83797]: audit 2023-12-08T09:30:15.051150+0000 mon.smithi119 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:15.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:15 smithi119 conmon[83797]: audit 2023-12-08T09:30:15.401779+0000 mon.smithi119 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:15.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:15 smithi119 conmon[83797]: audit 2023-12-08T09:30:15.518718+0000 mon.smithi119 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:16.095 DEBUG:teuthology.orchestra.run.smithi145:mon.smithi145> sudo journalctl -f -n 0 -u ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi145.service 2023-12-08T09:30:16.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:30:16.097 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:30:16.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:-- Logs begin at Fri 2023-12-08 09:17:21 UTC. -- 2023-12-08T09:30:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:16 smithi119 conmon[83797]: audit 2023-12-08T09:30:15.514524+0000 mgr.smithi119.jffuim (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi119:172.21.15.119=smithi119;smithi145:172.21.15.145=smithi145", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:30:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:16 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:15.516494+0000 mgr.smithi119.jffuim (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi119:172.21.15.119=smithi119;smithi145:172.21.15.145=smithi145;count:2 2023-12-08T09:30:18.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:18 smithi119 conmon[83797]: cluster 2023-12-08T09:30:17.174066+0000 mgr.smithi119.jffuim (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:18.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:18 smithi119 conmon[83797]: audit 2023-12-08T09:30:17.302177+0000 mon.smithi119 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:18.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:18 smithi119 conmon[83797]: audit 2023-12-08T09:30:17.802940+0000 mon.smithi119 (mon.0) 148 : 2023-12-08T09:30:18.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:18 smithi119 conmon[83797]: audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:18.744 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:30:18.744 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"fe4ec624-95ab-11ee-95a3-87774f69a715","modified":"2023-12-08T09:28:13.549654Z","created":"2023-12-08T09:28:13.549654Z","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":"smithi119","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:3300","nonce":0},{"type":"v1","addr":"172.21.15.119:6789","nonce":0}]},"addr":"172.21.15.119:6789/0","public_addr":"172.21.15.119:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:30:18.746 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-12-08T09:30:19.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:19 smithi119 conmon[83797]: audit 2023-12-08T09:30:18.741810+0000 mon.smithi119 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.145:0/3263154116' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:30:20.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: cluster 2023-12-08T09:30:19.174376+0000 mgr.smithi119.jffuim (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:20.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: audit 2023-12-08T09:30:19.961348+0000 mon.smithi119 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:20.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: audit 2023-12-08T09:30:20.295878+0000 mon.smithi119 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:20.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:30:20.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: 08T09:30:20.296673+0000 mon.smithi119 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:30:20.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: audit 2023-12-08T09:30:20.297671+0000 mon.smithi119 (mon.0) 2023-12-08T09:30:20.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: 153 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:20.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: audit 2023-12-08T09:30:20.298497 2023-12-08T09:30:20.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:30:20.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:20 smithi119 conmon[83797]: 2023-12-08T09:30:20.729 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:30:20.729 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:30:21.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:20.299737+0000 mgr.smithi119.jffuim (mgr.14180) 11 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2023-12-08T09:30:21.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:20.324003+0000 mgr.smithi119.jffuim (mgr.14180) 12 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: audit 2023-12-08T09:30:20.351897+0000 mon.smithi119 (mon.0 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: ) 155 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: 08T09:30:20.354684+0000 mon.smithi119 (mon.0) 156 : audit 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: audit 2023-12-08T09:30: 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: 20.356506+0000 mon.smithi119 (mon.0) 157 : audit 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: audit 2023-12-08T09:30:20 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: .358534+0000 mon.smithi119 (mon.0) 158 : audit 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: audit 2023-12-08T09:30:20 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: .359352+0000 mon.smithi119 (mon.0) 159 : audit 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:21.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: cephadm 2023-12-08T09:30 2023-12-08T09:30:21.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: :20.360063+0000 mgr.smithi119.jffuim (mgr.14180) 13 : 2023-12-08T09:30:21.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:21 smithi119 conmon[83797]: cephadm [INF] Deploying daemon crash.smithi145 on smithi145 2023-12-08T09:30:22.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:22 smithi119 conmon[83797]: cluster 2023-12-08T09:30:21.174762+0000 mgr.smithi119.jffuim (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:23.260 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:30:23.260 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"fe4ec624-95ab-11ee-95a3-87774f69a715","modified":"2023-12-08T09:28:13.549654Z","created":"2023-12-08T09:28:13.549654Z","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":"smithi119","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:3300","nonce":0},{"type":"v1","addr":"172.21.15.119:6789","nonce":0}]},"addr":"172.21.15.119:6789/0","public_addr":"172.21.15.119:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:30:23.261 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-12-08T09:30:23.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:23 smithi119 conmon[83797]: audit 2023-12-08T09:30:23.257477+0000 mon.smithi119 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.145:0/646303194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:30:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:24 smithi119 conmon[83797]: cluster 2023-12-08T09:30:23.175052+0000 mgr.smithi119.jffuim (mgr.14180) 15 : cluster [DBG] 2023-12-08T09:30:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:24 smithi119 conmon[83797]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:24 smithi119 conmon[83797]: audit 2023-12-08T09:30:23.697971+0000 mon.smithi119 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:24 smithi119 conmon[83797]: audit 2023-12-08T09:30:23.700295+0000 mon.smithi119 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.lkokem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:30:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:24 smithi119 conmon[83797]: audit 2023-12-08T09:30:23.702421+0000 mon.smithi119 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.lkokem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T09:30:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:24 smithi119 conmon[83797]: audit 2023-12-08T09:30:23.703285+0000 mon.smithi119 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:30:25.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:24 smithi119 conmon[83797]: audit 2023-12-08T09:30:23.704267+0000 mon.smithi119 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:25.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:24 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:23.705004+0000 mgr.smithi119.jffuim (mgr.14180) 16 : cephadm [INF] Deploying daemon mgr.smithi145.lkokem on smithi145 2023-12-08T09:30:25.345 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:30:25.345 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:30:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:26 smithi119 conmon[83797]: cluster 2023-12-08T09:30:25.175353+0000 mgr.smithi119.jffuim (mgr.14180) 17 : cluster 2023-12-08T09:30:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:26 smithi119 conmon[83797]: [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:27.625 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:30:27.625 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"fe4ec624-95ab-11ee-95a3-87774f69a715","modified":"2023-12-08T09:28:13.549654Z","created":"2023-12-08T09:28:13.549654Z","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":"smithi119","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:3300","nonce":0},{"type":"v1","addr":"172.21.15.119:6789","nonce":0}]},"addr":"172.21.15.119:6789/0","public_addr":"172.21.15.119:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:30:27.626 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-12-08T09:30:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: audit 2023-12-08T09:30:26.769891+0000 mon.smithi119 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: audit 2023-12-08T09:30:26.772031+0000 2023-12-08T09:30:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: mon.smithi119 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:30:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: audit 2023-12-08T09:30:26.772864+0000 mon.smithi119 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:26.773605+0000 mgr.smithi119.jffuim (mgr.14180) 18 : cephadm [INF] Deploying daemon mon.smithi145 on smithi145 2023-12-08T09:30:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: audit 2023-12-08T09:30:27.308261+0000 mon.smithi119 ( 2023-12-08T09:30:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:30:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: -08T09:30:27.622416+0000 mon.smithi119 (mon 2023-12-08T09:30:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:27 smithi119 conmon[83797]: .0) 170 : audit [DBG] from='client.? 172.21.15.145:0/3689908870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:30:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:28 smithi119 conmon[83797]: cluster 2023-12-08T09:30:27.175691+0000 mgr.smithi119.jffuim (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:29.369 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:30:29.370 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:30:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:30 smithi119 conmon[83797]: cluster 2023-12-08T09:30:29.176106+0000 mgr.smithi119.jffuim (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:31.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: ** Compaction Stats [default] ** 2023-12-08T09:30:31.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 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-08T09:30:31.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:30:31.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-12-08T09:30:31.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:30:31.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:30:31.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:30:31.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:30:31.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:30:31.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:30:31.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:30:31.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:30:31.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 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-08T09:30:31.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 2023-12-08T09:30:31.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:30:31.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 2023-12-08T09:30:31.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: ** Compaction Stats [default] ** 2023-12-08T09:30:31.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 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-08T09:30:31.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 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-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: ** Compaction Stats [default] ** 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 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-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:30:31.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 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-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 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-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.151+0000 7f559baf6880 0 mon.smithi145 does not exist in monmap, will attempt to join an existing cluster 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.152+0000 7f559baf6880 0 using public_addr v2:172.21.15.145:0/0 -> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.152+0000 7f559baf6880 0 starting mon.smithi145 rank -1 at public addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] at bind addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi145 fsid fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.153+0000 7f559baf6880 1 mon.smithi145@-1(???) e0 preinit fsid fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 bash[88189]: 10a45d841a37a3b17f9ec333089378638bc07a7d861ecf020a083b72da5416fc 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 0 mon.smithi145@-1(synchronizing).mds e1 new map 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 0 mon.smithi145@-1(synchronizing).mds e1 print_map 2023-12-08T09:30:31.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: e1 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 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-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: legacy client fscid: -1 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: No filesystems configured 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 1 mon.smithi145@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 1 mon.smithi145@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 1 mon.smithi145@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 1 mon.smithi145@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-08T09:30:31.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 1 mon.smithi145@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 1 mon.smithi145@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 1 mon.smithi145@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 0 mon.smithi145@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 0 mon.smithi145@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 0 mon.smithi145@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 0 mon.smithi145@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: cluster 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: 2023-12-08T09:30:29 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: .176106+0000 mgr.smithi119.jffuim (mgr.14180) 20 : 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 conmon[88257]: debug 2023-12-08T09:30:31.181+0000 7f5585101700 1 mon.smithi145@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-08T09:30:31.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:31 smithi145 systemd[1]: Started Ceph mon.smithi145 for fe4ec624-95ab-11ee-95a3-87774f69a715. 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30:31.176363+0000 mgr.smithi119.jffuim (mgr.14180) 21 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T09:30:31.188756+0000 mon.smithi119 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi119"}]: dispatch 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30:31.188999+0000 mon.smithi119 (mon.0) 173 : cluster [INF] mon.smithi119 calling monitor election 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T09:30:31.202261+0000 mon.smithi119 (mon.0) 174 : audit [DBG] 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T09:30:32.185769+0000 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: mon.smithi119 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:30:36.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: T09:30:32.358581+0000 mon.smithi119 (mon.0) 176 : audit [DBG] 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: from='mgr.? 172.21.15.145:0/573953103' entity='mgr.smithi145.lkokem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.lkokem/crt"}]: dispatch 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30:33. 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 176606+0000 mgr.smithi119.jffuim (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T09:30:33.186143 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30:33. 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 187035+0000 mon.smithi145 (mon.1) 1 : cluster [INF] 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: mon.smithi145 calling monitor election 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 2023-12-08T09:30:34.186138+0000 mon.smithi119 (mon.0 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: ) 178 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12- 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 08T09:30:35.176991+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 08T09:30:35.186431+0000 mon.smithi119 (mon.0 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: ) 179 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 09:30:36.186355+0000 mon.smithi119 (mon.0) 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 180 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30: 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 36.215726+0000 mon.smithi119 (mon.0) 181 : cluster 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: [INF] mon.smithi119 is new leader, mons smithi119,smithi145 in quorum (ranks 0,1) 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30:36. 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 218669+0000 mon.smithi119 (mon.0) 182 : cluster [DBG] 2023-12-08T09:30:36.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: monmap e2: 2 mons at {smithi119=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0],smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} removed_ranks: {} 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30:36.230678+0000 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: mon.smithi119 (mon.0) 183 : cluster [DBG] fsmap 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 2023-12-08T09:30:36.230735+0000 mon.smithi119 (mon. 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12- 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 08T09:30:36.230977+0000 mon.smithi119 (mon. 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 0) 185 : cluster [DBG] mgrmap e17: smithi119.jffuim(active, since 39s) 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: T09:30:36.232040+0000 mon.smithi119 (mon.0) 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 186 : cluster [DBG] Standby manager daemon smithi145.lkokem started 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 09:30:36.233354+0000 mon.smithi119 (mon.0) 187 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: : audit [DBG] from='mgr.? 172.21.15.145:0/573953103' entity='mgr.smithi145.lkokem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: cluster 2023-12-08T09:30:36.235034 2023-12-08T09:30:36.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2023-12-08T09:30:36.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T09:30:36.235523 2023-12-08T09:30:36.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.145:0/573953103' entity='mgr.smithi145.lkokem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.lkokem/key"}]: dispatch 2023-12-08T09:30:36.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:30:36.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: T09:30:36.237377+0000 mon.smithi119 (mon.0) 2023-12-08T09:30:36.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 190 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:36.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: audit 2023-12-08T09:30: 2023-12-08T09:30:36.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: 36.237633+0000 mon.smithi119 (mon.0) 191 : audit [DBG] 2023-12-08T09:30:36.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:36 smithi145 conmon[88257]: from='mgr.? 172.21.15.145:0/573953103' entity='mgr.smithi145.lkokem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T09:30:36.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12-08T09:30:31.176363+0000 mgr.smithi119.jffuim (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023-12-08T09:30:31.188756+0000 mon.smithi119 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi119"}]: dispatch 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12-08T09:30:31.188999+0000 mon.smithi119 (mon.0) 173 : cluster [INF] mon.smithi119 calling monitor election 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023-12-08T09: 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 30:31.202261+0000 mon.smithi119 (mon.0) 174 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: :30:32.185769+0000 mon.smithi119 (mon.0 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: ) 175 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: T09:30:32.358581+0000 mon.smithi119 (mon. 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 0) 176 : audit [DBG] from='mgr.? 172.21.15.145:0/573953103' entity='mgr.smithi145.lkokem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.lkokem/crt"}]: dispatch 2023-12-08T09:30:36.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: -08T09:30:33.176606+0000 mgr.smithi119.jffuim 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: -12-08T09:30:33.186143+0000 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: mon.smithi119 (mon.0) 177 : audit [DBG] 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12-08T09:30:33 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: .187035+0000 mon.smithi145 (mon.1) 1 : cluster 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: [INF] mon.smithi145 calling monitor election 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023-12-08T09:30 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: :34.186138+0000 mon.smithi119 (mon.0) 178 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12-08T09: 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 30:35.176991+0000 mgr.smithi119.jffuim (mgr.14180) 23 2023-12-08T09:30:36.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: :30:35.186431+0000 mon.smithi119 (mon.0 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: ) 179 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: :30:36.186355+0000 mon.smithi119 (mon.0 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: ) 180 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12-08 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: T09:30:36.215726+0000 mon.smithi119 (mon 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: .0) 181 : cluster [INF] mon.smithi119 is new leader, mons smithi119,smithi145 in quorum (ranks 0,1) 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 12-08T09:30:36.218669+0000 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: mon.smithi119 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi119=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0],smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} removed_ranks: {} 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12-08T09:30:36.230678+0000 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: mon.smithi119 (mon.0) 183 : cluster [DBG] fsmap 2023-12-08T09:30:36.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 2023-12-08T09:30:36.230735+0000 mon.smithi119 (mon. 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 12-08T09:30:36.230977+0000 mon.smithi119 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: (mon.0) 185 : cluster [DBG] mgrmap e17: smithi119.jffuim(active, since 39s) 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 12-08T09:30:36.232040+0000 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: mon.smithi119 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi145.lkokem started 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 12-08T09:30:36.233354+0000 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: mon.smithi119 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.145:0/573953103' entity='mgr.smithi145.lkokem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: cluster 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 2023-12-08T09:30:36.235034+0000 mon.smithi119 2023-12-08T09:30:36.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: (mon.0) 188 : cluster [INF] overall HEALTH_OK 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: -12-08T09:30:36.235523+0000 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: mon.smithi119 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.145:0/573953103' entity='mgr.smithi145.lkokem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.lkokem/key"}]: dispatch 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: 2023-12-08T09:30:36.237377+0000 mon.smithi119 ( 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: mon.0) 190 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: audit 2023 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: -12-08T09:30:36.237633+0000 2023-12-08T09:30:36.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: mon.smithi119 (mon.0) 191 : audit [DBG] 2023-12-08T09:30:36.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:36 smithi119 conmon[83797]: from='mgr.? 172.21.15.145:0/573953103' entity='mgr.smithi145.lkokem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T09:30:37.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:37 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:36.239316+0000 mgr.smithi119.jffuim ( 2023-12-08T09:30:37.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:37 smithi145 conmon[88257]: mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi145 on smithi145 2023-12-08T09:30:37.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:37 smithi145 conmon[88257]: cluster 2023-12-08T09:30:36.292889+0000 mon.smithi119 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi119.jffuim(active, since 39s), standbys: smithi145.lkokem 2023-12-08T09:30:37.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:37 smithi145 conmon[88257]: audit 2023-12-08T09:30:36.293083+0000 mon.smithi119 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr metadata", "who": "smithi145.lkokem", "id": "smithi145.lkokem"}]: dispatch 2023-12-08T09:30:37.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:37 smithi145 conmon[88257]: audit 2023-12-08T09:30:37.186561+0000 mon.smithi119 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:37.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:37 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:36.239316+0000 2023-12-08T09:30:37.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:37 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi145 on smithi145 2023-12-08T09:30:37.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:37 smithi119 conmon[83797]: cluster 2023-12-08T09:30:36.292889+0000 mon.smithi119 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi119.jffuim(active, since 39s), standbys: smithi145.lkokem 2023-12-08T09:30:37.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:37 smithi119 conmon[83797]: audit 2023-12-08T09:30:36.293083+0000 mon.smithi119 (mon.0) 193 : audit 2023-12-08T09:30:37.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:37 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr metadata", "who": "smithi145.lkokem", "id": "smithi145.lkokem"}]: dispatch 2023-12-08T09:30:37.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:37 smithi119 conmon[83797]: audit 2023-12-08T09:30:37 2023-12-08T09:30:37.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:37 smithi119 conmon[83797]: .186561+0000 mon.smithi119 (mon.0) 194 : audit 2023-12-08T09:30:37.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:37 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-12-08T09:30:37.747 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-08T09:30:37.747 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":2,"fsid":"fe4ec624-95ab-11ee-95a3-87774f69a715","modified":"2023-12-08T09:30:31.186076Z","created":"2023-12-08T09:28:13.549654Z","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":"smithi119","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:3300","nonce":0},{"type":"v1","addr":"172.21.15.119:6789","nonce":0}]},"addr":"172.21.15.119:6789/0","public_addr":"172.21.15.119:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-08T09:30:37.749 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 2 2023-12-08T09:30:38.620 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:38 smithi145 conmon[88257]: cluster 2023-12-08T09:30:37.177370+0000 mgr.smithi119.jffuim (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:38.620 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:38 smithi145 conmon[88257]: audit 2023-12-08T09:30:37.313618+0000 mon.smithi119 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:38.620 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:38 smithi145 conmon[88257]: audit 2023-12-08T09:30:37.743299+0000 mon.smithi119 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.145:0/2490846458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:30:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:38 smithi119 conmon[83797]: cluster 2023-12-08T09:30:37.177370+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:30:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:38 smithi119 conmon[83797]: ) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:38 smithi119 conmon[83797]: audit 2023-12-08T09:30:37.313618+0000 mon.smithi119 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:38 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:30:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:38 smithi119 conmon[83797]: T09:30:37.743299+0000 mon.smithi119 2023-12-08T09:30:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:38 smithi119 conmon[83797]: (mon.0) 196 : audit [DBG] from='client.? 172.21.15.145:0/2490846458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:30:38.703 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T09:30:38.704 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T09:30:40.382 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:40 smithi119 conmon[83797]: cluster 2023-12-08T09:30:39.177636+0000 mgr.smithi119.jffuim (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:40.382 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:40 smithi119 conmon[83797]: audit 2023-12-08T09:30:40.084305+0000 mon.smithi119 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:40.382 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:40 smithi119 conmon[83797]: audit 2023-12-08T09:30:40.085775+0000 mon.smithi119 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:30:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:40 smithi145 conmon[88257]: cluster 2023-12-08T09:30:39.177636+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:30:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:40 smithi145 conmon[88257]: ) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:40 smithi145 conmon[88257]: audit 2023-12-08T09:30:40.084305+0000 mon.smithi119 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:40 smithi145 conmon[88257]: audit 2023-12-08T09:30:40.085775+0000 mon.smithi119 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:30:40.775 INFO:teuthology.orchestra.run.smithi119.stdout:# minimal ceph.conf for fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:30:40.775 INFO:teuthology.orchestra.run.smithi119.stdout:[global] 2023-12-08T09:30:40.775 INFO:teuthology.orchestra.run.smithi119.stdout: fsid = fe4ec624-95ab-11ee-95a3-87774f69a715 2023-12-08T09:30:40.775 INFO:teuthology.orchestra.run.smithi119.stdout: mon_host = [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2023-12-08T09:30:41.403 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T09:30:41.403 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:30:41.403 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T09:30:41.431 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:30:41.431 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:30:41.496 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:30:41.496 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T09:30:41.527 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:30:41.527 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:30:41.589 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:41 smithi145 conmon[88257]: audit 2023-12-08T09:30:40.774075+0000 mon.smithi119 (mon.0) 2023-12-08T09:30:41.589 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:41 smithi145 conmon[88257]: 199 : audit [DBG] from='client.? 172.21.15.119:0/400411689' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:41.593 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T09:30:41.593 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:30:41.593 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T09:30:41.610 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T09:30:41.610 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/nvme1n1 2023-12-08T09:30:41.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:41 smithi119 conmon[83797]: audit 2023-12-08T09:30:40.774075+0000 mon.smithi119 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.119:0/400411689' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:41.642 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/nvme1n1 2023-12-08T09:30:41.643 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T09:30:41.643 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 6h/6d Inode: 242140 Links: 1 Device type: 103,1 2023-12-08T09:30:41.643 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T09:30:41.643 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T09:30:41.643 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-08 09:29:18.169148526 +0000 2023-12-08T09:30:41.643 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-08 09:29:18.092150404 +0000 2023-12-08T09:30:41.643 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-08 09:29:18.092150404 +0000 2023-12-08T09:30:41.643 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2023-12-08T09:30:41.643 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T09:30:41.707 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-08T09:30:41.707 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-08T09:30:41.707 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000263173 s, 1.9 MB/s 2023-12-08T09:30:41.709 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T09:30:41.765 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/nvme2n1 2023-12-08T09:30:41.820 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/nvme2n1 2023-12-08T09:30:41.821 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T09:30:41.821 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 6h/6d Inode: 242188 Links: 1 Device type: 103,2 2023-12-08T09:30:41.821 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T09:30:41.821 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T09:30:41.821 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-08 09:29:18.182148208 +0000 2023-12-08T09:30:41.821 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-08 09:29:18.096150306 +0000 2023-12-08T09:30:41.821 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-08 09:29:18.096150306 +0000 2023-12-08T09:30:41.821 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2023-12-08T09:30:41.821 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T09:30:41.886 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-08T09:30:41.887 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-08T09:30:41.887 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.00026838 s, 1.9 MB/s 2023-12-08T09:30:41.888 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T09:30:41.945 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/nvme3n1 2023-12-08T09:30:42.000 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/nvme3n1 2023-12-08T09:30:42.001 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T09:30:42.001 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 6h/6d Inode: 247097 Links: 1 Device type: 103,3 2023-12-08T09:30:42.001 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T09:30:42.001 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T09:30:42.001 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-08 09:29:18.194147916 +0000 2023-12-08T09:30:42.001 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-08 09:29:18.099150233 +0000 2023-12-08T09:30:42.001 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-08 09:29:18.099150233 +0000 2023-12-08T09:30:42.001 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2023-12-08T09:30:42.001 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T09:30:42.066 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-08T09:30:42.066 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-08T09:30:42.066 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000239109 s, 2.1 MB/s 2023-12-08T09:30:42.067 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T09:30:42.123 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/nvme4n1 2023-12-08T09:30:42.178 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/nvme4n1 2023-12-08T09:30:42.179 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T09:30:42.179 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 6h/6d Inode: 242297 Links: 1 Device type: 103,4 2023-12-08T09:30:42.179 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T09:30:42.179 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T09:30:42.179 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-08 09:29:18.207147598 +0000 2023-12-08T09:30:42.179 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-08 09:29:18.101150184 +0000 2023-12-08T09:30:42.179 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-08 09:29:18.101150184 +0000 2023-12-08T09:30:42.179 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: - 2023-12-08T09:30:42.179 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T09:30:42.242 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-08T09:30:42.243 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-08T09:30:42.243 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000262245 s, 2.0 MB/s 2023-12-08T09:30:42.244 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T09:30:42.300 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:30:42.300 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T09:30:42.316 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T09:30:42.316 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme1n1 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme1n1 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 241357 Links: 1 Device type: 103,1 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-12-08 09:30:18.476611851 +0000 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-12-08 09:30:18.428612925 +0000 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-12-08 09:30:18.428612925 +0000 2023-12-08T09:30:42.373 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-12-08T09:30:42.374 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T09:30:42.436 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-12-08T09:30:42.437 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-12-08T09:30:42.437 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000242418 s, 2.1 MB/s 2023-12-08T09:30:42.438 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T09:30:42.494 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme2n1 2023-12-08T09:30:42.550 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme2n1 2023-12-08T09:30:42.551 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T09:30:42.551 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 243298 Links: 1 Device type: 103,2 2023-12-08T09:30:42.551 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T09:30:42.551 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T09:30:42.551 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-12-08 09:30:18.487611605 +0000 2023-12-08T09:30:42.551 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-12-08 09:30:18.431612858 +0000 2023-12-08T09:30:42.551 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-12-08 09:30:18.431612858 +0000 2023-12-08T09:30:42.551 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-12-08T09:30:42.551 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T09:30:42.615 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-12-08T09:30:42.615 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-12-08T09:30:42.615 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000267668 s, 1.9 MB/s 2023-12-08T09:30:42.616 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T09:30:42.673 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme3n1 2023-12-08T09:30:42.728 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme3n1 2023-12-08T09:30:42.728 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T09:30:42.728 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 243376 Links: 1 Device type: 103,3 2023-12-08T09:30:42.728 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T09:30:42.729 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T09:30:42.729 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-12-08 09:30:18.497611381 +0000 2023-12-08T09:30:42.729 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-12-08 09:30:18.435612768 +0000 2023-12-08T09:30:42.729 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-12-08 09:30:18.435612768 +0000 2023-12-08T09:30:42.729 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-12-08T09:30:42.729 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: cluster 2023-12-08T09:30:41.178014+0000 mgr.smithi119.jffuim (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.608370+0000 mon.smithi119 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.609038+0000 mon.smithi119 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.609648+0000 mon.smithi119 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:41.610521+0000 mgr.smithi119.jffuim (mgr.14180) 28 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:41.610739+0000 mgr.smithi119.jffuim (mgr.14180) 29 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.634709+0000 mon.smithi119 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.640364+0000 mon.smithi119 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.643685+0000 mon.smithi119 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:41.646205+0000 mgr.smithi119.jffuim (mgr.14180) 30 : cephadm [INF] Reconfiguring mon.smithi119 (unknown last config time)... 2023-12-08T09:30:42.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.646406+0000 mon.smithi119 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:30:42.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.646964+0000 mon.smithi119 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T09:30:42.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:41.647467+0000 mon.smithi119 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:42.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:42.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: 2023-12-08T09:30:41.647928+0000 mgr.smithi119.jffuim (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon mon.smithi119 on smithi119 2023-12-08T09:30:42.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:42 smithi145 conmon[88257]: audit 2023-12-08T09:30:42.317981+0000 mon.smithi119 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.779 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-12-08T09:30:42.779 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-12-08T09:30:42.779 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000247173 s, 2.1 MB/s 2023-12-08T09:30:42.781 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T09:30:42.837 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme4n1 2023-12-08T09:30:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: cluster 2023-12-08T09:30:41.178014+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:30:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: ) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.608370+0000 mon.smithi119 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.609038+0000 mon.smithi119 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.609648+0000 mon.smithi119 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:30:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:41.610521+0000 mgr.smithi119.jffuim (mgr.14180) 28 : cephadm [INF] Updating smithi119:/etc/ceph/ceph.conf 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:41.610739+0000 mgr.smithi119.jffuim (mgr.14180) 29 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.634709+0000 mon.smithi119 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.640364+0000 mon.smithi119 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.643685+0000 mon.smithi119 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:41.646205+0000 mgr.smithi119.jffuim (mgr.14180) 30 : cephadm [INF] Reconfiguring mon.smithi119 (unknown last config time)... 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.646406+0000 mon.smithi119 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.646964+0000 mon.smithi119 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:41.647467+0000 mon.smithi119 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:41.647928+0000 mgr.smithi119.jffuim (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon mon.smithi119 on smithi119 2023-12-08T09:30:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:42 smithi119 conmon[83797]: audit 2023-12-08T09:30:42.317981+0000 mon.smithi119 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:42.891 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme4n1 2023-12-08T09:30:42.891 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T09:30:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 243425 Links: 1 Device type: 103,4 2023-12-08T09:30:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T09:30:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T09:30:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-12-08 09:30:18.508611135 +0000 2023-12-08T09:30:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-12-08 09:30:18.438612701 +0000 2023-12-08T09:30:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-12-08 09:30:18.438612701 +0000 2023-12-08T09:30:42.892 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-12-08T09:30:42.892 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T09:30:42.955 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-12-08T09:30:42.955 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-12-08T09:30:42.955 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000222635 s, 2.3 MB/s 2023-12-08T09:30:42.956 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T09:30:43.012 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-08T09:30:44.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: audit 2023-12-08T09:30:43.050062+0000 mon.smithi119 (mon. 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: 0) 210 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:43.050606+0000 mgr.smithi119.jffuim (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi119.jffuim (unknown last config time)... 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: audit 2023-12-08T09:30:43.050856+0000 mon.smithi119 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi119.jffuim", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: audit 2023-12-08T09:30:43.051522+0000 mon.smithi119 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: audit 2023-12-08T09:30:43.051998+0000 mon.smithi119 (mon.0) 213 : 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:43.052476+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: .14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi119.jffuim on smithi119 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: cluster 2023-12-08 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: T09:30:43.178290+0000 mgr.smithi119.jffuim 2023-12-08T09:30:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:44 smithi145 conmon[88257]: (mgr.14180) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:44.330 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: audit 2023-12-08T09:30:43.050062+0000 mon.smithi119 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:44.330 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:43.050606+0000 mgr.smithi119.jffuim (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi119.jffuim (unknown last config time)... 2023-12-08T09:30:44.330 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: audit 2023-12-08T09:30:43.050856+0000 mon.smithi119 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi119.jffuim", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: audit 2023-12-08T09:30:43.051522+0000 mon.smithi119 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: audit 2023-12-08T09:30:43.051998+0000 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: mon.smithi119 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: cephadm 2023-12-08T09:30 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: :43.052476+0000 mgr.smithi119.jffuim (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi119.jffuim on smithi119 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: cluster 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: 2023-12-08T09:30:43.178290+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:30:44.331 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:44 smithi119 conmon[83797]: 14180) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:45.244 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled osd.all-available-devices update... 2023-12-08T09:30:45.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:45 smithi119 conmon[83797]: audit 2023-12-08T09:30:44.383837+0000 mon.smithi119 (mon.0) 214 : 2023-12-08T09:30:45.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:45 smithi119 conmon[83797]: audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:45.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:45 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:44.384502+0000 mgr.smithi119.jffuim (mgr.14180) 35 : cephadm [INF] Reconfiguring alertmanager.smithi119 (dependencies changed)... 2023-12-08T09:30:45.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:45 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:44.390658+0000 mgr.smithi119.jffuim (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon alertmanager.smithi119 on smithi119 2023-12-08T09:30:45.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:45 smithi119 conmon[83797]: audit 2023-12-08T09:30:45.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:45 smithi119 conmon[83797]: 2023-12-08T09:30:45.241855+0000 mon.smithi119 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:45.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:45 smithi145 conmon[88257]: audit 2023-12-08T09:30:44.383837+0000 mon.smithi119 (mon 2023-12-08T09:30:45.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:45 smithi145 conmon[88257]: .0) 214 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:45.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:45 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:44.384502+0000 mgr.smithi119.jffuim (mgr.14180) 35 : cephadm [INF] Reconfiguring alertmanager.smithi119 (dependencies changed)... 2023-12-08T09:30:45.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:45 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:44.390658+0000 mgr.smithi119.jffuim (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon alertmanager.smithi119 on smithi119 2023-12-08T09:30:45.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:45 smithi145 conmon[88257]: audit 2023-12-08T09:30:45.241855+0000 mon.smithi119 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:45.849 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T09:30:45.849 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:30:46.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: cluster 2023-12-08T09:30:45.178569+0000 mgr.smithi119.jffuim (mgr.14180) 37 : cluster 2023-12-08T09:30:46.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:46.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: audit 2023-12-08T09:30:45.235305+0000 mgr.smithi119.jffuim (mgr.14180) 38 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:30:46.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: 2023-12-08T09:30:45.236557+0000 mgr.smithi119.jffuim (mgr.14180) 39 : cephadm [INF] Marking host: smithi119 for OSDSpec preview refresh. 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: cephadm 2023- 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: 12-08T09:30:45.236625 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 40 : 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: cephadm 2023 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: -12-08T09:30:45.236876+0000 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 41 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T09:30:46.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:46 smithi145 conmon[88257]: 2023-12-08T09:30:46.776 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:46 smithi119 conmon[83797]: cluster 2023-12-08T09:30:45.178569+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:30:46.776 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:46 smithi119 conmon[83797]: .14180) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:46.776 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:46 smithi119 conmon[83797]: audit 2023-12-08T09:30:45.235305+0000 mgr.smithi119.jffuim (mgr.14180) 38 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:30:46.776 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:46 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:45.236557+0000 mgr.smithi119.jffuim (mgr.14180) 39 : cephadm [INF] Marking host: smithi119 for OSDSpec preview refresh. 2023-12-08T09:30:46.776 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:46 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:45.236625+0000 mgr.smithi119.jffuim (mgr.14180) 40 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2023-12-08T09:30:46.776 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:46 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:45.236876+0000 mgr.smithi119.jffuim (mgr.14180) 41 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T09:30:48.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:48 smithi145 conmon[88257]: cluster 2023-12-08T09:30:47.178768+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:30:48.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:48 smithi145 conmon[88257]: 14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:48.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:48 smithi119 conmon[83797]: cluster 2023-12-08T09:30:47.178768+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:30:48.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:48 smithi119 conmon[83797]: 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:48.960 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:30:49.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:49 smithi119 conmon[83797]: audit 2023-12-08T09:30:48.958572+0000 mon.smithi119 ( 2023-12-08T09:30:49.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:49 smithi119 conmon[83797]: mon.0) 216 : audit [DBG] from='client.? 172.21.15.119:0/4065861802' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:30:49.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:49 smithi145 conmon[88257]: audit 2023-12-08T09:30:48.958572+0000 mon.smithi119 (mon.0) 2023-12-08T09:30:49.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:49 smithi145 conmon[88257]: 216 : audit [DBG] from='client.? 172.21.15.119:0/4065861802' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:30:49.822 INFO:teuthology.orchestra.run.smithi119.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-08T09:30:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:50 smithi145 conmon[88257]: cluster 2023-12-08T09:30:49.179014+0000 mgr.smithi119.jffuim (mgr.14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:50 smithi145 conmon[88257]: audit 2023-12-08T09:30:49.982568+0000 mon.smithi119 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:50 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:30:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:50 smithi145 conmon[88257]: 08T09:30:49.983342+0000 mon.smithi119 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi119", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:30:50.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:50 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:30:50.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:50 smithi145 conmon[88257]: 09:30:49.983931+0000 mon.smithi119 (mon.0) 2023-12-08T09:30:50.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:50 smithi145 conmon[88257]: 219 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:50.823 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:30:50.853 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:50 smithi119 conmon[83797]: cluster 2023-12-08T09:30:49.179014+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:30:50.853 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:50 smithi119 conmon[83797]: 14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:50.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:50 smithi119 conmon[83797]: audit 2023-12-08T09:30:49.982568+0000 mon.smithi119 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:50.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:50 smithi119 conmon[83797]: audit 2023-12-08T09:30:49.983342+0000 mon.smithi119 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi119", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:30:50.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:50 smithi119 conmon[83797]: audit 2023-12-08T09:30:49.983931+0000 mon.smithi119 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:51.669 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:51 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:49.983124+0000 2023-12-08T09:30:51.669 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:51 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi119 (monmap changed)... 2023-12-08T09:30:51.669 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:51 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:49.984385+0000 mgr.smithi119.jffuim (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi119 on smithi119 2023-12-08T09:30:51.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:51 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:49.983124+0000 mgr.smithi119.jffuim (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi119 (monmap changed)... 2023-12-08T09:30:51.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:51 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:49.984385+0000 mgr.smithi119.jffuim (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi119 on smithi119 2023-12-08T09:30:52.701 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:52 smithi119 conmon[83797]: cluster 2023-12-08T09:30:51.179460+0000 mgr.smithi119.jffuim (mgr.14180) 46 : 2023-12-08T09:30:52.701 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:52 smithi119 conmon[83797]: cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:52.701 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:52 smithi119 conmon[83797]: audit 2023-12-08T09:30:51.448857+0000 mon.smithi119 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:52.701 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:52 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:51. 2023-12-08T09:30:52.701 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:52 smithi119 conmon[83797]: 449473+0000 mgr.smithi119.jffuim (mgr.14180) 47 : cephadm [INF] Reconfiguring grafana.smithi119 (dependencies changed)... 2023-12-08T09:30:52.701 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:52 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:51.480299+0000 mgr.smithi119.jffuim (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi119 on smithi119 2023-12-08T09:30:52.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: cluster 2023-12-08T09:30:51.179460+0000 mgr.smithi119.jffuim 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: (mgr.14180) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: audit 2023-12-08T09:30:51.448857+0000 mon.smithi119 (mon. 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: 0) 220 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: 2023-12-08T09:30:51.449473+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: 47 : cephadm [INF] Reconfiguring grafana.smithi119 (dependencies changed)... 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: cephadm 2023-12-08T09:30 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: :51.480299+0000 mgr.smithi119.jffuim (mgr.14180) 48 : 2023-12-08T09:30:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:52 smithi145 conmon[88257]: cephadm [INF] Reconfiguring daemon grafana.smithi119 on smithi119 2023-12-08T09:30:53.371 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:30:53.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:53 smithi145 conmon[88257]: audit 2023-12-08T09:30:53.369265+0000 mon.smithi119 (mon. 2023-12-08T09:30:53.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:53 smithi145 conmon[88257]: 0) 221 : audit [DBG] from='client.? 172.21.15.119:0/1274421431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:30:53.778 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:53 smithi119 conmon[83797]: audit 2023-12-08T09:30:53.369265+0000 mon.smithi119 (mon 2023-12-08T09:30:53.778 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:53 smithi119 conmon[83797]: .0) 221 : audit [DBG] from='client.? 172.21.15.119:0/1274421431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:30:54.184 INFO:teuthology.orchestra.run.smithi119.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-08T09:30:54.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:54 smithi145 conmon[88257]: cluster 2023-12-08T09:30:53.179675+0000 mgr.smithi119.jffuim ( 2023-12-08T09:30:54.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:54 smithi145 conmon[88257]: mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:54 smithi119 conmon[83797]: cluster 2023-12-08T09:30:53.179675+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:30:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:54 smithi119 conmon[83797]: .14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:55.185 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:30:56.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:56 smithi119 conmon[83797]: cluster 2023-12-08T09:30:55.179926+0000 mgr.smithi119.jffuim ( 2023-12-08T09:30:56.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:56 smithi119 conmon[83797]: mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:56.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:56 smithi145 conmon[88257]: cluster 2023-12-08T09:30:55.179926+0000 mgr.smithi119.jffuim (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:57.412 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:30:57.744 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:57 smithi119 conmon[83797]: audit 2023-12-08T09:30:57.410252+0000 mon.smithi119 ( 2023-12-08T09:30:57.744 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:57 smithi119 conmon[83797]: mon.0) 222 : audit [DBG] from='client.? 172.21.15.119:0/182279102' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:30:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:57 smithi145 conmon[88257]: audit 2023-12-08T09:30:57.410252+0000 mon.smithi119 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.119:0/182279102' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:30:58.193 INFO:teuthology.orchestra.run.smithi119.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-08T09:30:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:58 smithi119 conmon[83797]: cluster 2023-12-08T09:30:57.180160+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:30:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:58 smithi119 conmon[83797]: .14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:58 smithi119 conmon[83797]: audit 2023-12-08T09:30:57.559572+0000 mon.smithi119 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:58 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:57.560330+0000 mgr.smithi119.jffuim (mgr.14180) 52 : cephadm [INF] Reconfiguring prometheus.smithi119 (dependencies changed)... 2023-12-08T09:30:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:30:58 smithi119 conmon[83797]: cephadm 2023-12-08T09:30:57.564214+0000 mgr.smithi119.jffuim (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi119 on smithi119 2023-12-08T09:30:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:58 smithi145 conmon[88257]: cluster 2023-12-08T09:30:57.180160+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:30:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:58 smithi145 conmon[88257]: 14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:30:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:58 smithi145 conmon[88257]: audit 2023-12-08T09:30:57.559572+0000 mon.smithi119 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:30:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:58 smithi145 conmon[88257]: cephadm 2023-12-08T09:30:57.560330+0000 2023-12-08T09:30:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:58 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 52 : cephadm [INF] Reconfiguring prometheus.smithi119 (dependencies changed)... 2023-12-08T09:30:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:58 smithi145 conmon[88257]: cephadm 2023-12 2023-12-08T09:30:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:58 smithi145 conmon[88257]: -08T09:30:57.564214+0000 mgr.smithi119.jffuim ( 2023-12-08T09:30:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:30:58 smithi145 conmon[88257]: mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi119 on smithi119 2023-12-08T09:30:59.194 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:00.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:00 smithi119 conmon[83797]: cluster 2023-12-08T09:30:59.180436+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:31:00.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:00 smithi119 conmon[83797]: 14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:01.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:00 smithi145 conmon[88257]: cluster 2023-12-08T09:30:59.180436+0000 mgr.smithi119.jffuim (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:02.504 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:02.684 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:02 smithi119 conmon[83797]: cluster 2023-12-08T09:31: 2023-12-08T09:31:02.685 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:02 smithi119 conmon[83797]: 01.180696+0000 mgr.smithi119.jffuim (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:02.685 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:02 smithi119 conmon[83797]: audit 2023-12-08T09:31:02.501803+0000 mon.smithi119 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.119:0/4102997459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:02 smithi145 conmon[88257]: cluster 2023-12-08T09:31:01.180696+0000 mgr.smithi119.jffuim (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:02 smithi145 conmon[88257]: audit 2023-12-08T09:31:02.501803+0000 mon.smithi119 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.119:0/4102997459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:03.148 INFO:teuthology.orchestra.run.smithi119.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-08T09:31:04.149 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:04.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:04 smithi145 conmon[88257]: cluster 2023-12-08T09:31:03.181091+0000 mgr.smithi119.jffuim (mgr.14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:04.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:04 smithi145 conmon[88257]: audit 2023-12-08T09:31:03.495034+0000 mon.smithi119 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:04.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:04 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:03.495566+0000 mgr.smithi119.jffuim (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2023-12-08T09:31:04.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:04 smithi145 conmon[88257]: audit 2023-12-08T09:31:03.495804+0000 mon.smithi119 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:31:04.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:04 smithi145 conmon[88257]: audit 2023-12-08T09:31:03.496434+0000 mon.smithi119 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:04.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:04 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:03.496901+0000 mgr.smithi119.jffuim (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2023-12-08T09:31:04.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:04 smithi119 conmon[83797]: cluster 2023-12-08T09:31:03.181091+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:31:04.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:04 smithi119 conmon[83797]: .14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:04.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:04 smithi119 conmon[83797]: audit 2023-12-08T09:31:03.495034+0000 mon.smithi119 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:04.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:04 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:03.495566+0000 mgr.smithi119.jffuim (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2023-12-08T09:31:04.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:04 smithi119 conmon[83797]: audit 2023-12-08T09:31:03.495804+0000 mon.smithi119 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:31:04.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:04 smithi119 conmon[83797]: audit 2023-12-08T09:31:03.496434+0000 mon.smithi119 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:04.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:04 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:03.496901+0000 mgr.smithi119.jffuim (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2023-12-08T09:31:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: audit 2023-12-08T09:31:04.817350+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: 228 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:04.817855+0000 mgr.smithi119.jffuim (mgr.14180) 59 : cephadm [INF] Reconfiguring mgr.smithi145.lkokem (monmap changed)... 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: audit 2023-12-08T09:31:04.818089+0000 mon.smithi119 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.lkokem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: audit 2023-12-08T09:31:04.818712+0000 mon.smithi119 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: audit 2023-12-08T09:31:04 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: .819220+0000 mon.smithi119 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: cephadm 2023-12- 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: 08T09:31:04.819693+0000 mgr.smithi119.jffuim (mgr.14180) 60 : cephadm 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: [INF] Reconfiguring daemon mgr.smithi145.lkokem on smithi145 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: cluster 2023-12-08T09:31 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: :05.181413+0000 mgr.smithi119.jffuim (mgr.14180) 61 : 2023-12-08T09:31:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:05 smithi145 conmon[88257]: cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:05 smithi119 conmon[83797]: audit 2023-12-08T09:31:04.817350+0000 mon.smithi119 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:05 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:04.817855+0000 mgr.smithi119.jffuim (mgr.14180) 59 : cephadm [INF] Reconfiguring mgr.smithi145.lkokem (monmap changed)... 2023-12-08T09:31:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:05 smithi119 conmon[83797]: audit 2023-12-08T09:31:04.818089+0000 mon.smithi119 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.lkokem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:31:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:05 smithi119 conmon[83797]: audit 2023-12-08T09:31:04.818712+0000 mon.smithi119 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:31:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:05 smithi119 conmon[83797]: audit 2023-12-08T09:31:04.819220+0000 mon.smithi119 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:05 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:04.819693+0000 mgr.smithi119.jffuim (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mgr.smithi145.lkokem on smithi145 2023-12-08T09:31:06.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:05 smithi119 conmon[83797]: cluster 2023-12-08T09:31:05.181413+0000 mgr.smithi119.jffuim (mgr.14180) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:06.139 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:06.800 INFO:teuthology.orchestra.run.smithi119.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-08T09:31:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:07 smithi145 conmon[88257]: audit 2023-12-08T09:31:06.120793+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:07 smithi145 conmon[88257]: 232 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:07 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:06.121385+0000 mgr.smithi119.jffuim (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi145 (monmap changed)... 2023-12-08T09:31:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:07 smithi145 conmon[88257]: audit 2023-12-08T09:31:06.121619+0000 mon.smithi119 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:31:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:07 smithi145 conmon[88257]: audit 2023-12-08T09:31:06.122220+0000 mon.smithi119 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T09:31:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:07 smithi145 conmon[88257]: audit 2023-12-08T09:31:06.122772+0000 mon.smithi119 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:07 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:06.123289+0000 mgr.smithi119.jffuim (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2023-12-08T09:31:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:07 smithi145 conmon[88257]: audit 2023-12-08T09:31:06.138338+0000 mon.smithi119 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.119:0/2836971815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:07.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: audit 2023-12-08T09:31:06.120793+0000 mon.smithi119 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:07.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: cephadm 2023-12-08 2023-12-08T09:31:07.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: T09:31:06.121385+0000 mgr.smithi119.jffuim (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi145 (monmap changed)... 2023-12-08T09:31:07.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: audit 2023-12-08T09:31:06.121619+0000 mon.smithi119 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:31:07.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: audit 2023-12-08T09:31:06.122220+0000 mon.smithi119 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T09:31:07.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: audit 2023-12-08T09:31:06.122772+0000 mon.smithi119 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:07.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:06 2023-12-08T09:31:07.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: .123289+0000 mgr.smithi119.jffuim (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2023-12-08T09:31:07.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:07.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:07 smithi119 conmon[83797]: 08T09:31:06.138338+0000 mon.smithi119 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.119:0/2836971815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:07.801 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:08.654 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: cluster 2023-12-08T09:31:07.181782+0000 mgr.smithi119.jffuim (mgr.14180) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.374556+0000 mon.smithi119 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.377452+0000 mon.smithi119 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.377850+0000 mgr.smithi119.jffuim (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.378940+0000 mon.smithi119 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.379240+0000 mgr.smithi119.jffuim (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.385403+0000 mon.smithi119 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.392547+0000 mon.smithi119 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.392951+0000 mgr.smithi119.jffuim (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.396526+0000 mon.smithi119 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi119.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:07.396919+0000 mgr.smithi119.jffuim (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi119.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: 08T09:31:07.403153+0000 mon.smithi119 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:08.655 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: -08T09:31:07.407372+0000 mon.smithi119 (mon.0) 244 : audit 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: 2023-12-08T09:31:07.407827 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14180) 69 : audit 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: 09:31:07.411014+0000 mon.smithi119 (mon. 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: 0) 245 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi119.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: 2023-12-08T09:31 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: :07.411416+0000 mgr.smithi119.jffuim (mgr.14180) 70 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi119.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08T09:31:08.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: 2023-12-08T09:31:07.418500 2023-12-08T09:31:08.657 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 246 : audit [INF] 2023-12-08T09:31:08.657 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:08.657 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:31:08.657 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: T09:31:07.422217+0000 mon.smithi119 (mon. 2023-12-08T09:31:08.657 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:08 smithi119 conmon[83797]: 0) 247 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: cluster 2023-12-08T09:31:07.181782+0000 mgr.smithi119.jffuim ( 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: mgr.14180) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09:31:07.374556+0000 mon.smithi119 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09:31:07.377452+0000 mon.smithi119 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09:31:07.377850+0000 mgr.smithi119.jffuim (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 2023-12-08T09:31:07.378940+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 239 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:08.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: T09:31:07.379240+0000 mgr.smithi119.jffuim (mgr.14180) 66 : 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi119.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09:31 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: :07.385403+0000 mon.smithi119 (mon.0) 240 : audit [INF] 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 2023-12-08T09:31:07. 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 392547+0000 mon.smithi119 (mon.0) 241 : 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 2023-12-08T09:31:07.392951+0000 mgr.smithi119.jffuim 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: -12-08T09:31:07.396526+0000 mon.smithi119 2023-12-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi119.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: :31:07.396919+0000 mgr.smithi119.jffuim (mgr.14180) 68 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi119.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 12-08T09:31:07.403153+0000 mon.smithi119 ( 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: mon.0) 243 : audit [INF] 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09: 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 31:07.407372+0000 mon.smithi119 (mon.0) 244 : audit 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: T09:31:07.407827+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:31:08.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: ) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: -12-08T09:31:07.411014+0000 mon.smithi119 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi119.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: :31:07.411416+0000 mgr.smithi119.jffuim (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi119.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: T09:31:07.418500+0000 mon.smithi119 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: -12-08T09:31:07.422217+0000 mon.smithi119 ( 2023-12-08T09:31:08.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:08 smithi145 conmon[88257]: mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:31:10.271 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:10.297 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:10 smithi119 conmon[83797]: audit 2023-12-08T09:31:09.033595+0000 2023-12-08T09:31:10.297 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:10 smithi119 conmon[83797]: mon.smithi119 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:10.297 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:10 smithi119 conmon[83797]: audit 2023-12-08T09:31:09.039721+0000 mon.smithi119 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:10.297 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:10 smithi119 conmon[83797]: cluster 2023-12-08T09:31:09.182013+0000 mgr.smithi119.jffuim (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:10 smithi145 conmon[88257]: audit 2023-12-08T09:31:09.033595+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:10 smithi145 conmon[88257]: 248 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:10 smithi145 conmon[88257]: audit 2023-12-08T09:31:09.039721+0000 mon.smithi119 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:10 smithi145 conmon[88257]: cluster 2023-12-08T09:31:09.182013+0000 mgr.smithi119.jffuim (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:11.023 INFO:teuthology.orchestra.run.smithi119.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-08T09:31:11.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:11 smithi119 conmon[83797]: audit 2023-12-08T09:31:10.269934+0000 2023-12-08T09:31:11.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:11 smithi119 conmon[83797]: mon.smithi119 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.119:0/3058999570' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:11.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:11 smithi145 conmon[88257]: audit 2023-12-08T09:31:10.269934+0000 mon.smithi119 (mon 2023-12-08T09:31:11.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:11 smithi145 conmon[88257]: .0) 250 : audit [DBG] from='client.? 172.21.15.119:0/3058999570' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:12.025 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:12.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:12 smithi119 conmon[83797]: cluster 2023-12-08T09:31:11.182335+0000 mgr.smithi119.jffuim (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:12.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:12 smithi119 conmon[83797]: audit 2023-12-08T09:31:11.946917+0000 mon.smithi119 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:12.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:12 smithi145 conmon[88257]: cluster 2023-12-08T09:31:11.182335+0000 mgr.smithi119.jffuim ( 2023-12-08T09:31:12.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:12 smithi145 conmon[88257]: mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:12.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:12 smithi145 conmon[88257]: audit 2023-12-08T09:31:11.946917+0000 mon.smithi119 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:13.550 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.294273+0000 mon.smithi119 (mon.0) 252 : 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.295241+0000 mon.smithi119 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.295994+0000 mon.smithi119 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.300814+0000 mon.smithi119 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.305565+0000 mon.smithi119 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.311476+0000 mon.smithi119 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.312330+0000 mon.smithi119 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.316434+0000 mon.smithi119 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:13.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:13 smithi119 conmon[83797]: audit 2023-12-08T09:31:12.317012+0000 mon.smithi119 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:13.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023-12-08T09:31:12.294273+0000 2023-12-08T09:31:13.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: mon.smithi119 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:13.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023-12-08T09:31:12.295241+0000 2023-12-08T09:31:13.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: mon.smithi119 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:13.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:13.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: T09:31:12.295994+0000 mon.smithi119 (mon 2023-12-08T09:31:13.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: .0) 254 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:31:13.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: -08T09:31:12.300814+0000 mon.smithi119 (mon 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: .0) 255 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: 12-08T09:31:12.305565+0000 mon.smithi119 (mon. 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: 0) 256 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: -08T09:31:12.311476+0000 mon.smithi119 (mon. 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: 0) 257 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: -08T09:31:12.312330+0000 mon.smithi119 ( 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: 2023-12-08T09:31:12.316434+0000 2023-12-08T09:31:13.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: mon.smithi119 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:13.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: audit 2023-12-08T09:31:13.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: 2023-12-08T09:31:12.317012+0000 2023-12-08T09:31:13.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: mon.smithi119 (mon.0) 260 : audit [DBG] 2023-12-08T09:31:13.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:13 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:14.161 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:14.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:14 smithi119 conmon[83797]: cluster 2023-12-08T09:31:13.182675+0000 mgr.smithi119.jffuim (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:14.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:14 smithi119 conmon[83797]: audit 2023-12-08T09:31:14.160185+0000 mon.smithi119 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.119:0/1639016018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:14.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:14 smithi145 conmon[88257]: cluster 2023-12-08T09:31:13.182675+0000 mgr.smithi119.jffuim (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:14.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:14 smithi145 conmon[88257]: audit 2023-12-08T09:31:14.160185+0000 mon.smithi119 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.119:0/1639016018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:15.320 INFO:teuthology.orchestra.run.smithi119.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-08T09:31:15.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:15 smithi145 conmon[88257]: audit 2023-12-08T09:31:15.033527+0000 mon.smithi145 (mon.1) 2023-12-08T09:31:15.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:15 smithi145 conmon[88257]: 2 : audit [INF] from='client.? 172.21.15.145:0/1357812426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d7625e-9cc8-4ec3-85fe-03ff25fb889b"}]: dispatch 2023-12-08T09:31:15.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:15 smithi145 conmon[88257]: audit 2023-12-08T09:31:15.034078+0000 mon.smithi119 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d7625e-9cc8-4ec3-85fe-03ff25fb889b"}]: dispatch 2023-12-08T09:31:15.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:15 smithi145 conmon[88257]: audit 2023-12-08T09:31:15.038061+0000 mon.smithi119 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94d7625e-9cc8-4ec3-85fe-03ff25fb889b"}]': finished 2023-12-08T09:31:15.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:15 smithi145 conmon[88257]: cluster 2023-12-08T09:31:15.038111+0000 mon.smithi119 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T09:31:15.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:15 smithi145 conmon[88257]: audit 2023-12-08T09:31:15.038213+0000 mon.smithi119 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:15.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:15 smithi119 conmon[83797]: audit 2023-12-08T09:31:15.033527+0000 mon.smithi145 ( 2023-12-08T09:31:15.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:15 smithi119 conmon[83797]: mon.1) 2 : audit [INF] from='client.? 172.21.15.145:0/1357812426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d7625e-9cc8-4ec3-85fe-03ff25fb889b"}]: dispatch 2023-12-08T09:31:15.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:15 smithi119 conmon[83797]: audit 2023-12-08T09:31:15.034078+0000 mon.smithi119 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94d7625e-9cc8-4ec3-85fe-03ff25fb889b"}]: dispatch 2023-12-08T09:31:15.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:15 smithi119 conmon[83797]: audit 2023-12-08T09:31:15.038061+0000 mon.smithi119 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94d7625e-9cc8-4ec3-85fe-03ff25fb889b"}]': finished 2023-12-08T09:31:15.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:15 smithi119 conmon[83797]: cluster 2023-12-08T09:31:15.038111+0000 mon.smithi119 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T09:31:15.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:15 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:31:15.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:15 smithi119 conmon[83797]: T09:31:15.038213+0000 mon.smithi119 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:16.321 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:16.596 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:16 smithi119 conmon[83797]: cluster 2023-12-08T09:31:15.183015+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:31:16.596 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:16 smithi119 conmon[83797]: .14180) 74 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:16.596 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:16 smithi119 conmon[83797]: audit 2023-12-08T09:31:16.166658+0000 mon.smithi145 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.145:0/3151708469' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:16.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:16 smithi145 conmon[88257]: cluster 2023-12-08T09:31:15.183015+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:31:16.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:16 smithi145 conmon[88257]: ) 74 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:16.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:16 smithi145 conmon[88257]: audit 2023-12-08T09:31:16.166658+0000 mon.smithi145 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.145:0/3151708469' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:17.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:17 smithi119 conmon[83797]: audit 2023-12-08T09:31:16.461646+0000 mon.smithi119 (mon.0) 266 : audit [INF] from='client.? 172.21.15.119:0/314366934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "def83bdf-e9c5-436c-b678-b6e5a58f7824"}]: dispatch 2023-12-08T09:31:17.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:17 smithi119 conmon[83797]: audit 2023-12-08T09:31:16.465219+0000 mon.smithi119 (mon.0) 267 : audit [INF] from='client.? 172.21.15.119:0/314366934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "def83bdf-e9c5-436c-b678-b6e5a58f7824"}]': finished 2023-12-08T09:31:17.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:17 smithi119 conmon[83797]: cluster 2023-12-08T09:31:16.465264+0000 mon.smithi119 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T09:31:17.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:17 smithi119 conmon[83797]: audit 2023-12-08T09:31:16.465363+0000 mon.smithi119 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:17.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:17 smithi119 conmon[83797]: audit 2023-12-08T09:31:16.465587+0000 mon.smithi119 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:17.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: audit 2023-12-08T09:31:16.461646+0000 mon.smithi119 (mon.0) 266 2023-12-08T09:31:17.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: : audit [INF] from='client.? 172.21.15.119:0/314366934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "def83bdf-e9c5-436c-b678-b6e5a58f7824"}]: dispatch 2023-12-08T09:31:17.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: audit 2023-12-08T09:31:16.465219+0000 mon.smithi119 (mon.0) 267 : audit [INF] from='client.? 172.21.15.119:0/314366934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "def83bdf-e9c5-436c-b678-b6e5a58f7824"}]': finished 2023-12-08T09:31:17.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: cluster 2023-12-08T09:31:17.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: 2023-12-08T09:31:16.465264+0000 mon.smithi119 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T09:31:17.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:17.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: T09:31:16.465363+0000 mon.smithi119 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:17.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: audit 2023-12-08T09:31:16.465587+0000 mon.smithi119 (mon.0) 270 2023-12-08T09:31:17.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:17 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:18.516 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:18.732 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:18 smithi119 conmon[83797]: cluster 2023-12-08T09:31:17.183278+0000 mgr.smithi119.jffuim (mgr.14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:18.732 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:18 smithi119 conmon[83797]: audit 2023-12-08T09:31:17.883380+0000 mon.smithi119 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.119:0/1368932972' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:18.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:18 smithi145 conmon[88257]: cluster 2023-12-08T09:31:17.183278+0000 mgr.smithi119.jffuim (mgr.14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:18.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:18 smithi145 conmon[88257]: audit 2023-12-08T09:31:17.883380+0000 mon.smithi119 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.119:0/1368932972' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:19.171 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1702027876,"num_remapped_pgs":0} 2023-12-08T09:31:19.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: audit 2023-12-08T09:31:18.514813+0000 mon.smithi119 (mon.0 2023-12-08T09:31:19.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: ) 272 : audit [DBG] from='client.? 172.21.15.119:0/3461605371' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:19.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: audit 2023-12-08T09:31:18.690627+0000 mon.smithi145 (mon.1) 4 : audit [INF] from='client.? 172.21.15.145:0/3494006296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cccc3b28-6b67-4584-91ef-00a4b394a3f8"}]: dispatch 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: audit 2023-12-08T09:31:18.691108+0000 mon.smithi119 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cccc3b28-6b67-4584-91ef-00a4b394a3f8"}]: dispatch 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: audit 2023-12-08T09:31:18.698808+0000 mon.smithi119 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cccc3b28-6b67-4584-91ef-00a4b394a3f8"}]': finished 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: cluster 2023-12-08T09:31:18.698856+0000 mon.smithi119 (mon.0) 275 : cluster 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: audit 2023-12-08T09:31:18.698934+0000 mon.smithi119 (mon.0) 276 : audit [DBG] 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: -08T09:31:18.699129+0000 mon.smithi119 (mon.0) 277 : audit 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: audit 2023-12-08T09:31:18. 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: 699307+0000 mon.smithi119 (mon.0) 278 : audit [DBG] 2023-12-08T09:31:19.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:19 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: audit 2023-12-08T09:31:18.514813+0000 mon.smithi119 (mon.0) 272 : audit 2023-12-08T09:31:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: [DBG] from='client.? 172.21.15.119:0/3461605371' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: audit 2023-12-08T09:31:18.690627+0000 mon.smithi145 (mon.1) 4 : audit [INF] from='client.? 172.21.15.145:0/3494006296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cccc3b28-6b67-4584-91ef-00a4b394a3f8"}]: dispatch 2023-12-08T09:31:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: audit 2023-12-08T09:31:18.691108+0000 mon.smithi119 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cccc3b28-6b67-4584-91ef-00a4b394a3f8"}]: dispatch 2023-12-08T09:31:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: audit 2023-12-08T09:31:18.698808+0000 mon.smithi119 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cccc3b28-6b67-4584-91ef-00a4b394a3f8"}]': finished 2023-12-08T09:31:19.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: cluster 2023-12-08T09:31:18.698856+0000 mon.smithi119 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T09:31:19.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: audit 2023-12-08T09:31:18.698934+0000 mon.smithi119 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:19.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: audit 2023-12-08T09: 2023-12-08T09:31:19.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: 31:18.699129+0000 mon.smithi119 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:19.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: audit 2023-12-08T09:31:18.699307+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:19.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:19 smithi119 conmon[83797]: 278 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:20.173 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: cluster 2023-12-08T09:31:19.183500+0000 mgr.smithi119.jffuim (mgr.14180) 76 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: audit 2023-12-08T09:31:19.844076+0000 mon.smithi145 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.145:0/2576601444' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: audit 2023-12-08T09:31:20.414387+0000 mon.smithi119 (mon.0) 279 : audit [INF] from='client.? 172.21.15.119:0/814798042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57e0dd3e-d977-4d69-a54e-0e7d30cdd401"}]: dispatch 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: audit 2023-12-08T09:31:20.418739+0000 mon.smithi119 (mon.0) 280 : audit [INF] from='client.? 172.21.15.119:0/814798042' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57e0dd3e-d977-4d69-a54e-0e7d30cdd401"}]': finished 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: cluster 2023-12-08T09:31:20.418791+0000 mon.smithi119 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: audit 2023-12-08T09:31:20.418896+0000 mon.smithi119 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: audit 2023-12-08T09:31:20.419219+0000 mon.smithi119 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: audit 2023-12-08T09: 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: 31:20.419445+0000 mon.smithi119 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:20.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:20 smithi119 conmon[83797]: audit 2023-12-08T09:31:20.419675+0000 mon.smithi119 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:21.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: cluster 2023-12-08T09:31:19.183500+0000 mgr.smithi119.jffuim (mgr.14180) 76 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:21.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: audit 2023-12-08T09:31:19.844076+0000 mon.smithi145 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.145:0/2576601444' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: audit 2023-12-08T09:31:20.414387+0000 mon.smithi119 (mon.0) 279 : 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: audit [INF] from='client.? 172.21.15.119:0/814798042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57e0dd3e-d977-4d69-a54e-0e7d30cdd401"}]: dispatch 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: audit 2023-12-08T09:31:20.418739 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 280 : audit [INF] from='client.? 172.21.15.119:0/814798042' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57e0dd3e-d977-4d69-a54e-0e7d30cdd401"}]': finished 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: cluster 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: 2023-12-08T09:31:20.418791+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: audit 2023-12-08T09:31:20.418896+0000 mon.smithi119 ( 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: audit 2023-12-08T09:31:20.419219+0000 mon.smithi119 ( 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: audit 2023-12-08T09:31:20.419445+0000 mon.smithi119 (mon. 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: 0) 284 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: audit 2023-12-08T09:31:21.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: 2023-12-08T09:31:20.419675+0000 mon.smithi119 ( 2023-12-08T09:31:21.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:20 smithi145 conmon[88257]: mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:22.507 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:22.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: cluster 2023-12-08T09:31:21.183774+0000 mgr.smithi119.jffuim (mgr.14180) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:21.881513+0000 mon.smithi119 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.119:0/723704557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.356866+0000 mon.smithi145 (mon.1) 6 : audit [INF] from='client.? 172.21.15.145:0/1383448606' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46892202-49ad-42c5-88a5-8663352dc1ef"}]: dispatch 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.357239+0000 mon.smithi119 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46892202-49ad-42c5-88a5-8663352dc1ef"}]: dispatch 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.360734+0000 mon.smithi119 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46892202-49ad-42c5-88a5-8663352dc1ef"}]': finished 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: cluster 2023-12-08T09:31:22.360791+0000 mon.smithi119 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.360902+0000 mon.smithi119 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.361165+0000 mon.smithi119 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.361342+0000 mon.smithi119 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.361504+0000 mon.smithi119 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.361663+0000 mon.smithi119 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:22.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:22 smithi119 conmon[83797]: audit 2023-12-08T09:31:22.505686+0000 mon.smithi119 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.119:0/3955370537' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: cluster 2023-12-08T09:31:21.183774+0000 mgr.smithi119.jffuim ( 2023-12-08T09:31:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: mgr.14180) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12-08T09:31:21.881513 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.119:0/723704557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: 2023-12-08T09:31:22.356866 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: +0000 mon.smithi145 (mon.1) 6 : audit [INF] from='client.? 172.21.15.145:0/1383448606' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46892202-49ad-42c5-88a5-8663352dc1ef"}]: dispatch 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12-08T09:31:22. 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: 357239+0000 mon.smithi119 (mon.0) 287 : audit [INF] 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46892202-49ad-42c5-88a5-8663352dc1ef"}]: dispatch 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12-08T09:31 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: :22.360734+0000 mon.smithi119 (mon.0) 288 : 2023-12-08T09:31:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46892202-49ad-42c5-88a5-8663352dc1ef"}]': finished 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: cluster 2023-12-08T 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: 09:31:22.360791+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: 08T09:31:22.360902+0000 mon.smithi119 (mon.0 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: ) 290 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: :31:22.361165+0000 mon.smithi119 (mon.0) 291 : audit 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12-08T09:31 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: :22.361342+0000 mon.smithi119 (mon.0) 292 : audit 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12-08T09:31: 2023-12-08T09:31:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: 22.361504+0000 mon.smithi119 (mon.0) 293 : audit 2023-12-08T09:31:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023-12-08T09:31:22. 2023-12-08T09:31:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: 361663+0000 mon.smithi119 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: -12-08T09:31:22.505686+0000 2023-12-08T09:31:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:22 smithi145 conmon[88257]: mon.smithi119 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.119:0/3955370537' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:23.121 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1702027882,"num_remapped_pgs":0} 2023-12-08T09:31:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:23 smithi145 conmon[88257]: audit 2023-12-08T09:31:23. 2023-12-08T09:31:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:23 smithi145 conmon[88257]: 498509+0000 mon.smithi145 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.145:0/932205962' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:24.122 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:23 smithi119 conmon[83797]: audit 2023-12-08T09:31:23.498509+0000 mon.smithi145 (mon.1 2023-12-08T09:31:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:23 smithi119 conmon[83797]: ) 7 : audit [DBG] from='client.? 172.21.15.145:0/932205962' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: cluster 2023-12-08T09:31:23.184105+0000 mgr.smithi119.jffuim (mgr.14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: audit 2023-12-08T09:31:24.431467+0000 mon.smithi119 (mon.0) 296 : audit [INF] from='client.? 172.21.15.119:0/1315566328' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d81df8-0124-44df-928d-34ceea23f95f"}]: dispatch 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: audit 2023-12-08T09:31:24.435544+0000 mon.smithi119 (mon.0) 297 : audit [INF] from='client.? 172.21.15.119:0/1315566328' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0d81df8-0124-44df-928d-34ceea23f95f"}]': finished 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: cluster 2023-12-08T09:31:24.435584+0000 mon.smithi119 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: audit 2023-12-08T09:31:24.435709+0000 mon.smithi119 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: audit 2023-12-08T09:31:24.435898+0000 mon.smithi119 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: audit 2023-12-08T09:31:24 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: .436079+0000 mon.smithi119 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:24.830 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: audit 2023-12-08T09:31:24.436256+0000 mon.smithi119 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:24.831 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: audit 2023-12-08T09:31:24.436433+0000 mon.smithi119 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:24.831 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:24 smithi119 conmon[83797]: audit 2023-12-08T09:31:24.436589+0000 mon.smithi119 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:25.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: cluster 2023-12-08T09:31:23.184105+0000 mgr.smithi119.jffuim (mgr.14180) 78 : 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: audit 2023-12-08T09:31:24.431467+0000 mon.smithi119 (mon.0) 296 : audit [INF] from='client.? 172.21.15.119:0/1315566328' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d81df8-0124-44df-928d-34ceea23f95f"}]: dispatch 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: 12-08T09:31:24.435544+0000 mon.smithi119 (mon.0) 297 : audit [INF] from='client.? 172.21.15.119:0/1315566328' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0d81df8-0124-44df-928d-34ceea23f95f"}]': finished 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: cluster 2023-12-08T09 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: :31:24.435584+0000 mon.smithi119 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: audit 2023-12-08T09:31:24.435709+0000 mon.smithi119 (mon.0) 299 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: -12-08T09:31:24.435898+0000 mon.smithi119 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: audit 2023-12-08T09:31:24.436079+0000 mon.smithi119 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: audit 2023-12-08T09:31:24.436256+0000 mon.smithi119 ( 2023-12-08T09:31:25.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:25.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:25.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: -12-08T09:31:24.436433+0000 mon.smithi119 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:25.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: audit 2023-12-08T09:31:24.436589+0000 mon.smithi119 2023-12-08T09:31:25.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:24 smithi145 conmon[88257]: (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:26.305 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:26.986 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: cluster 2023-12-08T09:31:25.184335+0000 mgr.smithi119.jffuim (mgr.14180) 79 : 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.002780+0000 mon.smithi145 (mon.1) 8 : audit [INF] from='client.? 172.21.15.145:0/1328414863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3f76ad-03fb-43a5-ae23-94be938a2f52"}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.003195+0000 mon.smithi119 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3f76ad-03fb-43a5-ae23-94be938a2f52"}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.010907+0000 mon.smithi119 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d3f76ad-03fb-43a5-ae23-94be938a2f52"}]': finished 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: cluster 2023-12-08T09:31:26.010959+0000 mon.smithi119 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.011062+0000 mon.smithi119 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.011282+0000 mon.smithi119 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.011429+0000 mon.smithi119 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.011574+0000 mon.smithi119 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.011731+0000 mon.smithi119 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.011879+0000 mon.smithi119 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.012019+0000 mon.smithi119 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.060135+0000 mon.smithi119 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.119:0/9362904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:26.987 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:26 smithi119 conmon[83797]: audit 2023-12-08T09:31:26.303283+0000 mon.smithi119 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.119:0/3007796631' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: cluster 2023-12-08T09:31:25.184335+0000 mgr.smithi119.jffuim (mgr.14180) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: 08T09:31:26.002780+0000 mon.smithi145 (mon.1) 8 : audit [INF] from='client.? 172.21.15.145:0/1328414863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3f76ad-03fb-43a5-ae23-94be938a2f52"}]: dispatch 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09:31:26.003195+0000 mon.smithi119 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3f76ad-03fb-43a5-ae23-94be938a2f52"}]: dispatch 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09:31:26.010907+0000 mon.smithi119 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d3f76ad-03fb-43a5-ae23-94be938a2f52"}]': finished 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: cluster 2023-12-08T09:31:26.010959+0000 mon.smithi119 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: 2023-12-08T09:31:26.011062+0000 mon.smithi119 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: 2023-12-08T09:31:26.011282+0000 mon.smithi119 ( 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:27.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: 09:31:26.011429+0000 mon.smithi119 (mon.0 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: ) 310 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: :31:26.011574+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: 311 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09:31 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: :26.011731+0000 mon.smithi119 (mon.0) 312 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09:31 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: :26.011879+0000 mon.smithi119 (mon.0) 313 : 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09:31: 2023-12-08T09:31:27.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: 26.012019+0000 mon.smithi119 (mon.0) 314 : audit 2023-12-08T09:31:27.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:27.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08T09:31:26 2023-12-08T09:31:27.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: .060135+0000 mon.smithi119 (mon.0) 315 : audit 2023-12-08T09:31:27.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: [DBG] from='client.? 172.21.15.119:0/9362904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:27.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:27.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: T09:31:26.303283+0000 mon.smithi119 (mon 2023-12-08T09:31:27.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:26 smithi145 conmon[88257]: .0) 316 : audit [DBG] from='client.? 172.21.15.119:0/3007796631' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:27.013 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1702027886,"num_remapped_pgs":0} 2023-12-08T09:31:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:27 smithi145 conmon[88257]: audit 2023-12-08T09:31:27.104196+0000 mon.smithi145 (mon.1) 9 : audit 2023-12-08T09:31:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:27 smithi145 conmon[88257]: [DBG] from='client.? 172.21.15.145:0/3697332231' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:28.014 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:28.043 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:27 smithi119 conmon[83797]: audit 2023-12-08T09:31:27.104196+0000 mon.smithi145 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.145:0/3697332231' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:28.043 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:27 smithi119 conmon[83797]: 2023-12-08T09:31:29.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: cluster 2023-12-08T09:31:27.184734+0000 mgr.smithi119.jffuim (mgr.14180) 80 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:29.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023-12-08T09:31:28.603377+0000 mon.smithi119 (mon.0) 317 : audit [INF] from='client.? 172.21.15.119:0/1542902920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63790e7b-d7a9-463b-8c84-fa03549448d8"}]: dispatch 2023-12-08T09:31:29.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023-12-08T09:31:28.606870+0000 mon.smithi119 (mon.0) 318 : audit [INF] from='client.? 172.21.15.119:0/1542902920' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63790e7b-d7a9-463b-8c84-fa03549448d8"}]': finished 2023-12-08T09:31:29.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: cluster 2023-12-08T09:31:28.606918+0000 mon.smithi119 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T09:31:29.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023-12-08T09:31:28.607023+0000 mon.smithi119 (mon. 2023-12-08T09:31:29.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: 0) 320 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023-12-08T09:31:28.607296+0000 mon.smithi119 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023-12-08T09:31:28. 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: 607466+0000 mon.smithi119 (mon.0) 322 : audit [DBG] 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: 2023-12-08T09:31:28.607634+0000 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: mon.smithi119 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: 12-08T09:31:28.607804+0000 mon.smithi119 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: 12-08T09:31:28.607970+0000 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: mon.smithi119 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:29.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: 12-08T09:31:28.608139+0000 2023-12-08T09:31:29.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: mon.smithi119 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:29.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: 2023-12-08T09:31:29.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:29.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: 09:31:28.608313+0000 mon.smithi119 (mon.0) 327 2023-12-08T09:31:29.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:28 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: cluster 2023-12-08T09:31:27 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: .184734+0000 mgr.smithi119.jffuim (mgr.14180) 80 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.603377+0000 mon.smithi119 (mon.0) 317 : audit [INF] from='client.? 172.21.15.119:0/1542902920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63790e7b-d7a9-463b-8c84-fa03549448d8"}]: dispatch 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.606870+0000 mon.smithi119 (mon.0) 318 : audit [INF] from='client.? 172.21.15.119:0/1542902920' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63790e7b-d7a9-463b-8c84-fa03549448d8"}]': finished 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: cluster 2023-12-08T09:31:28.606918+0000 mon.smithi119 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.607023+0000 mon.smithi119 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.607296+0000 mon.smithi119 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.607466+0000 mon.smithi119 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.607634+0000 mon.smithi119 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.607804+0000 mon.smithi119 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.607970+0000 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: mon.smithi119 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08T09:31:28.608139+0000 mon.smithi119 (mon.0) 326 : audit [DBG] 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:31:29.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:28 smithi119 conmon[83797]: T09:31:28.608313+0000 mon.smithi119 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:30.158 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:30.729 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:31:31.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:30 smithi145 conmon[88257]: cluster 2023-12-08T09:31:29.185091+0000 mgr.smithi119.jffuim (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:31.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:30 smithi145 conmon[88257]: audit 2023-12-08T09:31:30.156882+0000 mon.smithi119 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.119:0/1513098976' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:31.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:30 smithi145 conmon[88257]: audit 2023-12-08T09:31:30.179632+0000 mon.smithi119 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.119:0/1011288955' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:30 smithi119 conmon[83797]: cluster 2023-12-08T09:31:29.185091+0000 mgr.smithi119.jffuim (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:30 smithi119 conmon[83797]: audit 2023-12-08T09:31:30.156882+0000 mon.smithi119 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.119:0/1513098976' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:30 smithi119 conmon[83797]: audit 2023-12-08T09:31:30.179632+0000 mon.smithi119 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.119:0/1011288955' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:31:31.730 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:32 smithi145 conmon[88257]: cluster 2023-12-08T09:31:31.185390+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:31:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:32 smithi145 conmon[88257]: 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:33.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:32 smithi119 conmon[83797]: cluster 2023-12-08T09:31:31.185390+0000 mgr.smithi119.jffuim (mgr.14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:33.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:33 smithi119 conmon[83797]: audit 2023-12-08T09:31:32.783178+0000 mon.smithi119 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T09:31:33.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:33 smithi119 conmon[83797]: audit 2023-12-08T09:31:32.783865+0000 mon.smithi119 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:33.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:33 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:32.784387+0000 mgr.smithi119.jffuim (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.0 on smithi145 2023-12-08T09:31:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:33 smithi145 conmon[88257]: audit 2023-12-08T09:31:32.783178+0000 mon.smithi119 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T09:31:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:33 smithi145 conmon[88257]: audit 2023-12-08T09:31:32.783865+0000 mon.smithi119 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:34.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:33 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:32.784387+0000 mgr.smithi119.jffuim (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.0 on smithi145 2023-12-08T09:31:34.007 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:34.849 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:34 smithi119 conmon[83797]: cluster 2023-12-08T09:31:33.185590+0000 mgr.smithi119.jffuim ( 2023-12-08T09:31:34.850 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:34 smithi119 conmon[83797]: mgr.14180) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:34.850 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:34 smithi119 conmon[83797]: audit 2023-12-08T09:31:34.006451+0000 mon.smithi119 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.119:0/891955008' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:34.851 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:31:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:34 smithi145 conmon[88257]: cluster 2023-12-08T09:31:33.185590+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:31:35.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:34 smithi145 conmon[88257]: 14180) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:35.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:34 smithi145 conmon[88257]: audit 2023-12-08T09:31:34.006451+0000 mon.smithi119 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.119:0/891955008' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:35.852 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:36.905 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:36 smithi119 conmon[83797]: cluster 2023-12-08T09:31:35.185833+0000 mgr.smithi119.jffuim (mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:36.905 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:36 smithi119 conmon[83797]: audit 2023-12-08T09:31:36.668988+0000 mon.smithi119 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T09:31:36.905 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:36 smithi119 conmon[83797]: audit 2023-12-08T09:31:36.669604+0000 mon.smithi119 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:37.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:36 smithi145 conmon[88257]: cluster 2023-12-08T09:31:35.185833+0000 mgr.smithi119.jffuim (mgr.14180) 85 2023-12-08T09:31:37.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:36 smithi145 conmon[88257]: : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:37.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:36 smithi145 conmon[88257]: audit 2023-12-08T09:31:36.668988+0000 mon.smithi119 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T09:31:37.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:36 smithi145 conmon[88257]: audit 2023-12-08T09:31:36.669604+0000 mon.smithi119 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:37 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:36.670098+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:31:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:37 smithi145 conmon[88257]: .14180) 86 : cephadm [INF] Deploying daemon osd.1 on smithi119 2023-12-08T09:31:38.097 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:37 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:36.670098+0000 mgr.smithi119.jffuim ( 2023-12-08T09:31:38.098 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:37 smithi119 conmon[83797]: mgr.14180) 86 : cephadm [INF] Deploying daemon osd.1 on smithi119 2023-12-08T09:31:38.938 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:39.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:38 smithi145 conmon[88257]: cluster 2023-12-08T09:31:37.186126+0000 mgr.smithi119.jffuim (mgr.14180) 87 2023-12-08T09:31:39.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:38 smithi145 conmon[88257]: : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:39.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:38 smithi145 conmon[88257]: audit 2023-12-08T09:31:37.921561+0000 mon.smithi119 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:39.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:38 smithi145 conmon[88257]: audit 2023-12-08T09:31:37.922289+0000 mon.smithi119 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T09:31:39.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:38 smithi145 conmon[88257]: audit 2023-12-08T09:31:37.922972+0000 mon.smithi119 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:38 smithi119 conmon[83797]: cluster 2023-12-08T09:31:37.186126+0000 mgr.smithi119.jffuim (mgr.14180) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:38 smithi119 conmon[83797]: audit 2023-12-08T09:31:37.921561+0000 mon.smithi119 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:38 smithi119 conmon[83797]: audit 2023-12-08T09:31:37.922289+0000 mon.smithi119 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T09:31:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:38 smithi119 conmon[83797]: audit 2023-12-08T09:31:37.922972+0000 mon.smithi119 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:39.698 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:31:39.931 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:39 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:37.923562+0000 mgr.smithi119.jffuim (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.2 on smithi145 2023-12-08T09:31:39.932 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:39 smithi145 conmon[88257]: audit 2023-12-08T09:31:38.936766+0000 mon.smithi119 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.119:0/1784524468' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:39.975 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:39 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:37.923562+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:31:39.975 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:39 smithi119 conmon[83797]: ) 88 : cephadm [INF] Deploying daemon osd.2 on smithi145 2023-12-08T09:31:39.976 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:39 smithi119 conmon[83797]: audit 2023-12-08T09:31:38.936766+0000 mon.smithi119 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.119:0/1784524468' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:40.699 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:40 smithi119 conmon[83797]: cluster 2023-12-08T09:31:39.186464+0000 mgr.smithi119.jffuim (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:40 smithi145 conmon[88257]: cluster 2023-12-08T09:31:39.186464+0000 mgr.smithi119.jffuim (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:41 smithi119 conmon[83797]: audit 2023-12-08T09:31:41.136901+0000 mon.smithi145 2023-12-08T09:31:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:41 smithi119 conmon[83797]: (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/4062837577,v1:172.21.15.145:6801/4062837577]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T09:31:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:41 smithi119 conmon[83797]: audit 2023-12-08T09:31:41.137284+0000 mon.smithi119 (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-08T09:31:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:41 smithi145 conmon[88257]: audit 2023-12-08T09:31:41.136901+0000 mon.smithi145 (mon.1) 10 : 2023-12-08T09:31:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:41 smithi145 conmon[88257]: audit [INF] from='osd.0 [v2:172.21.15.145:6800/4062837577,v1:172.21.15.145:6801/4062837577]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T09:31:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:41 smithi145 conmon[88257]: audit 2023-12-08T09:31:41.137284+0000 mon.smithi119 (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-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: cluster 2023-12-08T09:31:41.186698+0000 mgr.smithi119.jffuim 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12-08T09:31:41.755436 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: +0000 mon.smithi119 (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-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: -12-08T09:31:41.755489+0000 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: mon.smithi119 (mon.0) 341 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: 2023-12-08T09:31:41.755605 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 342 : audit [DBG] 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12-08T09:31: 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: 41.755989+0000 mon.smithi119 (mon.0) 343 : 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: 08T09:31:41.756138+0000 mon.smithi145 (mon 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: .1) 11 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/4062837577,v1:172.21.15.145:6801/4062837577]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: -12-08T09:31:41.756216+0000 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: mon.smithi119 (mon.0) 344 : audit [DBG] 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:42.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: 2023-12-08T09:31:41.756509+0000 mon.smithi119 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: 2023-12-08 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: T09:31:41.756805+0000 mon.smithi119 (mon. 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: 0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: 2023-12-08T09 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: :31:41.757111+0000 mon.smithi119 (mon.0 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: ) 347 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: -12-08T09:31:41.757353+0000 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: mon.smithi119 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:42.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12-08T09:31 2023-12-08T09:31:42.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: :41.757570+0000 mon.smithi119 (mon.0) 349 : 2023-12-08T09:31:42.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:42.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:31:42.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: -08T09:31:41.757791+0000 mon.smithi119 (mon 2023-12-08T09:31:42.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:42 smithi119 conmon[83797]: .0) 350 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:42.949 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:43.204 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: cluster 2023-12-08T09:31:41. 2023-12-08T09:31:43.204 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 186698+0000 mgr.smithi119.jffuim (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T09:31:41.755436+0000 mon.smithi119 (mon.0) 340 : audit 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: cluster 2023-12-08T09: 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 31:41.755489+0000 mon.smithi119 (mon.0) 341 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T09:31:41.755605+0000 mon.smithi119 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T09: 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 31:41.755989+0000 mon.smithi119 (mon.0) 343 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: T09:31:41.756138+0000 mon.smithi145 (mon.1 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: ) 11 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/4062837577,v1:172.21.15.145:6801/4062837577]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T09:31: 2023-12-08T09:31:43.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 41.756216+0000 mon.smithi119 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 09:31:41.756509+0000 mon.smithi119 (mon.0) 345 : audit [DBG] 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 2023-12-08T09:31:41.756805 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 346 : audit [INF] 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T09:31:41. 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 757111+0000 mon.smithi119 (mon.0) 347 : audit [DBG] 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 2023-12-08T09:31:41.757353+0000 mon.smithi119 (mon.0) 348 : audit 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:43.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 12-08T09:31:41.757570+0000 mon.smithi119 (mon.0) 349 : audit [DBG] 2023-12-08T09:31:43.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:43.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: audit 2023-12-08T09:31:43.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 2023-12-08T09:31:41.757791+0000 mon.smithi119 (mon. 2023-12-08T09:31:43.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:42 smithi145 conmon[88257]: 0) 350 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:43.930 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.756393+0000 mon.smithi119 (mon. 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: 0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: cluster 2023-12-08T09:31:42.756457+0000 mon.smithi119 (mon.0) 352 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.756820+0000 mon.smithi119 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.757146+0000 mon.smithi119 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.757369+0000 mon.smithi119 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.757572+0000 mon.smithi119 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.757807+0000 mon.smithi119 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:44.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.757982+0000 mon.smithi119 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:44.068 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.758142+0000 mon.smithi119 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:44.068 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.758307+0000 mon.smithi119 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:44.068 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.763680+0000 mon.smithi119 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:44.068 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:42.948156+0000 mon.smithi119 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.119:0/3134078910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:44.068 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:43.320691+0000 mon.smithi119 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:44.068 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:43.321329+0000 mon.smithi119 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T09:31:44.068 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:43 smithi145 conmon[88257]: audit 2023-12-08T09:31:43.321843+0000 mon.smithi119 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.756393+0000 mon.smithi119 (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=smithi145", "root=default"]}]': finished 2023-12-08T09:31:44.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: cluster 2023-12-08T09:31:42.756457+0000 mon.smithi119 (mon.0) 352 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T09:31:44.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.756820+0000 mon.smithi119 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:44.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.757146+0000 mon.smithi119 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:44.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.757369+0000 mon.smithi119 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:44.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.757572+0000 mon.smithi119 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:44.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.757807+0000 mon.smithi119 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:44.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.757982+0000 mon.smithi119 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:44.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.758142+0000 mon.smithi119 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:44.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.758307+0000 mon.smithi119 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:44.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.763680+0000 mon.smithi119 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:44.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:42.948156+0000 mon.smithi119 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.119:0/3134078910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:44.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:43.320691+0000 mon.smithi119 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:44.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:43.321329+0000 mon.smithi119 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T09:31:44.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:43 smithi119 conmon[83797]: audit 2023-12-08T09:31:43.321843+0000 mon.smithi119 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:44.931 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: cluster 2023-12-08T09:31:42.179821+0000 osd.0 (osd.0) 1 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: cluster 2023-12-08T09:31:42.179894+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: cluster 2023-12-08T09:31:43.187037+0000 mgr.smithi119.jffuim (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: cephadm 2023 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: -12-08T09:31:43.322330+0000 mgr.smithi119.jffuim (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi145 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 08T09:31:43.762726+0000 mon.smithi119 2023-12-08T09:31:45.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: (mon.0) 366 : audit [DBG] 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: cluster 2023 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: -12-08T09:31:43. 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 765833+0000 mon.smithi119 (mon.0) 367 : 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: cluster [INF] osd.0 [v2:172.21.15.145:6800/4062837577,v1:172.21.15.145:6801/4062837577] boot 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: cluster 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 2023-12-08T09:31:43 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: .765874+0000 mon.smithi119 (mon.0) 368 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: -12-08T09:31:43. 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 766691+0000 mon.smithi119 (mon.0) 369 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023-12-08T09:31:45.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 2023-12-08T09:31: 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 43.766968+0000 mon.smithi119 (mon.0 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: ) 370 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 12-08T09:31:43.767152 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 371 : 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: -08T09:31:43.767319+0000 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: mon.smithi119 (mon.0) 372 : audit 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 12-08T09:31:43. 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 770022+0000 mon.smithi119 (mon.0) 373 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:31:45.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 08T09:31:43.770191+0000 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: mon.smithi119 (mon.0) 374 : audit 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 2023-12-08T09:31 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: :43.770374+0000 mon.smithi119 (mon 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: .0) 375 : audit [DBG] 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: -12-08T09:31:43 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: .770540+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 376 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 12-08T09:31:44. 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 548997+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:45.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 377 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: -08T09:31:44.549644+0000 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: mon.smithi119 (mon.0) 378 : audit 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: audit 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: 2023-12-08T09:31 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: :44.550146+0000 mon.smithi119 (mon 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: .0) 379 : audit [DBG] 2023-12-08T09:31:45.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:44 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: cluster 2023-12-08T09:31:42.179821+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: cluster 2023-12-08T09:31:42.179894+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: cluster 2023-12-08T09:31:43.187037+0000 mgr.smithi119.jffuim (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:43.322330+0000 mgr.smithi119.jffuim (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi145 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08T09:31:43.762726+0000 mon.smithi119 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: cluster 2023-12-08T09:31:43.765833+0000 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: mon.smithi119 (mon.0) 367 : cluster [INF] osd.0 [v2:172.21.15.145:6800/4062837577,v1:172.21.15.145:6801/4062837577] boot 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: cluster 2023-12-08T09:31:43.765874+0000 mon.smithi119 (mon.0) 368 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:45.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 09:31:43.766691+0000 mon.smithi119 (mon.0) 369 : audit 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: -08T09:31:43.766968+0000 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: mon.smithi119 (mon.0) 370 : 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 2023-12-08T09 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: :31:43.767152+0000 mon.smithi119 ( 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: T09:31:43.767319+0000 mon.smithi119 (mon.0 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: ) 372 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08T09:31: 2023-12-08T09:31:45.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 43.770022+0000 mon.smithi119 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: -08T09:31:43.770191+0000 mon.smithi119 ( 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: :31:43.770374+0000 mon.smithi119 ( 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: mon.0) 375 : audit [DBG] 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 2023-12-08T 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 09:31:43.770540+0000 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: mon.smithi119 (mon.0) 376 : audit [DBG] 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08T09:31:45.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 2023-12-08T09:31:44 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: .548997+0000 mon.smithi119 (mon.0) 377 : audit 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12-08T09:31 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: :44.549644+0000 mon.smithi119 (mon. 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: 0) 378 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: -08T09:31:44.550146 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 379 : 2023-12-08T09:31:45.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:44 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:44.550651+0000 mgr.smithi119.jffuim (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.3 on smithi119 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: cluster 2023-12-08T09:31:44.777816+0000 mon.smithi119 (mon.0) 380 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 2023-12-08T09:31:44.777943+0000 mon.smithi119 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: -08T09:31:44.778175 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 382 : 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:45.948 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 2023-12-08T09:31: 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 44.778330+0000 mon.smithi119 (mon.0 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: ) 383 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 2023-12-08T09:31: 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 44.778478+0000 mon.smithi119 (mon.0 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: ) 384 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 2023-12-08T09:31: 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 44.778619+0000 mon.smithi119 (mon.0 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: ) 385 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: -08T09:31:44.778776+0000 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: mon.smithi119 (mon.0) 386 : 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:45.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:45.950 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 12-08T09:31:44. 2023-12-08T09:31:45.950 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 778924+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:45.950 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:45 smithi119 conmon[83797]: 387 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:44.550651+0000 mgr.smithi119.jffuim (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.3 on smithi119 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: cluster 2023-12-08T09:31:44.777816+0000 mon.smithi119 (mon.0) 380 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: audit 2023-12-08T09:31:44.777943+0000 mon.smithi119 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: audit 2023-12-08T09:31:44.778175+0000 mon.smithi119 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: audit 2023-12-08T09:31:44.778330+0000 mon.smithi119 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: audit 2023-12-08T09:31:44.778478+0000 mon.smithi119 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: audit 2023-12-08T09:31:44.778619+0000 mon.smithi119 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: audit 2023-12-08T09:31:44.778776+0000 mon.smithi119 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:46.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:45 smithi145 conmon[88257]: audit 2023-12-08T09:31:44.778924+0000 mon.smithi119 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:46.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:46 smithi119 conmon[83797]: cluster 2023-12-08T09:31:45.187389+0000 mgr.smithi119.jffuim (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:31:46.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:46 smithi119 conmon[83797]: audit 2023-12-08T09:31:46.496084+0000 mon.smithi145 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/4211007720,v1:172.21.15.145:6809/4211007720]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T09:31:46.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:46 smithi119 conmon[83797]: audit 2023-12-08T09:31:46.496417+0000 mon.smithi119 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T09:31:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:46 smithi145 conmon[88257]: cluster 2023-12-08T09:31:45.187389+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:31:47.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:46 smithi145 conmon[88257]: .14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:31:47.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:46 smithi145 conmon[88257]: audit 2023-12-08T09:31:46.496084+0000 mon.smithi145 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/4211007720,v1:172.21.15.145:6809/4211007720]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T09:31:47.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:46 smithi145 conmon[88257]: audit 2023-12-08T09:31:46. 2023-12-08T09:31:47.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:46 smithi145 conmon[88257]: 496417+0000 mon.smithi119 (mon.0) 388 : 2023-12-08T09:31:47.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:46 smithi145 conmon[88257]: audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T09:31:47.919 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:48.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: cluster 2023-12-08T09:31:47.187650+0000 2023-12-08T09:31:48.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:31:48.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T09:31:47.236265+0000 mon.smithi119 2023-12-08T09:31:48.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T09:31:48.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: cluster 2023-12-08T09:31:47.236325+0000 2023-12-08T09:31:48.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: mon.smithi119 (mon.0) 390 : cluster [DBG] 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: osdmap e18: 8 total, 1 up, 8 in 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 09:31:47.236462+0000 mon.smithi119 (mon. 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 0) 391 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T09: 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 31:47.236876+0000 mon.smithi119 (mon.0 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: ) 392 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 2023-12-08T09:31:47.237090 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 393 : audit 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 12-08T09:31:47.237306+0000 mon.smithi119 ( 2023-12-08T09:31:48.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: mon.0) 394 : audit [DBG] 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 08T09:31:47.237497+0000 mon.smithi119 (mon 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: .0) 395 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T09:31 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: :47.237689+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 396 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 2023-12-08T09:31:47.237881 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 397 : 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 2023-12-08T09:31:47.239276 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: +0000 mon.smithi145 (mon.1) 13 : 2023-12-08T09:31:48.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit [INF] from='osd.2 [v2:172.21.15.145:6808/4211007720,v1:172.21.15.145:6809/4211007720]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: -12-08T09:31:47.239539+0000 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: mon.smithi119 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: :31:47.725654+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 399 : audit [INF] from='osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 2023-12-08T09: 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: 31:47.917712+0000 mon.smithi119 ( 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: mon.0) 400 : audit 2023-12-08T09:31:48.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:48 smithi145 conmon[88257]: [DBG] from='client.? 172.21.15.119:0/2021262003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:48.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: cluster 2023-12-08T09:31:47.187650+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:31:48.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:31:48.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12-08T09:31:47.236265+0000 mon.smithi119 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T09:31:48.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: cluster 2023-12-08T09:31:47.236325+0000 mon.smithi119 2023-12-08T09:31:48.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: (mon.0) 390 : cluster [DBG] 2023-12-08T09:31:48.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: osdmap e18: 8 total, 1 up, 8 in 2023-12-08T09:31:48.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 08T09:31:47.236462 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 391 : 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 12-08T09:31:47.236876+0000 mon.smithi119 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: (mon.0) 392 : audit [DBG] 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: T09:31:47.237090+0000 mon.smithi119 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12-08T09:31:47.237306 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 394 : audit [DBG] 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:31:48.565 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: T09:31:47.237497+0000 mon.smithi119 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: (mon.0) 395 : audit [DBG] 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 08T09:31:47.237689+0000 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: mon.smithi119 (mon.0) 396 : audit 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 2023-12-08T09:31: 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 47.237881+0000 mon.smithi119 (mon.0 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: ) 397 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 12-08T09:31:47.239276+0000 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: mon.smithi145 (mon.1) 13 : audit 2023-12-08T09:31:48.566 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: [INF] from='osd.2 [v2:172.21.15.145:6808/4211007720,v1:172.21.15.145:6809/4211007720]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 09:31:47.239539+0000 mon.smithi119 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: (mon.0) 398 : audit [INF] 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 08T09:31:47.725654+0000 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: mon.smithi119 (mon.0) 399 : 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit [INF] from='osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 12-08T09:31:47. 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: 917712+0000 mon.smithi119 (mon.0 2023-12-08T09:31:48.567 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:48 smithi119 conmon[83797]: ) 400 : audit [DBG] from='client.? 172.21.15.119:0/2021262003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:48.762 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1702027903,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:31:49.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.237578+0000 mon.smithi119 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-12-08T09:31:49.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.237668+0000 mon.smithi119 (mon.0) 402 : audit [INF] from='osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T09:31:49.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: cluster 2023-12-08T09:31:48.237719+0000 mon.smithi119 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.238074+0000 mon.smithi119 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.238382+0000 mon.smithi119 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.238527+0000 mon.smithi119 (mon.0) 406 : audit [INF] from='osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.238721+0000 mon.smithi119 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.238853+0000 mon.smithi119 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.238972+0000 mon.smithi119 (mon.0) 409 : audit 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.239088+0000 mon.smithi119 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.239222+0000 mon.smithi119 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.247321+0000 mon.smithi119 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:48.711274+0000 mon.smithi119 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09: 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 31:48.711949+0000 mon.smithi119 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T09:31:49.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 09:31:48.712600+0000 mon.smithi119 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: cephadm 2023-12-08 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: T09:31:48.713142+0000 mgr.smithi119.jffuim (mgr.14180) 96 : cephadm [INF] 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: Deploying daemon osd.6 on smithi145 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 2023-12-08T09:31:49.238967 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 416 2023-12-08T09:31:49.462 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: : audit [INF] from='osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: cluster 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 2023-12-08T09:31 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: :49.239023+0000 mon.smithi119 (mon 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: .0) 417 : cluster [INF] 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: osd.2 [v2:172.21.15.145:6808/4211007720,v1:172.21.15.145:6809/4211007720] boot 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: cluster 2023-12-08T09:31 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: :49.239047+0000 mon.smithi119 (mon.0) 418 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: :31:49.239171+0000 mon.smithi119 (mon.0 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: ) 419 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: -08T09:31:49.239683 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 420 : audit [DBG] 2023-12-08T09:31:49.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 09:31:49.240225+0000 mon.smithi119 ( 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: -12-08T09:31: 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 49.240419+0000 mon.smithi119 (mon.0) 422 : 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 2023-12-08T09:31 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: :49.240587+0000 mon.smithi119 (mon.0) 423 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: -08T09:31:49. 2023-12-08T09:31:49.464 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: 240742+0000 mon.smithi119 (mon.0) 424 : 2023-12-08T09:31:49.465 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:49.465 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:49.465 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: -08T09:31:49.240899 2023-12-08T09:31:49.465 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 425 : audit [DBG] 2023-12-08T09:31:49.465 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:49.465 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:31:49.465 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: :31:49.242632+0000 mon.smithi119 (mon.0 2023-12-08T09:31:49.465 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:49 smithi145 conmon[88257]: ) 426 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:49.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:48 2023-12-08T09:31:49.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: .237578+0000 mon.smithi119 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-12-08T09:31:49.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 2023-12-08T09:31:48.237668+0000 mon.smithi119 (mon.0) 402 : audit [INF] 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: from='osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: cluster 2023-12-08T09:31 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: :48.237719+0000 mon.smithi119 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 2023-12-08T09:31 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: :48.238074+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 404 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:48.238382+0000 mon.smithi119 (mon. 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 0) 405 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: :31:48.238527+0000 mon.smithi119 (mon.0) 406 : audit [INF] 2023-12-08T09:31:49.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: from='osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 09:31:48.238721+0000 mon.smithi119 ( 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: :31:48.238853+0000 mon.smithi119 (mon.0) 408 : audit 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 2023-12-08T09:31:48.238972+0000 mon.smithi119 (mon. 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 0) 409 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:49.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 12-08T09:31:48.239088+0000 mon.smithi119 (mon.0) 410 : 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 2023-12-08T09:31:48.239222+0000 mon.smithi119 (mon.0) 411 : audit 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 2023-12-08T09:31:48.247321+0000 mon.smithi119 (mon.0) 412 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 2023-12-08T09:31:48.711274+0000 mon.smithi119 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: :31:48.711949+0000 mon.smithi119 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:49.628 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 09:31:48.712600+0000 mon.smithi119 (mon.0) 415 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: cephadm 2023-12-08T09:31 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: :48.713142+0000 mgr.smithi119.jffuim (mgr.14180) 96 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: : cephadm [INF] Deploying daemon osd.6 on smithi145 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 12-08T09:31:49. 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 238967+0000 mon.smithi119 (mon.0) 416 : audit 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: [INF] from='osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: cluster 2023-12-08T09: 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 31:49.239023+0000 mon.smithi119 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.145:6808/4211007720,v1:172.21.15.145:6809/4211007720] boot 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: cluster 2023-12 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: -08T09:31:49.239047+0000 mon.smithi119 2023-12-08T09:31:49.629 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 09:31:49.239171+0000 mon.smithi119 (mon.0) 419 : 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 2023-12-08T09:31:49.239683+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 420 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: :49.240225+0000 mon.smithi119 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 09:31:49.240419+0000 mon.smithi119 (mon.0) 422 : audit [DBG] 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: -08T09:31:49.240587+0000 mon.smithi119 (mon.0) 423 : audit [DBG] 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:49.630 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31: 2023-12-08T09:31:49.631 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 49.240742+0000 mon.smithi119 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:49.631 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12-08T09:31: 2023-12-08T09:31:49.631 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 49.240899+0000 mon.smithi119 (mon.0) 425 : audit [DBG] 2023-12-08T09:31:49.631 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:49.631 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:49.631 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: 08T09:31:49.242632+0000 mon.smithi119 ( 2023-12-08T09:31:49.631 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:49 smithi119 conmon[83797]: mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:49.763 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:50 smithi145 conmon[88257]: cluster 2023-12-08T09:31:47 2023-12-08T09:31:50.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:50 smithi145 conmon[88257]: .504459+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:50.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:50 smithi145 conmon[88257]: cluster 2023-12-08T09:31:47.504571+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:50.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:50 smithi145 conmon[88257]: cluster 2023-12-08T09:31:49.188001+0000 mgr.smithi119.jffuim (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:31:50.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:50 smithi145 conmon[88257]: audit 2023-12-08T09:31:50.242524+0000 mon.smithi119 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:50.853 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:50 smithi119 conmon[83797]: cluster 2023-12-08T09:31:47.504459 2023-12-08T09:31:50.853 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:50 smithi119 conmon[83797]: +0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:50.853 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:50 smithi119 conmon[83797]: cluster 2023-12-08T09:31:47.504571+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:50.853 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:50 smithi119 conmon[83797]: cluster 2023-12-08T09:31:49.188001+0000 mgr.smithi119.jffuim (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:31:50.853 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:50 smithi119 conmon[83797]: audit 2023-12-08T09:31:50.242524+0000 mon.smithi119 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:51.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: cluster 2023-12-08T09:31:48.684309+0000 osd.1 (osd.1) 1 2023-12-08T09:31:51.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:51.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: cluster 2023-12-08T09:31:48.684364+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:51.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: cluster 2023-12-08T09:31:50.248216+0000 mon.smithi119 (mon.0) 428 : cluster [INF] osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487] boot 2023-12-08T09:31:51.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: cluster 2023-12-08T09:31:50.248244+0000 mon.smithi119 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:50.248535+0000 mon.smithi119 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:50.248825+0000 mon.smithi119 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:50.249051+0000 mon.smithi119 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:50.249241+0000 mon.smithi119 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:50.249424+0000 mon.smithi119 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:50.249603+0000 mon.smithi119 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:50.249833+0000 mon.smithi119 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 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-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:51.249864+0000 mon.smithi119 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 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-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: cluster 2023-12-08T09:31:51.249923+0000 mon.smithi119 (mon.0) 438 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: 2023-12-08T09:31:51.250057+0000 mon.smithi119 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:51.250410+0000 mon.smithi119 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:51.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: 09:31:51.250688+0000 mon.smithi119 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: 2023-12-08T09:31: 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: 51.250927+0000 mon.smithi119 (mon.0) 442 : 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: 08T09:31:51.251124+0000 mon.smithi119 ( 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: audit 2023-12-08T09: 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: 31:51.251700+0000 mon.smithi119 (mon.0) 444 2023-12-08T09:31:51.627 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:51 smithi119 conmon[83797]: : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T09:31:51.735 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: cluster 2023-12-08T09:31:48.684309+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: cluster 2023-12-08T09:31:48.684364+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: cluster 2023-12-08T09:31:50.248216+0000 mon.smithi119 (mon.0) 428 : cluster [INF] osd.1 [v2:172.21.15.119:6802/4250315487,v1:172.21.15.119:6803/4250315487] boot 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: cluster 2023-12-08T09:31:50.248244+0000 mon.smithi119 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:50.248535+0000 mon.smithi119 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:50.248825+0000 mon.smithi119 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:50 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: .249051+0000 mon.smithi119 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:50.249241+0000 mon.smithi119 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:50.249424+0000 mon.smithi119 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:50.249603+0000 mon.smithi119 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:50.249833+0000 mon.smithi119 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 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-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:51.249864 2023-12-08T09:31:51.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 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-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: cluster 2023-12-08T09 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: :31:51.249923+0000 mon.smithi119 (mon.0) 438 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: 2023-12-08T09:31:51 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: .250057+0000 mon.smithi119 (mon.0) 439 : audit 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: -08T09:31:51.250410+0000 mon.smithi119 (mon 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: .0) 440 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: 2023-12-08T09:31:51 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: .250688+0000 mon.smithi119 (mon.0) 441 : audit 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:51.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:51.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: T09:31:51.250927+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:51.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: 442 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:51.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T09:31:51.251124 2023-12-08T09:31:51.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:51.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: 2023-12-08T09:31:51.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:51.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: 09:31:51.251700+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:51.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:51 smithi145 conmon[88257]: 444 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T09:31:52.558 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: cluster 2023-12-08T09:31:51.188395+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: .14180) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12-08T09:31:51.910024+0000 mon.smithi145 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/2901707189,v1:172.21.15.145:6817/2901707189]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12-08T09: 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 31:51.910425+0000 mon.smithi119 (mon.0) 445 : 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:31:52.688 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: T09:31:51.993641+0000 mon.smithi119 (mon.0 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: ) 446 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 08T09:31:51.994314+0000 mon.smithi119 (mon.0) 447 : 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12-08T09: 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 31:51.994866+0000 mon.smithi119 (mon.0) 448 : audit 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 09:31:52.251556+0000 mon.smithi119 (mon.0 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: ) 449 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 08T09:31:52.251643+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:52.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: -12-08T09:31:52.251726+0000 mon.smithi119 (mon. 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 0) 451 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: -12-08T09:31:52.251945 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 452 : 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: -12-08T09:31:52.252224+0000 mon.smithi119 (mon 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: .0) 453 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:52.690 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: -12-08T09:31:52.252394+0000 mon.smithi145 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/2901707189,v1:172.21.15.145:6817/2901707189]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 12-08T09:31:52.252413+0000 mon.smithi119 ( 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: mon.0) 454 : audit [DBG] 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 2023-12-08T09 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: :31:52.252566+0000 mon.smithi119 ( 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: mon.0) 455 : audit [DBG] 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:52.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12-08T09:31:52.692 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 2023-12-08T09:31:52 2023-12-08T09:31:52.692 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: .252803+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:52.692 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 456 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:52.692 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:52.692 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: 08T09:31:52.253013+0000 mon.smithi119 (mon.0 2023-12-08T09:31:52.692 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:52 smithi119 conmon[83797]: ) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: cluster 2023-12-08T09:31:51.188395+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: ) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12-08T09:31:51.910024+0000 mon.smithi145 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/2901707189,v1:172.21.15.145:6817/2901707189]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12-08T09:31:51.910425+0000 mon.smithi119 (mon.0 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: ) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 2023-12-08T09:31:51.993641 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 446 : audit [INF] 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:52.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 09:31:51.994314+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 447 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 2023-12-08T09:31:51.994866+0000 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: mon.smithi119 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: -08T09:31:52.251556+0000 mon.smithi119 (mon 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: .0) 449 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12-08T09:31 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: :52.251643+0000 mon.smithi119 (mon.0) 450 : 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: cluster 2023-12-08T09 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: :31:52.251726+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:52.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 451 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 08T09:31:52.251945+0000 mon.smithi119 (mon. 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 0) 452 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 08T09:31:52.252224+0000 mon.smithi119 (mon 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: .0) 453 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: -08T09:31:52.252394+0000 mon.smithi145 ( 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/2901707189,v1:172.21.15.145:6817/2901707189]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 12-08T09:31:52.252413+0000 mon.smithi119 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 12-08T09:31:52.252566+0000 mon.smithi119 ( 2023-12-08T09:31:52.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:52.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:31:52.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 12-08T09:31:52.252803+0000 mon.smithi119 ( 2023-12-08T09:31:52.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:52.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:52.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: -12-08T09:31: 2023-12-08T09:31:52.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: 52.253013+0000 mon.smithi119 (mon.0) 457 : audit 2023-12-08T09:31:52.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:52 smithi145 conmon[88257]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:53.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:51.995356+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:31:53.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: 14180) 99 : cephadm [INF] Deploying daemon osd.5 on smithi119 2023-12-08T09:31:53.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit 2023-12-08T09:31:52.556920+0000 mon.smithi119 (mon.0) 458 : audit [DBG] from='client.? 172.21.15.119:0/1797434969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:53.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit 2023-12-08T09:31:53.252384+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:53.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-12-08T09:31:53.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: cluster 2023-12-08T09: 2023-12-08T09:31:53.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: 31:53.252475+0000 mon.smithi119 (mon.0) 460 : 2023-12-08T09:31:53.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-08T09:31:53.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit 2023-12-08T09: 2023-12-08T09:31:53.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: 31:53.252583+0000 mon.smithi119 (mon.0) 461 : 2023-12-08T09:31:53.508 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:53.834 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:51.995356+0000 mgr.smithi119.jffuim (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.5 on smithi119 2023-12-08T09:31:53.834 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: audit 2023-12-08T09:31:52.556920+0000 mon.smithi119 (mon.0) 458 : audit [DBG] from='client.? 172.21.15.119:0/1797434969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:53.834 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: audit 2023-12-08T09:31:53.252384+0000 mon.smithi119 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-12-08T09:31:53.834 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: cluster 2023-12-08T09:31:53.252475+0000 mon.smithi119 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-08T09:31:53.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: audit 2023-12-08T09:31:53.252583+0000 mon.smithi119 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:53.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: audit 2023-12-08T09:31:53.252851+0000 mon.smithi119 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:53.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: audit 2023-12-08T09:31:53.253006+0000 mon.smithi119 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:53.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: audit 2023-12-08T09:31:53.253175+0000 mon.smithi119 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:53.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:53.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: 12-08T09:31:53.253384+0000 mon.smithi119 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:53.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:53 smithi119 conmon[83797]: audit 2023-12-08T09:31:53.256389+0000 mon.smithi119 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:53.850 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1702027910,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:31:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit 2023-12-08T09:31: 2023-12-08T09:31:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: 53.252851+0000 mon.smithi119 (mon.0) 462 : audit 2023-12-08T09:31:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit 2023-12-08T09:31:53 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: .253006+0000 mon.smithi119 (mon.0) 463 : audit 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit 2023-12-08T09:31:53 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: .253175+0000 mon.smithi119 (mon.0) 464 : audit 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit 2023-12-08T09:31:53. 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: 253384+0000 mon.smithi119 (mon.0) 465 : audit [DBG] 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: 2023-12-08T09:31:53.256389+0000 mon.smithi119 (mon.0) 466 : 2023-12-08T09:31:54.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:53 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:54.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: cluster 2023-12-08T09:31:53.188803+0000 mgr.smithi119.jffuim (mgr.14180) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T09:31:54.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: audit 2023-12-08T09:31:54.175265+0000 mon.smithi119 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:54.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: cluster 2023-12-08T09:31:54.258128+0000 mon.smithi119 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.145:6816/2901707189,v1:172.21.15.145:6817/2901707189] boot 2023-12-08T09:31:54.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: cluster 2023-12-08T09:31:54.258159+0000 mon.smithi119 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-08T09:31:54.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: audit 2023-12-08T09:31:54.258292+0000 mon.smithi119 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:54.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: audit 2023-12-08T09:31:54.258575+0000 mon.smithi119 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:54.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: audit 2023-12-08T09:31:54.258783+0000 2023-12-08T09:31:54.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: mon.smithi119 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:54.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: audit 2023-12-08T09:31:54.258959+0000 mon.smithi119 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:54.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:54 smithi145 conmon[88257]: audit 2023-12-08T09:31:54.259132+0000 mon.smithi119 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:54.852 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:31:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: cluster 2023-12-08T09:31:53.188803+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:31:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: 100 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T09:31:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: audit 2023-12-08T09:31:54.175265+0000 mon.smithi119 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:54.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: cluster 2023-12-08T09:31:54.258128+0000 mon.smithi119 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.145:6816/2901707189,v1:172.21.15.145:6817/2901707189] boot 2023-12-08T09:31:54.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: cluster 2023-12-08T09:31:54.258159+0000 mon.smithi119 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-08T09:31:54.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: audit 2023-12-08T09:31:54.258292+0000 mon.smithi119 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:54.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: audit 2023-12-08T09:31:54.258575+0000 mon.smithi119 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:31:54.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: audit 2023-12-08T09:31:54.258783+0000 mon.smithi119 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:54.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: audit 2023-12-08T09:31:54.258959+0000 mon.smithi119 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:54.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:54 smithi119 conmon[83797]: audit 2023-12-08T09:31:54.259132+0000 mon.smithi119 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:55.765 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:55 smithi119 conmon[83797]: cluster 2023-12-08T09:31:52.939581+0000 osd.4 (osd.4) 1 : cluster [DBG] 2023-12-08T09:31:55.765 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:55 smithi119 conmon[83797]: purged_snaps scrub starts 2023-12-08T09:31:55.765 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:55 smithi119 conmon[83797]: cluster 2023-12-08T09:31:52.939645+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:55.765 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:55 smithi119 conmon[83797]: audit 2023-12-08T09:31:54.932978+0000 mon.smithi119 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T09:31:55.866 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:55 smithi145 conmon[88257]: cluster 2023-12-08T09:31:52.939581+0000 osd.4 2023-12-08T09:31:55.866 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:55 smithi145 conmon[88257]: (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:55.866 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:55 smithi145 conmon[88257]: cluster 2023-12-08T09:31:52.939645+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:55.866 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:55 smithi145 conmon[88257]: audit 2023-12-08T09:31:54.932978+0000 mon.smithi119 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T09:31:56.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: cluster 2023-12-08T09:31:55. 2023-12-08T09:31:56.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: 189219+0000 mgr.smithi119.jffuim (mgr.14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T09:31:56.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: audit 2023-12-08T09:31:55.512660+0000 mon.smithi119 (mon.0) 476 : audit [INF] from='osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T09:31:56.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: cluster 2023-12-08T09:31:55.512705+0000 mon.smithi119 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-08T09:31:56.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: audit 2023-12-08T09:31:55.512813+0000 mon.smithi119 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:56.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: audit 2023-12-08T09:31:55.513112+0000 mon.smithi119 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:56.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: audit 2023-12-08T09:31:55.513272+0000 mon.smithi119 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:56.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: audit 2023-12-08T09:31:55.513447+0000 mon.smithi119 (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2023-12-08T09:31:56.855 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:56 smithi119 conmon[83797]: audit 2023-12-08T09:31:55.513651+0000 mon.smithi119 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:56 smithi145 conmon[88257]: cluster 2023-12-08T09:31:55.189219+0000 mgr.smithi119.jffuim (mgr.14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T09:31:57.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:56 smithi145 conmon[88257]: audit 2023-12-08T09:31:55.512660+0000 mon.smithi119 (mon.0) 476 : audit [INF] from='osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T09:31:57.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:56 smithi145 conmon[88257]: cluster 2023-12-08T09:31:55.512705+0000 mon.smithi119 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-08T09:31:57.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:56 smithi145 conmon[88257]: audit 2023-12-08T09:31:55.512813+0000 mon.smithi119 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:57.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:56 smithi145 conmon[88257]: audit 2023-12-08T09:31:55.513112+0000 mon.smithi119 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:57.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:56 smithi145 conmon[88257]: audit 2023-12-08T09:31:55.513272+0000 mon.smithi119 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:57.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:56 smithi145 conmon[88257]: audit 2023-12-08T09:31:55.513447+0000 mon.smithi119 (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2023-12-08T09:31:57.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:56 smithi145 conmon[88257]: audit 2023-12-08T09:31:55.513651+0000 mon.smithi119 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:57.254 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:31:57.526 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08T09:31:56.518351+0000 mon.smithi119 ( 2023-12-08T09:31:57.526 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2023-12-08T09:31:57.526 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: cluster 2023-12-08T09:31:56.518429+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: :31:56.518754+0000 mon.smithi119 (mon.0 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: ) 485 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: -12-08T09:31: 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 56.519054+0000 mon.smithi119 (mon.0) 486 : 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 08T09:31:56.519582+0000 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: mon.smithi119 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 2023-12-08T09:31:56. 2023-12-08T09:31:57.527 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 519863+0000 mon.smithi119 (mon.0) 488 : audit 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: :31:56.523538+0000 mon.smithi119 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 2023-12-08T09:31:57 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: .223844+0000 mon.smithi119 (mon.0) 490 : audit 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: T09:31:57.252486+0000 mon.smithi119 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: (mon.0) 491 : audit [DBG] from='client.? 172.21.15.119:0/3138764961' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: -12-08T09:31:57 2023-12-08T09:31:57.528 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: .341530+0000 mon.smithi145 (mon.1) 16 : 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit [INF] from='osd.6 [v2:172.21.15.145:6824/2438959150,v1:172.21.15.145:6825/2438959150]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 08T09:31:57.341827+0000 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: mon.smithi119 (mon.0) 492 : audit [INF] 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: cluster 2023-12-08T09 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: :31:57.518017+0000 mon.smithi119 (mon. 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 0) 493 : cluster [INF] osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392] boot 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 12-08T09:31:57. 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 518075+0000 mon.smithi119 (mon.0) 494 : audit 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: cluster 2023-12- 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 08T09:31:57.518158+0000 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: mon.smithi119 (mon.0) 495 : cluster [DBG] 2023-12-08T09:31:57.529 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: osdmap e28: 8 total, 5 up, 8 in 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 2023-12-08T09:31: 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 57.518448+0000 mon.smithi119 (mon.0) 496 : 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 08T09:31:57.518752+0000 mon.smithi119 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:57.530 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: -12-08T09:31: 2023-12-08T09:31:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 57.518837+0000 mon.smithi145 (mon.1) 17 : audit 2023-12-08T09:31:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: [INF] from='osd.6 [v2:172.21.15.145:6824/2438959150,v1:172.21.15.145:6825/2438959150]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 09:31:57.518890+0000 mon.smithi119 ( 2023-12-08T09:31:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023-12-08T09:31:57.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 2023-12-08T09:31 2023-12-08T09:31:57.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: :57.519098+0000 mon.smithi119 (mon.0 2023-12-08T09:31:57.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: ) 499 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:57.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:57.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: 12-08T09:31:57 2023-12-08T09:31:57.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: .519427+0000 mon.smithi119 (mon.0) 500 : audit 2023-12-08T09:31:57.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:57 smithi119 conmon[83797]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:58.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:56.518351+0000 mon.smithi119 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2023-12-08T09:31:58.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: cluster 2023-12-08T09:31:58.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09:31:56.518429+0000 mon.smithi119 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-08T09:31:58.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:56.518754+0000 mon.smithi119 (mon.0 2023-12-08T09:31:58.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: ) 485 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09:31 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: :56.519054+0000 mon.smithi119 (mon.0) 486 : 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09:31: 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 56.519582+0000 mon.smithi119 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09:31 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: :56.519863+0000 mon.smithi119 (mon.0) 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 488 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: -08T09:31:56.523538+0000 2023-12-08T09:31:58.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: mon.smithi119 (mon.0) 489 : audit [DBG] 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: :31:57.223844+0000 mon.smithi119 (mon.0 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: ) 490 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09:31: 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 57.252486+0000 mon.smithi119 (mon.0) 491 : 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit [DBG] from='client.? 172.21.15.119:0/3138764961' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 08T09:31:57.341530+0000 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: mon.smithi145 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/2438959150,v1:172.21.15.145:6825/2438959150]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09:31 2023-12-08T09:31:58.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: :57.341827+0000 mon.smithi119 (mon.0) 492 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: cluster 2023-12- 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 08T09:31:57.518017+0000 mon.smithi119 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: (mon.0) 493 : cluster [INF] osd.3 [v2:172.21.15.119:6810/67658392,v1:172.21.15.119:6811/67658392] boot 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: -12-08T09:31: 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 57.518075+0000 mon.smithi119 (mon.0) 494 : 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: cluster 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09: 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 31:57.518158+0000 mon.smithi119 (mon.0 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: ) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:58.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: -12-08T09:31: 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 57.518448+0000 mon.smithi119 (mon.0) 496 : 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08T09:31: 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 57.518752+0000 mon.smithi119 (mon.0) 497 : 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: -08T09:31:57.518837 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: +0000 mon.smithi145 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/2438959150,v1:172.21.15.145:6825/2438959150]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 2023-12-08 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: T09:31:57.518890+0000 mon.smithi119 (mon 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: .0) 498 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:58.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:58.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: -12-08T09:31:57.519098 2023-12-08T09:31:58.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 499 : audit [DBG] 2023-12-08T09:31:58.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:58.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:31:58.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: 09:31:57.519427+0000 mon.smithi119 ( 2023-12-08T09:31:58.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:57 smithi145 conmon[88257]: mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-12-08T09:31:58.499 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":27,"num_osds":8,"num_up_osds":4,"osd_up_since":1702027914,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:31:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: cluster 2023-12-08T09:31:55.953203+0000 2023-12-08T09:31:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: cluster 2023-12-08T09: 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: 31:55.953265+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: -12-08T09:31:57.189543+0000 mgr.smithi119.jffuim 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: audit 2023 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: -12-08T09:31:58.519275+0000 mon.smithi119 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: (mon.0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: -12-08T09:31:58.519363+0000 mon.smithi119 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: 09:31:58.519500+0000 mon.smithi119 (mon.0) 503 : 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:58.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:31:58.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: 09:31:58.519790+0000 mon.smithi119 (mon.0 2023-12-08T09:31:58.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: ) 504 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:58.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: audit 2023-12- 2023-12-08T09:31:58.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: 08T09:31:58.519946+0000 mon.smithi119 ( 2023-12-08T09:31:58.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:58.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: audit 2023- 2023-12-08T09:31:58.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: 12-08T09:31:58.526715+0000 mon.smithi119 2023-12-08T09:31:58.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:31:58 smithi119 conmon[83797]: (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: cluster 2023-12-08T09:31:55.953203+0000 osd.3 (osd.3) 1 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: cluster 2023-12-08T09:31:55.953265+0000 osd.3 (osd.3) 2 : 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: cluster [DBG] purged_snaps scrub ok 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: cluster 2023-12-08T 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: 09:31:57.189543+0000 mgr.smithi119.jffuim ( 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: -12-08T09:31:58 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: .519275+0000 mon.smithi119 (mon.0) 501 : audit 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: cluster 2023-12-08T 2023-12-08T09:31:59.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: 09:31:58.519363+0000 mon.smithi119 (mon 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: .0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: -12-08T09:31:58. 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: 519500+0000 mon.smithi119 (mon.0) 503 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: -12-08T09:31:58 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: .519790+0000 mon.smithi119 (mon.0) 504 : audit 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: T09:31:58.519946+0000 mon.smithi119 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: audit 2023 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: -12-08T09:31:58 2023-12-08T09:31:59.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: .526715+0000 mon.smithi119 (mon.0) 506 : audit 2023-12-08T09:31:59.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:31:58 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:31:59.501 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:32:00.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: audit 2023-12-08T09:31:59.054507+0000 mon.smithi119 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:00.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: audit 2023-12-08T09:31:59.055171+0000 mon.smithi119 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T09:32:00.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: audit 2023-12-08T09:31:59.055760+0000 mon.smithi119 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:32:00.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: cephadm 2023-12-08T09:31:59.056254+0000 mgr.smithi119.jffuim (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.7 on smithi119 2023-12-08T09:32:00.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: cluster 2023-12-08T09:31:59.189869+0000 mgr.smithi119.jffuim (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T09:32:00.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: cluster 2023-12-08T09:31:59.520704+0000 mon.smithi119 (mon.0) 510 : cluster [INF] osd.6 [v2:172.21.15.145:6824/2438959150,v1:172.21.15.145:6825/2438959150] boot 2023-12-08T09:32:00.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: cluster 2023-12-08T09:31:59.520749+0000 mon.smithi119 (mon.0) 511 : cluster 2023-12-08T09:32:00.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-08T09:32:00.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: audit 2023-12-08T09:31:59.520899+0000 mon.smithi119 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:00.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: audit 2023-12-08T09:31:59.521276+0000 mon.smithi119 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:32:00.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:00 smithi119 conmon[83797]: audit 2023-12-08T09:31:59.521474+0000 mon.smithi119 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: audit 2023-12-08T09:31:59.054507+0000 mon.smithi119 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: audit 2023-12-08T09:31:59.055171+0000 mon.smithi119 ( 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: audit 2023-12-08T09:31:59.055760+0000 mon.smithi119 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: cephadm 2023-12-08T09:31:59.056254+0000 mgr.smithi119.jffuim (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.7 on smithi119 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: cluster 2023-12-08T09:31:59.189869+0000 mgr.smithi119.jffuim (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: cluster 2023-12 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: -08T09:31:59.520704+0000 mon.smithi119 ( 2023-12-08T09:32:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: mon.0) 510 : cluster [INF] osd.6 [v2:172.21.15.145:6824/2438959150,v1:172.21.15.145:6825/2438959150] boot 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: cluster 2023-12- 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: 08T09:31:59.520749+0000 mon.smithi119 (mon. 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: 0) 511 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: 09:31:59.520899+0000 mon.smithi119 (mon.0 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: ) 512 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: audit 2023-12-08T09:31:59.521276+0000 mon.smithi119 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: audit 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: 2023-12-08T09:31:59.521474 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 514 : audit [DBG] 2023-12-08T09:32:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:00 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:01.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:01 smithi119 conmon[83797]: cluster 2023-12-08T09:31:58.310800+0000 osd.6 (osd.6) 2023-12-08T09:32:01.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:01 smithi119 conmon[83797]: 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:32:01.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:01 smithi119 conmon[83797]: cluster 2023-12-08T09:31:58.310853+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:32:01.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:01 smithi145 conmon[88257]: cluster 2023-12-08T09:31:58.310800+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:32:01.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:01 smithi145 conmon[88257]: cluster 2023-12-08T09:31:58.310853+0000 2023-12-08T09:32:01.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:01 smithi145 conmon[88257]: osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:32:02.229 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:02 smithi119 conmon[83797]: cluster 2023-12-08T09:32:01.061078+0000 mon.smithi119 (mon 2023-12-08T09:32:02.229 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:02 smithi119 conmon[83797]: .0) 515 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-08T09:32:02.229 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:02 smithi119 conmon[83797]: audit 2023-12-08T09:32:01.061398+0000 mon.smithi119 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:02.229 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:02 smithi119 conmon[83797]: audit 2023-12-08T09:32:01.061607+0000 mon.smithi119 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:02.229 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:02 smithi119 conmon[83797]: cluster 2023-12-08T09:32:01.190367+0000 mgr.smithi119.jffuim (mgr.14180) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T09:32:02.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:02 smithi145 conmon[88257]: cluster 2023-12-08T09:32:01.061078+0000 mon.smithi119 (mon.0) 515 : 2023-12-08T09:32:02.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:02 smithi145 conmon[88257]: cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-08T09:32:02.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:02 smithi145 conmon[88257]: audit 2023-12-08T09:32:01.061398+0000 mon.smithi119 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:02.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:02 smithi145 conmon[88257]: audit 2023-12-08T09:32:01.061607+0000 mon.smithi119 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:02.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:02 smithi145 conmon[88257]: 2023-12-08T09:32:02.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:02 smithi145 conmon[88257]: cluster 2023-12-08T09:32:02.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:02 smithi145 conmon[88257]: 2023-12-08T09:32:01.190367+0000 mgr.smithi119.jffuim (mgr.14180) 105 : cluster 2023-12-08T09:32:02.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:02 smithi145 conmon[88257]: [DBG] pgmap v82: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T09:32:03.132 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:32:03.363 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:03 smithi119 conmon[83797]: audit 2023-12-08T09:32:02.230310+0000 mon.smithi119 (mon.0) 518 : audit [INF] from='osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T09:32:03.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:03 smithi145 conmon[88257]: audit 2023-12-08T09:32:02.230310+0000 mon.smithi119 (mon.0) 518 : audit [INF] from='osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T09:32:03.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:03 smithi145 conmon[88257]: 2023-12-08T09:32:04.034 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1702027919,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:32:04.351 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:04 smithi119 conmon[83797]: audit 2023-12-08T09:32:03.074587+0000 2023-12-08T09:32:04.351 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:04 smithi119 conmon[83797]: mon.smithi119 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T09:32:04.351 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:04 smithi119 conmon[83797]: cluster 2023-12-08T09:32:03.074641+0000 mon.smithi119 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-08T09:32:04.351 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:04 smithi119 conmon[83797]: audit 2023-12-08T09:32:03.074764+0000 mon.smithi119 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:04.351 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:04 smithi119 conmon[83797]: audit 2023-12-08T09:32:03.075065+0000 mon.smithi119 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:04.351 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:04 smithi119 conmon[83797]: audit 2023-12-08T09:32:03.075299+0000 mon.smithi119 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2023-12-08T09:32:04.351 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:04 smithi119 conmon[83797]: audit 2023-12-08T09:32:03.129935+0000 mon.smithi119 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.119:0/2050586975' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:32:04.351 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:04 smithi119 conmon[83797]: cluster 2023-12-08T09:32:03.190639+0000 mgr.smithi119.jffuim (mgr.14180) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T09:32:04.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: audit 2023-12-08T09:32:03.074587+0000 mon.smithi119 (mon.0) 519 : audit 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: [INF] from='osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: cluster 2023-12-08T09:32:03.074641+0000 mon.smithi119 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: audit 2023-12-08T09:32:03.074764+0000 mon.smithi119 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: audit 2023-12-08T09:32:03.075065+0000 mon.smithi119 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: audit 2023-12-08T09:32:03.075299+0000 mon.smithi119 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: audit 2023-12-08T09:32:03.129935+0000 mon.smithi119 ( 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: mon.0) 524 : audit [DBG] from='client.? 172.21.15.119:0/2050586975' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: cluster 2023-12-08T09:32:03.190639+0000 mgr.smithi119.jffuim (mgr.14180) 106 : cluster 2023-12-08T09:32:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:04 smithi145 conmon[88257]: [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T09:32:05.036 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:32:05.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:05 smithi119 conmon[83797]: audit 2023-12-08T09:32:04.075783+0000 mon.smithi119 (mon 2023-12-08T09:32:05.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:05 smithi119 conmon[83797]: .0) 525 : audit [INF] from='osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2023-12-08T09:32:05.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:05 smithi119 conmon[83797]: cluster 2023-12-08T09:32:04.075837+0000 mon.smithi119 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-08T09:32:05.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:05 smithi119 conmon[83797]: audit 2023-12-08T09:32:04.076228+0000 mon.smithi119 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:05.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:05 smithi119 conmon[83797]: audit 2023-12-08T09:32:04.076436+0000 mon.smithi119 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:05.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:05 smithi119 conmon[83797]: audit 2023-12-08T09:32: 2023-12-08T09:32:05.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:05 smithi119 conmon[83797]: 04.080043+0000 mon.smithi119 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:05.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: audit 2023-12-08T09:32:04.075783+0000 mon.smithi119 (mon.0) 525 : 2023-12-08T09:32:05.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: audit [INF] from='osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2023-12-08T09:32:05.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: cluster 2023-12-08T09:32:04.075837+0000 mon.smithi119 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-08T09:32:05.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: audit 2023-12-08T09:32:04.076228+0000 mon.smithi119 (mon.0) 527 : audit 2023-12-08T09:32:05.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:05.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: audit 2023-12-08T09:32:04. 2023-12-08T09:32:05.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: 076436+0000 mon.smithi119 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:05.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: audit 2023-12-08T09:32:05.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: 2023-12-08T09:32:04.080043+0000 mon.smithi119 (mon 2023-12-08T09:32:05.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:05 smithi145 conmon[88257]: .0) 529 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: cluster 2023-12-08T09: 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: 32:03.187360+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: cluster 2023-12-08T09:32:03.187422+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: cluster 2023-12-08T09:32:05.081744+0000 mon.smithi119 (mon.0) 530 : cluster [INF] osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998] boot 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: cluster 2023-12-08T09:32:05 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: .081787+0000 mon.smithi119 (mon.0) 531 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: audit 2023-12-08T09:32:05.082172+0000 mon.smithi119 (mon. 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: 0) 532 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: 09:32:05.082538+0000 mon.smithi119 (mon.0) 533 : audit [DBG] 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:06.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: cluster 2023-12-08T09:32:05.191007+0000 mgr.smithi119.jffuim (mgr.14180) 107 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T09:32:06.376 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:06 smithi119 conmon[83797]: audit 2023-12-08T09:32:05.542292+0000 mon.smithi119 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:06.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: cluster 2023-12-08T09:32:03.187360+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:32:06.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: 2023-12-08T09:32:06.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: cluster 2023-12-08T09:32:03.187422+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:32:06.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: cluster 2023-12-08T09:32:05.081744+0000 mon.smithi119 (mon.0) 530 : cluster [INF] osd.5 [v2:172.21.15.119:6818/802775998,v1:172.21.15.119:6819/802775998] boot 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: cluster 2023-12-08T09:32:05.081787+0000 mon.smithi119 (mon.0) 531 : 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: audit 2023-12-08T09:32:05 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: .082172+0000 mon.smithi119 (mon.0) 532 : audit [DBG] 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: audit 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: 2023-12-08T09:32:05.082538+0000 mon.smithi119 (mon. 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: 0) 533 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: cluster 2023-12-08T 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: 09:32:05.191007+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: ) 107 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: :32:05.542292+0000 mon.smithi119 (mon.0) 2023-12-08T09:32:06.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:06 smithi145 conmon[88257]: 534 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:07.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:07 smithi119 conmon[83797]: cluster 2023-12-08T09:32:06.086720+0000 mon.smithi119 ( 2023-12-08T09:32:07.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:07 smithi119 conmon[83797]: mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-08T09:32:07.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:07 smithi119 conmon[83797]: audit 2023-12-08T09:32:06.087031+0000 mon.smithi119 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:07.257 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:32:07.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:07 smithi145 conmon[88257]: cluster 2023-12-08T09:32:06.086720+0000 mon.smithi119 (mon.0) 535 : cluster [DBG] 2023-12-08T09:32:07.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:07 smithi145 conmon[88257]: osdmap e35: 8 total, 7 up, 8 in 2023-12-08T09:32:07.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:07 smithi145 conmon[88257]: audit 2023-12-08T09:32:06.087031+0000 mon.smithi119 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:08.039 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1702027925,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:32:08.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:08 smithi119 conmon[83797]: cluster 2023-12-08T09:32:07.191331+0000 mgr.smithi119.jffuim (mgr.14180) 108 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T09:32:08.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:08 smithi119 conmon[83797]: audit 2023-12-08T09:32:07.255497+0000 mon.smithi119 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.119:0/4032915689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:32:08.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:08 smithi145 conmon[88257]: cluster 2023-12-08T09:32:07.191331+0000 mgr.smithi119.jffuim (mgr.14180) 108 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T09:32:08.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:08 smithi145 conmon[88257]: 2023-12-08T09:32:08.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:08 smithi145 conmon[88257]: audit 2023-12-08T09:32:07.255497+0000 mon.smithi119 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.119:0/4032915689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:32:09.040 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:32:09.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:09 smithi119 conmon[83797]: audit 2023-12-08T09:32:08.727348+0000 mon.smithi119 (mon 2023-12-08T09:32:09.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:09 smithi119 conmon[83797]: .0) 538 : audit [INF] from='osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T09:32:09.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:09 smithi145 conmon[88257]: audit 2023-12-08T09:32:08.727348+0000 mon.smithi119 (mon.0) 538 : 2023-12-08T09:32:09.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:09 smithi145 conmon[88257]: audit [INF] from='osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T09:32:10.371 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:10 smithi119 conmon[83797]: audit 2023-12-08T09:32:09.108946+0000 mon.smithi119 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T09:32:10.371 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:10 smithi119 conmon[83797]: cluster 2023-12-08T09:32:09.109004+0000 mon.smithi119 (mon.0) 540 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-08T09:32:10.371 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:10 smithi119 conmon[83797]: audit 2023-12-08T09:32:09.109113+0000 mon.smithi119 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:10.371 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:10 smithi119 conmon[83797]: audit 2023-12-08T09:32:09.109496+0000 mon.smithi119 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2023-12-08T09:32:10.371 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:10 smithi119 conmon[83797]: cluster 2023-12-08T09:32:09.191644+0000 mgr.smithi119.jffuim (mgr.14180) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T09:32:10.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:10 smithi145 conmon[88257]: audit 2023-12-08T09:32:09.108946+0000 mon.smithi119 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T09:32:10.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:10 smithi145 conmon[88257]: cluster 2023-12-08T09:32:09.109004+0000 mon.smithi119 (mon.0) 540 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-08T09:32:10.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:10 smithi145 conmon[88257]: audit 2023-12-08T09:32:09.109113+0000 mon.smithi119 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:10.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:10 smithi145 conmon[88257]: audit 2023-12-08T09:32:09.109496+0000 mon.smithi119 ( 2023-12-08T09:32:10.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:10 smithi145 conmon[88257]: mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2023-12-08T09:32:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:10 smithi145 conmon[88257]: cluster 2023-12- 2023-12-08T09:32:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:10 smithi145 conmon[88257]: 08T09:32:09.191644+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:32:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:10 smithi145 conmon[88257]: 14180) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T09:32:11.175 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:11 smithi119 conmon[83797]: audit 2023-12-08T09:32:10. 2023-12-08T09:32:11.176 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:11 smithi119 conmon[83797]: 110691+0000 mon.smithi119 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2023-12-08T09:32:11.176 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:11 smithi119 conmon[83797]: cluster 2023-12-08T09:32:10.110756+0000 mon.smithi119 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-08T09:32:11.176 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:11 smithi119 conmon[83797]: audit 2023-12-08T09:32:10.111390+0000 mon.smithi119 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:11.176 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:11 smithi119 conmon[83797]: audit 2023-12-08T09:32:10.115141+0000 mon.smithi119 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:11.176 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:11 smithi119 conmon[83797]: audit 2023-12-08T09:32:10.391100+0000 mon.smithi119 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:11.176 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:11 smithi119 conmon[83797]: audit 2023-12-08T09:32:10.392922+0000 mon.smithi119 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:32:11.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:11 smithi145 conmon[88257]: audit 2023-12-08T09:32:10.110691+0000 mon.smithi119 (mon 2023-12-08T09:32:11.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:11 smithi145 conmon[88257]: .0) 543 : audit [INF] from='osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2023-12-08T09:32:11.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:11 smithi145 conmon[88257]: cluster 2023-12-08T09:32:10.110756+0000 mon.smithi119 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-08T09:32:11.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:11 smithi145 conmon[88257]: audit 2023-12-08T09:32:10.111390+0000 mon.smithi119 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:11.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:11 smithi145 conmon[88257]: audit 2023-12-08T09:32:10.115141+0000 mon.smithi119 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:11.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:11 smithi145 conmon[88257]: audit 2023-12-08T09:32:10.391100+0000 mon.smithi119 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:11.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:11 smithi145 conmon[88257]: audit 2023-12-08T09:32:11.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:11 smithi145 conmon[88257]: 2023-12-08T09:32:10.392922+0000 mon.smithi119 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:32:11.571 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:32:12.272 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1702027931,"num_in_osds":8,"osd_in_since":1702027888,"num_remapped_pgs":0} 2023-12-08T09:32:12.273 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T09:32:12.273 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T09:32:12.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: cluster 2023-12-08T09:32:09.763579+0000 osd.7 (osd.7) 2023-12-08T09:32:12.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:32:12.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: cluster 2023-12-08T09:32:09.763675+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:32:12.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: cluster 2023-12-08T09:32:11.116504+0000 mon.smithi119 (mon.0) 549 : cluster [INF] osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864] boot 2023-12-08T09:32:12.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: cluster 2023-12-08T09:32:11.116577+0000 mon.smithi119 (mon.0) 550 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T09:32:12.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: audit 2023-12-08T09:32:11.116995+0000 mon.smithi119 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:12.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: cluster 2023-12-08T09:32:11.191942+0000 mgr.smithi119.jffuim (mgr.14180) 110 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T09:32:12.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: cluster 2023-12-08T09:32:11.242516+0000 mon.smithi119 (mon.0) 552 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T09:32:12.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:12 smithi145 conmon[88257]: audit 2023-12-08T09:32:11.569334+0000 mon.smithi119 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.119:0/3299781843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:32:12.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:12 smithi119 conmon[83797]: cluster 2023-12-08T09:32:09.763579+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:32:12.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:12 smithi119 conmon[83797]: cluster 2023-12-08T09:32:09.763675+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:32:12.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:12 smithi119 conmon[83797]: cluster 2023-12-08T09:32:11.116504+0000 mon.smithi119 (mon.0) 549 : cluster [INF] osd.7 [v2:172.21.15.119:6826/2643795864,v1:172.21.15.119:6827/2643795864] boot 2023-12-08T09:32:12.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:12 smithi119 conmon[83797]: cluster 2023-12-08T09:32:11.116577+0000 mon.smithi119 (mon.0) 550 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T09:32:12.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:12 smithi119 conmon[83797]: audit 2023-12-08T09:32:11.116995+0000 mon.smithi119 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:32:12.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:12 smithi119 conmon[83797]: cluster 2023-12-08T09:32:11.191942+0000 mgr.smithi119.jffuim (mgr.14180) 110 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T09:32:12.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:12 smithi119 conmon[83797]: cluster 2023-12-08T09:32:11.242516+0000 mon.smithi119 (mon.0) 552 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T09:32:12.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:12 smithi119 conmon[83797]: audit 2023-12-08T09:32:11.569334+0000 mon.smithi119 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.119:0/3299781843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:32:13.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:13 smithi145 conmon[88257]: audit 2023-12-08T09:32:12.226724+0000 mon.smithi119 (mon.0) 554 2023-12-08T09:32:13.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:13 smithi145 conmon[88257]: : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:13.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:13 smithi145 conmon[88257]: cluster 2023-12-08T09:32:12.249657+0000 mon.smithi119 (mon.0) 555 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T09:32:13.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:13 smithi119 conmon[83797]: audit 2023-12-08T09:32:12.226724+0000 mon.smithi119 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:13.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:13 smithi119 conmon[83797]: cluster 2023-12-08T09:32:12.249657+0000 mon.smithi119 (mon.0) 555 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T09:32:14.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:14 smithi145 conmon[88257]: cluster 2023-12-08T09:32:13.192384+0000 mgr.smithi119.jffuim (mgr.14180) 111 : cluster [DBG] pgmap v97: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:14.589 INFO:teuthology.orchestra.run.smithi119.stdout:[client.0] 2023-12-08T09:32:14.590 INFO:teuthology.orchestra.run.smithi119.stdout: key = AQCe4nJlfoPZIhAASxlw5aaz+7awkUJdKXeJgg== 2023-12-08T09:32:14.621 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:14 smithi119 conmon[83797]: cluster 2023-12-08T09:32:13.192384+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:32:14.622 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:14 smithi119 conmon[83797]: .14180) 111 : cluster [DBG] pgmap v97: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:15.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:15 smithi119 conmon[83797]: audit 2023-12-08T09:32:14.584498+0000 mon.smithi119 (mon 2023-12-08T09:32:15.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:15 smithi119 conmon[83797]: .0) 556 : audit [INF] from='client.? 172.21.15.119:0/192655472' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T09:32:15.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:15 smithi119 conmon[83797]: audit 2023-12-08T09:32:14.587901+0000 mon.smithi119 (mon.0) 557 : audit [INF] from='client.? 172.21.15.119:0/192655472' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T09:32:15.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:15 smithi145 conmon[88257]: audit 2023-12-08T09:32:14.584498+0000 mon.smithi119 (mon.0) 556 : audit [INF] from='client.? 172.21.15.119:0/192655472' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T09:32:15.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:15 smithi145 conmon[88257]: audit 2023-12-08T09:32:14.587901+0000 mon.smithi119 (mon.0) 557 : audit [INF] from='client.? 172.21.15.119:0/192655472' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T09:32:15.604 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:32:15.604 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T09:32:15.604 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T09:32:15.645 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T09:32:16.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: cluster 2023-12-08T09:32:15.192748+0000 mgr.smithi119.jffuim (mgr.14180) 112 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: cephadm 2023-12-08 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: T09:32:15.686265+0000 mgr.smithi119.jffuim (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi145 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: audit 2023-12-08T09:32:15.691846+0000 mon.smithi119 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: audit 2023-12-08T09:32:15.871671+0000 mon.smithi119 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: audit 2023-12-08T09:32:16.019861+0000 mon.smithi119 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: audit 2023-12-08T09:32:16.020465+0000 mon.smithi119 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: audit 2023-12-08T09:32:16.020980+0000 mon.smithi119 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: audit 2023-12-08T09:32:16.021480+0000 mon.smithi119 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:16.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:16 smithi145 conmon[88257]: audit 2023-12-08T09:32:16.025709+0000 mon.smithi119 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: cluster 2023-12-08T09:32:15.192748+0000 mgr.smithi119.jffuim (mgr.14180) 112 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: cephadm 2023-12-08T09:32:15.686265+0000 mgr.smithi119.jffuim (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi145 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: audit 2023-12-08T09:32:15.691846+0000 mon.smithi119 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: audit 2023-12-08T09:32:15.871671+0000 mon.smithi119 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: audit 2023-12-08T09:32:16.019861+0000 mon.smithi119 (mon.0) 560 : audit 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: audit 2023-12-08T09:32:16.020465+0000 mon.smithi119 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: audit 2023-12-08T09:32:16.020980+0000 mon.smithi119 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: audit 2023-12-08T09:32:16.021480+0000 mon.smithi119 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: audit 2023-12-08T09:32:16.025709+0000 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: mon.smithi119 (mon.0) 564 : audit 2023-12-08T09:32:17.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:16 smithi119 conmon[83797]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:17.519 INFO:teuthology.orchestra.run.smithi145.stdout:[client.1] 2023-12-08T09:32:17.519 INFO:teuthology.orchestra.run.smithi145.stdout: key = AQCh4nJlcfiqHhAAHSn910WZVAkrhl+oAZITVQ== 2023-12-08T09:32:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:17 smithi145 conmon[88257]: cephadm 2023-12-08T09:32:16.021881+0000 mgr.smithi119.jffuim (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 4004M 2023-12-08T09:32:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:17 smithi145 conmon[88257]: audit 2023-12-08T09:32:17.513956+0000 mon.smithi145 (mon.1) 18 : audit [INF] from='client.? 172.21.15.145:0/1331640148' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T09:32:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:17 smithi145 conmon[88257]: audit 2023-12-08T09:32:17.514371+0000 mon.smithi119 (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-08T09:32:18.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:17 smithi145 conmon[88257]: audit 2023-12-08T09:32:17.517557+0000 mon.smithi119 (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-08T09:32:18.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:17 smithi119 conmon[83797]: cephadm 2023-12-08T09:32:16.021881+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:32:18.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:17 smithi119 conmon[83797]: ) 114 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 4004M 2023-12-08T09:32:18.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:17 smithi119 conmon[83797]: audit 2023-12-08T09:32:17.513956+0000 mon.smithi145 (mon.1) 18 : audit [INF] from='client.? 172.21.15.145:0/1331640148' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T09:32:18.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:17 smithi119 conmon[83797]: audit 2023-12-08T09:32:17.514371+0000 mon.smithi119 (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-08T09:32:18.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:17 smithi119 conmon[83797]: audit 2023-12-08T09:32:17.517557+0000 mon.smithi119 (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-08T09:32:18.174 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:32:18.174 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-08T09:32:18.174 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-08T09:32:18.214 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T09:32:18.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:18 smithi119 conmon[83797]: cluster 2023-12-08T09:32:17.193279+0000 mgr.smithi119.jffuim (mgr.14180) 115 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:18 smithi145 conmon[88257]: cluster 2023-12-08T09:32:17.193279+0000 mgr.smithi119.jffuim (mgr.14180) 115 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:18 smithi145 conmon[88257]: 2023-12-08T09:32:19.114 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:20.488 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: cluster 2023-12-08T09:32:19.193633+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:32:20.488 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: 116 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:20.488 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: cephadm 2023-12-08T09:32:19.379929+0000 mgr.smithi119.jffuim (mgr.14180) 117 : cephadm [INF] Detected new or changed devices on smithi119 2023-12-08T09:32:20.488 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:19.385374+0000 mon.smithi119 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:20.488 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.093260+0000 mon.smithi119 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:20.488 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.093888+0000 mon.smithi119 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:20.488 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.094424+0000 mon.smithi119 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:20.488 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.094933+0000 mon.smithi119 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.099289+0000 mon.smithi119 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.100726+0000 mon.smithi119 (mon.0) 573 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.101282+0000 mon.smithi119 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.107305+0000 mon.smithi119 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.110770+0000 mon.smithi119 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.113562+0000 mon.smithi119 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.114401+0000 mon.smithi119 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.114615+0000 mon.smithi119 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:32:20.489 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:20 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.115072+0000 mon.smithi119 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: cluster 2023-12-08T09:32:19.193633+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: .14180) 116 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: cephadm 2023-12-08T09:32:19.379929+0000 mgr.smithi119.jffuim (mgr.14180) 117 : cephadm [INF] Detected new or changed devices on smithi119 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:19.385374+0000 mon.smithi119 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:20.093260+0000 mon.smithi119 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:20.093888+0000 mon.smithi119 (mon.0 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: ) 569 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:20.094424+0000 mon.smithi119 (mon.0) 570 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:20.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: 2023-12-08T09:32:20.094933+0000 mon.smithi119 (mon.0) 571 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: :20.099289+0000 mon.smithi119 (mon.0) 572 : audit 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: :20.100726+0000 mon.smithi119 (mon.0) 573 : audit 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32: 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: 20.101282+0000 mon.smithi119 (mon.0) 574 : audit 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:32:20.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32: 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: 20.107305+0000 mon.smithi119 (mon.0) 575 : audit 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:20 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: .110770+0000 mon.smithi119 (mon.0) 576 : audit 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:20 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: .113562+0000 mon.smithi119 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:20.114401 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: 2023-12-08T09:32:20.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08T09:32:20.722 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: 2023-12-08T09:32:20.114615+0000 mon.smithi119 (mon 2023-12-08T09:32:20.722 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: .0) 579 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:32:20.722 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:32:20.722 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: T09:32:20.115072+0000 mon.smithi119 (mon.0 2023-12-08T09:32:20.722 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:20 smithi145 conmon[88257]: ) 580 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:32:20.875 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:32:20.876 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":40,"fsid":"fe4ec624-95ab-11ee-95a3-87774f69a715","created":"2023-12-08T09:28:16.063404+0000","modified":"2023-12-08T09:32:12.246124+0000","last_up_change":"2023-12-08T09:32:11.112608+0000","last_in_change":"2023-12-08T09:31:28.603879+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-08T09:31:50.493715+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":"94d7625e-9cc8-4ec3-85fe-03ff25fb889b","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.145:6800","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6801","nonce":4062837577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6803","nonce":4062837577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6807","nonce":4062837577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6805","nonce":4062837577}]},"public_addr":"172.21.15.145:6801/4062837577","cluster_addr":"172.21.15.145:6803/4062837577","heartbeat_back_addr":"172.21.15.145:6807/4062837577","heartbeat_front_addr":"172.21.15.145:6805/4062837577","state":["exists","up"]},{"osd":1,"uuid":"def83bdf-e9c5-436c-b678-b6e5a58f7824","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.119:6802","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6803","nonce":4250315487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6805","nonce":4250315487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6808","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6809","nonce":4250315487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6807","nonce":4250315487}]},"public_addr":"172.21.15.119:6803/4250315487","cluster_addr":"172.21.15.119:6805/4250315487","heartbeat_back_addr":"172.21.15.119:6809/4250315487","heartbeat_front_addr":"172.21.15.119:6807/4250315487","state":["exists","up"]},{"osd":2,"uuid":"cccc3b28-6b67-4584-91ef-00a4b394a3f8","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.145:6808","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6809","nonce":4211007720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6811","nonce":4211007720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6815","nonce":4211007720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6813","nonce":4211007720}]},"public_addr":"172.21.15.145:6809/4211007720","cluster_addr":"172.21.15.145:6811/4211007720","heartbeat_back_addr":"172.21.15.145:6815/4211007720","heartbeat_front_addr":"172.21.15.145:6813/4211007720","state":["exists","up"]},{"osd":3,"uuid":"57e0dd3e-d977-4d69-a54e-0e7d30cdd401","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.119:6810","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6811","nonce":67658392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6812","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6813","nonce":67658392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6816","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6817","nonce":67658392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6814","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6815","nonce":67658392}]},"public_addr":"172.21.15.119:6811/67658392","cluster_addr":"172.21.15.119:6813/67658392","heartbeat_back_addr":"172.21.15.119:6817/67658392","heartbeat_front_addr":"172.21.15.119:6815/67658392","state":["exists","up"]},{"osd":4,"uuid":"46892202-49ad-42c5-88a5-8663352dc1ef","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.145:6816","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6817","nonce":2901707189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6819","nonce":2901707189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6823","nonce":2901707189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6821","nonce":2901707189}]},"public_addr":"172.21.15.145:6817/2901707189","cluster_addr":"172.21.15.145:6819/2901707189","heartbeat_back_addr":"172.21.15.145:6823/2901707189","heartbeat_front_addr":"172.21.15.145:6821/2901707189","state":["exists","up"]},{"osd":5,"uuid":"e0d81df8-0124-44df-928d-34ceea23f95f","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.119:6818","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6819","nonce":802775998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6820","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6821","nonce":802775998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6824","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6825","nonce":802775998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6822","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6823","nonce":802775998}]},"public_addr":"172.21.15.119:6819/802775998","cluster_addr":"172.21.15.119:6821/802775998","heartbeat_back_addr":"172.21.15.119:6825/802775998","heartbeat_front_addr":"172.21.15.119:6823/802775998","state":["exists","up"]},{"osd":6,"uuid":"7d3f76ad-03fb-43a5-ae23-94be938a2f52","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.145:6824","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6825","nonce":2438959150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6827","nonce":2438959150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6831","nonce":2438959150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6829","nonce":2438959150}]},"public_addr":"172.21.15.145:6825/2438959150","cluster_addr":"172.21.15.145:6827/2438959150","heartbeat_back_addr":"172.21.15.145:6831/2438959150","heartbeat_front_addr":"172.21.15.145:6829/2438959150","state":["exists","up"]},{"osd":7,"uuid":"63790e7b-d7a9-463b-8c84-fa03549448d8","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.119:6826","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6827","nonce":2643795864}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6828","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6829","nonce":2643795864}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6832","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6833","nonce":2643795864}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6830","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6831","nonce":2643795864}]},"public_addr":"172.21.15.119:6827/2643795864","cluster_addr":"172.21.15.119:6829/2643795864","heartbeat_back_addr":"172.21.15.119:6833/2643795864","heartbeat_front_addr":"172.21.15.119:6831/2643795864","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-08T09:31:42.179898+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-08T09:31:48.684367+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-08T09:31:47.504579+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-08T09:31:55.953267+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-08T09:31:52.939648+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-08T09:32:03.187425+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-08T09:31:58.310856+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-08T09:32:09.763681+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.119:0/2311517428":"2023-12-09T09:29:57.167357+0000","172.21.15.119:0/3390229776":"2023-12-09T09:29:57.167357+0000","172.21.15.119:6801/303312644":"2023-12-09T09:29:57.167357+0000","172.21.15.119:6800/303312644":"2023-12-09T09:29:57.167357+0000","172.21.15.119:0/3230459080":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6801/3333159361":"2023-12-09T09:29:05.638076+0000","172.21.15.119:0/2325876363":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6800/3333159361":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6801/3121357351":"2023-12-09T09:28:38.577994+0000","172.21.15.119:0/2717279891":"2023-12-09T09:28:38.577994+0000","172.21.15.119:6800/3121357351":"2023-12-09T09:28:38.577994+0000","172.21.15.119:0/2955463932":"2023-12-09T09:28:38.577994+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-08T09:32:21.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:21 smithi119 conmon[83797]: cephadm 2023-12-08T09:32:20.095345+0000 mgr.smithi119.jffuim (mgr.14180) 118 : cephadm [INF] Adjusting osd_memory_target on smithi119 to 3236M 2023-12-08T09:32:21.564 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:21 smithi119 conmon[83797]: audit 2023-12-08T09:32:20.873536+0000 mon.smithi119 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.119:0/3730432779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:32:21.686 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:21 smithi145 conmon[88257]: cephadm 2023-12-08T09:32:20.095345+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:32:21.686 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:21 smithi145 conmon[88257]: 118 : cephadm [INF] Adjusting osd_memory_target on smithi119 to 3236M 2023-12-08T09:32:21.686 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:21 smithi145 conmon[88257]: audit 2023-12-08T09:32:20.873536+0000 mon.smithi119 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.119:0/3730432779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:32:22.038 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T09:31:50.493715+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-08T09:32:22.038 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T09:32:22.557 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:22.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:22 smithi119 conmon[83797]: cluster 2023-12-08T09:32:21.194041+0000 mgr.smithi119.jffuim (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-08T09:32:22.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:22 smithi145 conmon[88257]: cluster 2023-12-08T09:32:21.194041+0000 mgr.smithi119.jffuim (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-08T09:32:24.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:24 smithi119 conmon[83797]: cluster 2023-12-08T09:32:23.194339+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:32:24.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:24 smithi119 conmon[83797]: ) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:24.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:24 smithi145 conmon[88257]: cluster 2023-12-08T09:32:23.194339+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:32:24.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:24 smithi145 conmon[88257]: .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-08T09:32:24.766 INFO:teuthology.orchestra.run.smithi119.stdout:pg_num: 1 2023-12-08T09:32:25.471 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:25 smithi119 conmon[83797]: audit 2023-12-08T09:32:24.764490+0000 mon.smithi119 (mon.0) 582 : audit 2023-12-08T09:32:25.471 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:25 smithi119 conmon[83797]: [DBG] from='client.? 172.21.15.119:0/2450453884' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T09:32:25.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:25 smithi145 conmon[88257]: audit 2023-12-08T09:32:24.764490+0000 mon.smithi119 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.119:0/2450453884' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T09:32:25.519 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T09:32:25.519 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T09:32:25.519 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T09:32:26.387 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:26.533 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:26 smithi119 conmon[83797]: cluster 2023-12-08T09:32:25.194837+0000 2023-12-08T09:32:26.533 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:26 smithi119 conmon[83797]: mgr.smithi119.jffuim (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-08T09:32:26.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:26 smithi145 conmon[88257]: cluster 2023-12-08T09:32:25.194837+0000 2023-12-08T09:32:26.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:26 smithi145 conmon[88257]: mgr.smithi119.jffuim (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-08T09:32:28.659 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:32:28.679 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:28 smithi119 conmon[83797]: cluster 2023-12-08T09:32:27.195133+0000 mgr.smithi119.jffuim (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-08T09:32:28.692 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:28 smithi145 conmon[88257]: cluster 2023-12-08T09:32:27.195133+0000 mgr.smithi119.jffuim (mgr.14180) 122 2023-12-08T09:32:28.692 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:28 smithi145 conmon[88257]: : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:29.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:29 smithi119 conmon[83797]: audit 2023-12-08T09:32:28.652319+0000 mon.smithi119 2023-12-08T09:32:29.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:29 smithi119 conmon[83797]: (mon.0) 583 : audit [DBG] from='client.? 172.21.15.119:0/4167843524' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T09:32:29.551 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:29 smithi119 conmon[83797]: audit 2023-12-08T09:32:28.711650+0000 mon.smithi119 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:29.568 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi119.jffuim","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6800","nonce":227762395},{"type":"v1","addr":"172.21.15.119:6801","nonce":227762395}]},"active_addr":"172.21.15.119:6801/227762395","active_change":"2023-12-08T09:29:57.167475+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi145.lkokem","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.119:8443/","prometheus":"http://172.21.15.119: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.119:0","nonce":2239551020}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.119:0","nonce":4204941163}]}]} 2023-12-08T09:32:29.573 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T09:32:29.573 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T09:32:29.573 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T09:32:29.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:29 smithi145 conmon[88257]: audit 2023-12-08T09:32:28.652319+0000 mon.smithi119 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.119:0/4167843524' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T09:32:29.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:29 smithi145 conmon[88257]: audit 2023-12-08T09:32: 2023-12-08T09:32:29.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:29 smithi145 conmon[88257]: 28.711650+0000 mon.smithi119 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:30.171 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:30 smithi119 conmon[83797]: cluster 2023-12-08T09:32:29.195373+0000 mgr.smithi119.jffuim (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-08T09:32:31.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:30 smithi145 conmon[88257]: cluster 2023-12-08T09:32:29.195373+0000 mgr.smithi119.jffuim (mgr.14180) 123 : 2023-12-08T09:32:31.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:30 smithi145 conmon[88257]: cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:32.471 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:32:32.472 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":40,"fsid":"fe4ec624-95ab-11ee-95a3-87774f69a715","created":"2023-12-08T09:28:16.063404+0000","modified":"2023-12-08T09:32:12.246124+0000","last_up_change":"2023-12-08T09:32:11.112608+0000","last_in_change":"2023-12-08T09:31:28.603879+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-08T09:31:50.493715+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":"94d7625e-9cc8-4ec3-85fe-03ff25fb889b","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.145:6800","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6801","nonce":4062837577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6803","nonce":4062837577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6807","nonce":4062837577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6805","nonce":4062837577}]},"public_addr":"172.21.15.145:6801/4062837577","cluster_addr":"172.21.15.145:6803/4062837577","heartbeat_back_addr":"172.21.15.145:6807/4062837577","heartbeat_front_addr":"172.21.15.145:6805/4062837577","state":["exists","up"]},{"osd":1,"uuid":"def83bdf-e9c5-436c-b678-b6e5a58f7824","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.119:6802","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6803","nonce":4250315487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6805","nonce":4250315487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6808","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6809","nonce":4250315487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6807","nonce":4250315487}]},"public_addr":"172.21.15.119:6803/4250315487","cluster_addr":"172.21.15.119:6805/4250315487","heartbeat_back_addr":"172.21.15.119:6809/4250315487","heartbeat_front_addr":"172.21.15.119:6807/4250315487","state":["exists","up"]},{"osd":2,"uuid":"cccc3b28-6b67-4584-91ef-00a4b394a3f8","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.145:6808","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6809","nonce":4211007720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6811","nonce":4211007720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6815","nonce":4211007720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6813","nonce":4211007720}]},"public_addr":"172.21.15.145:6809/4211007720","cluster_addr":"172.21.15.145:6811/4211007720","heartbeat_back_addr":"172.21.15.145:6815/4211007720","heartbeat_front_addr":"172.21.15.145:6813/4211007720","state":["exists","up"]},{"osd":3,"uuid":"57e0dd3e-d977-4d69-a54e-0e7d30cdd401","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.119:6810","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6811","nonce":67658392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6812","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6813","nonce":67658392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6816","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6817","nonce":67658392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6814","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6815","nonce":67658392}]},"public_addr":"172.21.15.119:6811/67658392","cluster_addr":"172.21.15.119:6813/67658392","heartbeat_back_addr":"172.21.15.119:6817/67658392","heartbeat_front_addr":"172.21.15.119:6815/67658392","state":["exists","up"]},{"osd":4,"uuid":"46892202-49ad-42c5-88a5-8663352dc1ef","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.145:6816","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6817","nonce":2901707189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6819","nonce":2901707189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6823","nonce":2901707189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6821","nonce":2901707189}]},"public_addr":"172.21.15.145:6817/2901707189","cluster_addr":"172.21.15.145:6819/2901707189","heartbeat_back_addr":"172.21.15.145:6823/2901707189","heartbeat_front_addr":"172.21.15.145:6821/2901707189","state":["exists","up"]},{"osd":5,"uuid":"e0d81df8-0124-44df-928d-34ceea23f95f","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.119:6818","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6819","nonce":802775998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6820","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6821","nonce":802775998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6824","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6825","nonce":802775998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6822","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6823","nonce":802775998}]},"public_addr":"172.21.15.119:6819/802775998","cluster_addr":"172.21.15.119:6821/802775998","heartbeat_back_addr":"172.21.15.119:6825/802775998","heartbeat_front_addr":"172.21.15.119:6823/802775998","state":["exists","up"]},{"osd":6,"uuid":"7d3f76ad-03fb-43a5-ae23-94be938a2f52","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.145:6824","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6825","nonce":2438959150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6827","nonce":2438959150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6831","nonce":2438959150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6829","nonce":2438959150}]},"public_addr":"172.21.15.145:6825/2438959150","cluster_addr":"172.21.15.145:6827/2438959150","heartbeat_back_addr":"172.21.15.145:6831/2438959150","heartbeat_front_addr":"172.21.15.145:6829/2438959150","state":["exists","up"]},{"osd":7,"uuid":"63790e7b-d7a9-463b-8c84-fa03549448d8","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.119:6826","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6827","nonce":2643795864}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6828","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6829","nonce":2643795864}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6832","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6833","nonce":2643795864}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6830","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6831","nonce":2643795864}]},"public_addr":"172.21.15.119:6827/2643795864","cluster_addr":"172.21.15.119:6829/2643795864","heartbeat_back_addr":"172.21.15.119:6833/2643795864","heartbeat_front_addr":"172.21.15.119:6831/2643795864","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-08T09:31:42.179898+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-08T09:31:48.684367+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-08T09:31:47.504579+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-08T09:31:55.953267+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-08T09:31:52.939648+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-08T09:32:03.187425+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-08T09:31:58.310856+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-08T09:32:09.763681+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.119:0/2311517428":"2023-12-09T09:29:57.167357+0000","172.21.15.119:0/3390229776":"2023-12-09T09:29:57.167357+0000","172.21.15.119:6801/303312644":"2023-12-09T09:29:57.167357+0000","172.21.15.119:6800/303312644":"2023-12-09T09:29:57.167357+0000","172.21.15.119:0/3230459080":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6801/3333159361":"2023-12-09T09:29:05.638076+0000","172.21.15.119:0/2325876363":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6800/3333159361":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6801/3121357351":"2023-12-09T09:28:38.577994+0000","172.21.15.119:0/2717279891":"2023-12-09T09:28:38.577994+0000","172.21.15.119:6800/3121357351":"2023-12-09T09:28:38.577994+0000","172.21.15.119:0/2955463932":"2023-12-09T09:28:38.577994+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-08T09:32:32.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:32 smithi119 conmon[83797]: cluster 2023-12-08T09:32:31.195642+0000 mgr.smithi119.jffuim (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-08T09:32:32.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:32 smithi119 conmon[83797]: audit 2023-12-08T09:32:31.944972+0000 mon.smithi119 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:32.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:32 smithi119 conmon[83797]: audit 2023-12-08T09:32:32.469545+0000 mon.smithi119 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.119:0/1759692052' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:32:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:32 smithi145 conmon[88257]: cluster 2023-12-08T09:32:31.195642+0000 mgr.smithi119.jffuim (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-08T09:32:33.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:32 smithi145 conmon[88257]: audit 2023-12-08T09:32:31.944972+0000 mon.smithi119 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:32:33.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:32 smithi145 conmon[88257]: audit 2023-12-08T09:32:32.469545+0000 mon.smithi119 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.119:0/1759692052' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:32:33.114 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T09:32:33.114 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T09:32:33.474 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:34 smithi145 conmon[88257]: cluster 2023-12-08T09:32:33.195924+0000 mgr.smithi119.jffuim (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-08T09:32:35.056 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:32:35.057 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":40,"fsid":"fe4ec624-95ab-11ee-95a3-87774f69a715","created":"2023-12-08T09:28:16.063404+0000","modified":"2023-12-08T09:32:12.246124+0000","last_up_change":"2023-12-08T09:32:11.112608+0000","last_in_change":"2023-12-08T09:31:28.603879+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-08T09:31:50.493715+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":"94d7625e-9cc8-4ec3-85fe-03ff25fb889b","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.145:6800","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6801","nonce":4062837577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6803","nonce":4062837577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6807","nonce":4062837577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":4062837577},{"type":"v1","addr":"172.21.15.145:6805","nonce":4062837577}]},"public_addr":"172.21.15.145:6801/4062837577","cluster_addr":"172.21.15.145:6803/4062837577","heartbeat_back_addr":"172.21.15.145:6807/4062837577","heartbeat_front_addr":"172.21.15.145:6805/4062837577","state":["exists","up"]},{"osd":1,"uuid":"def83bdf-e9c5-436c-b678-b6e5a58f7824","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.119:6802","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6803","nonce":4250315487}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6805","nonce":4250315487}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6808","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6809","nonce":4250315487}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":4250315487},{"type":"v1","addr":"172.21.15.119:6807","nonce":4250315487}]},"public_addr":"172.21.15.119:6803/4250315487","cluster_addr":"172.21.15.119:6805/4250315487","heartbeat_back_addr":"172.21.15.119:6809/4250315487","heartbeat_front_addr":"172.21.15.119:6807/4250315487","state":["exists","up"]},{"osd":2,"uuid":"cccc3b28-6b67-4584-91ef-00a4b394a3f8","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.145:6808","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6809","nonce":4211007720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6811","nonce":4211007720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6815","nonce":4211007720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":4211007720},{"type":"v1","addr":"172.21.15.145:6813","nonce":4211007720}]},"public_addr":"172.21.15.145:6809/4211007720","cluster_addr":"172.21.15.145:6811/4211007720","heartbeat_back_addr":"172.21.15.145:6815/4211007720","heartbeat_front_addr":"172.21.15.145:6813/4211007720","state":["exists","up"]},{"osd":3,"uuid":"57e0dd3e-d977-4d69-a54e-0e7d30cdd401","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.119:6810","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6811","nonce":67658392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6812","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6813","nonce":67658392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6816","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6817","nonce":67658392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6814","nonce":67658392},{"type":"v1","addr":"172.21.15.119:6815","nonce":67658392}]},"public_addr":"172.21.15.119:6811/67658392","cluster_addr":"172.21.15.119:6813/67658392","heartbeat_back_addr":"172.21.15.119:6817/67658392","heartbeat_front_addr":"172.21.15.119:6815/67658392","state":["exists","up"]},{"osd":4,"uuid":"46892202-49ad-42c5-88a5-8663352dc1ef","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.145:6816","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6817","nonce":2901707189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6819","nonce":2901707189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6823","nonce":2901707189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":2901707189},{"type":"v1","addr":"172.21.15.145:6821","nonce":2901707189}]},"public_addr":"172.21.15.145:6817/2901707189","cluster_addr":"172.21.15.145:6819/2901707189","heartbeat_back_addr":"172.21.15.145:6823/2901707189","heartbeat_front_addr":"172.21.15.145:6821/2901707189","state":["exists","up"]},{"osd":5,"uuid":"e0d81df8-0124-44df-928d-34ceea23f95f","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.119:6818","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6819","nonce":802775998}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6820","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6821","nonce":802775998}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6824","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6825","nonce":802775998}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6822","nonce":802775998},{"type":"v1","addr":"172.21.15.119:6823","nonce":802775998}]},"public_addr":"172.21.15.119:6819/802775998","cluster_addr":"172.21.15.119:6821/802775998","heartbeat_back_addr":"172.21.15.119:6825/802775998","heartbeat_front_addr":"172.21.15.119:6823/802775998","state":["exists","up"]},{"osd":6,"uuid":"7d3f76ad-03fb-43a5-ae23-94be938a2f52","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.145:6824","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6825","nonce":2438959150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6827","nonce":2438959150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6831","nonce":2438959150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2438959150},{"type":"v1","addr":"172.21.15.145:6829","nonce":2438959150}]},"public_addr":"172.21.15.145:6825/2438959150","cluster_addr":"172.21.15.145:6827/2438959150","heartbeat_back_addr":"172.21.15.145:6831/2438959150","heartbeat_front_addr":"172.21.15.145:6829/2438959150","state":["exists","up"]},{"osd":7,"uuid":"63790e7b-d7a9-463b-8c84-fa03549448d8","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.119:6826","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6827","nonce":2643795864}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6828","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6829","nonce":2643795864}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6832","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6833","nonce":2643795864}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6830","nonce":2643795864},{"type":"v1","addr":"172.21.15.119:6831","nonce":2643795864}]},"public_addr":"172.21.15.119:6827/2643795864","cluster_addr":"172.21.15.119:6829/2643795864","heartbeat_back_addr":"172.21.15.119:6833/2643795864","heartbeat_front_addr":"172.21.15.119:6831/2643795864","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-08T09:31:42.179898+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-08T09:31:48.684367+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-08T09:31:47.504579+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-08T09:31:55.953267+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-08T09:31:52.939648+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-08T09:32:03.187425+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-08T09:31:58.310856+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-08T09:32:09.763681+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.119:0/2311517428":"2023-12-09T09:29:57.167357+0000","172.21.15.119:0/3390229776":"2023-12-09T09:29:57.167357+0000","172.21.15.119:6801/303312644":"2023-12-09T09:29:57.167357+0000","172.21.15.119:6800/303312644":"2023-12-09T09:29:57.167357+0000","172.21.15.119:0/3230459080":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6801/3333159361":"2023-12-09T09:29:05.638076+0000","172.21.15.119:0/2325876363":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6800/3333159361":"2023-12-09T09:29:05.638076+0000","172.21.15.119:6801/3121357351":"2023-12-09T09:28:38.577994+0000","172.21.15.119:0/2717279891":"2023-12-09T09:28:38.577994+0000","172.21.15.119:6800/3121357351":"2023-12-09T09:28:38.577994+0000","172.21.15.119:0/2955463932":"2023-12-09T09:28:38.577994+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-08T09:32:35.082 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:34 smithi119 conmon[83797]: cluster 2023-12-08T09:32:33.195924+0000 mgr.smithi119.jffuim (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-08T09:32:35.661 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T09:32:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:35 smithi145 conmon[88257]: audit 2023-12-08T09:32:35.054134+0000 mon.smithi119 (mon.0) 587 : audit [DBG] 2023-12-08T09:32:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:35 smithi145 conmon[88257]: from='client.? 172.21.15.119:0/2655528031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:32:36.028 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:36.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:35 smithi119 conmon[83797]: audit 2023-12-08T09:32:35.054134+0000 mon.smithi119 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.119:0/2655528031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:32:36.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:36 smithi119 conmon[83797]: cluster 2023-12-08T09:32:35.196226+0000 mgr.smithi119.jffuim (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-08T09:32:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:36 smithi145 conmon[88257]: cluster 2023-12-08T09:32:35.196226+0000 mgr.smithi119.jffuim (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-08T09:32:38.161 INFO:teuthology.orchestra.run.smithi119.stdout:68719476750 2023-12-08T09:32:38.161 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T09:32:38.520 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:39.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:38 smithi145 conmon[88257]: cluster 2023-12-08T09:32:37.196496+0000 mgr.smithi119.jffuim (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-08T09:32:39.085 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:38 smithi119 conmon[83797]: cluster 2023-12-08T09:32:37.196496+0000 mgr.smithi119.jffuim (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-08T09:32:40.558 INFO:teuthology.orchestra.run.smithi119.stdout:90194313229 2023-12-08T09:32:40.558 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T09:32:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:40 smithi119 conmon[83797]: cluster 2023-12-08T09:32:39.196966+0000 mgr.smithi119.jffuim (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-08T09:32:40.920 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:41.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:40 smithi145 conmon[88257]: cluster 2023-12-08T09:32:39.196966+0000 mgr.smithi119.jffuim (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-08T09:32:42.992 INFO:teuthology.orchestra.run.smithi119.stdout:85899345933 2023-12-08T09:32:42.993 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T09:32:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:42 smithi145 conmon[88257]: cluster 2023-12-08T09:32:41.197348+0000 mgr.smithi119.jffuim (mgr.14180) 129 : cluster [DBG] 2023-12-08T09:32:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:42 smithi145 conmon[88257]: pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:43.017 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:42 smithi119 conmon[83797]: cluster 2023-12-08T09:32:41.197348+0000 mgr.smithi119.jffuim (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-08T09:32:43.351 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:44 smithi145 conmon[88257]: cluster 2023-12-08T09:32:43.197648+0000 mgr.smithi119.jffuim (mgr.14180) 130 : cluster [DBG] 2023-12-08T09:32:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:44 smithi145 conmon[88257]: pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:45.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:44 smithi119 conmon[83797]: cluster 2023-12-08T09:32:43.197648+0000 mgr.smithi119.jffuim 2023-12-08T09:32:45.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:44 smithi119 conmon[83797]: (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-08T09:32:45.403 INFO:teuthology.orchestra.run.smithi119.stdout:120259084300 2023-12-08T09:32:45.403 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T09:32:45.807 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:47.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:46 smithi145 conmon[88257]: cluster 2023-12-08T09:32:45.197964+0000 mgr.smithi119.jffuim (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-08T09:32:47.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:46 smithi145 conmon[88257]: 2023-12-08T09:32:47.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:46 smithi119 conmon[83797]: cluster 2023-12-08T09:32:45.197964+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:32:47.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:46 smithi119 conmon[83797]: ) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:47.833 INFO:teuthology.orchestra.run.smithi119.stdout:107374182412 2023-12-08T09:32:47.834 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T09:32:48.193 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:48 smithi145 conmon[88257]: cluster 2023-12-08T09:32:47.198304+0000 mgr.smithi119.jffuim (mgr.14180) 132 : 2023-12-08T09:32:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:48 smithi145 conmon[88257]: cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:48 smithi119 conmon[83797]: cluster 2023-12-08T09:32:47.198304+0000 mgr.smithi119.jffuim (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-08T09:32:50.318 INFO:teuthology.orchestra.run.smithi119.stdout:146028888076 2023-12-08T09:32:50.319 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T09:32:50.681 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:50 smithi145 conmon[88257]: cluster 2023-12-08T09:32:49.198627+0000 mgr.smithi119.jffuim (mgr.14180) 133 : 2023-12-08T09:32:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:50 smithi145 conmon[88257]: cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:50 smithi119 conmon[83797]: cluster 2023-12-08T09:32:49.198627+0000 mgr.smithi119.jffuim ( 2023-12-08T09:32:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:50 smithi119 conmon[83797]: 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-08T09:32:52.867 INFO:teuthology.orchestra.run.smithi119.stdout:128849018893 2023-12-08T09:32:52.867 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T09:32:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:52 smithi145 conmon[88257]: cluster 2023-12-08T09:32:51.198935+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:32:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:52 smithi145 conmon[88257]: ) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:53.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:52 smithi119 conmon[83797]: cluster 2023-12-08T09:32:51.198935+0000 mgr.smithi119.jffuim (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-08T09:32:53.227 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:55.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:54 smithi119 conmon[83797]: cluster 2023-12-08T09:32:53.199275+0000 mgr.smithi119.jffuim (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-08T09:32:55.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:54 smithi145 conmon[88257]: cluster 2023-12-08T09:32:53.199275+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:32:55.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:54 smithi145 conmon[88257]: 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:32:55.282 INFO:teuthology.orchestra.run.smithi119.stdout:163208757260 2023-12-08T09:32:55.282 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T09:32:55.646 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:56.864 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:56 smithi119 conmon[83797]: cluster 2023-12-08T09:32:55.199615+0000 mgr.smithi119.jffuim (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-08T09:32:57.228 INFO:teuthology.orchestra.run.smithi119.stdout:68719476754 2023-12-08T09:32:57.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:56 smithi145 conmon[88257]: cluster 2023-12-08T09:32:55.199615+0000 mgr.smithi119.jffuim (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-08T09:32:57.799 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476750 got 68719476754 for osd.0 2023-12-08T09:32:57.799 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T09:32:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:57 smithi119 conmon[83797]: audit 2023-12-08T09:32:57.227234+0000 2023-12-08T09:32:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:57 smithi119 conmon[83797]: mon.smithi119 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.119:0/2075208320' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T09:32:58.161 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:32:58.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:57 smithi145 conmon[88257]: audit 2023-12-08T09:32:57.227234+0000 mon.smithi119 (mon.0) 588 : 2023-12-08T09:32:58.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:57 smithi145 conmon[88257]: audit [DBG] from='client.? 172.21.15.119:0/2075208320' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T09:32:59.123 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:58 smithi119 conmon[83797]: cluster 2023-12-08T09:32:57.199898+0000 mgr.smithi119.jffuim (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-08T09:32:59.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:58 smithi145 conmon[88257]: cluster 2023-12-08T09:32:57.199898+0000 mgr.smithi119.jffuim (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-08T09:32:59.754 INFO:teuthology.orchestra.run.smithi119.stdout:90194313233 2023-12-08T09:33:00.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:32:59 smithi119 conmon[83797]: audit 2023-12-08T09:32:59.752393+0000 mon.smithi119 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.119:0/620822018' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T09:33:00.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:59 smithi145 conmon[88257]: audit 2023-12-08T09:32:59.752393+0000 mon.smithi119 (mon.0) 589 : audit [DBG] 2023-12-08T09:33:00.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:32:59 smithi145 conmon[88257]: from='client.? 172.21.15.119:0/620822018' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T09:33:00.331 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313233 for osd.1 2023-12-08T09:33:00.331 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T09:33:00.688 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:01.076 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:00 smithi119 conmon[83797]: cluster 2023-12-08T09:32:59.200263+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:33:01.077 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:00 smithi119 conmon[83797]: 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:00 smithi145 conmon[88257]: cluster 2023-12-08T09:32:59.200263+0000 mgr.smithi119.jffuim (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-08T09:33:02.239 INFO:teuthology.orchestra.run.smithi119.stdout:85899345937 2023-12-08T09:33:02.840 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345937 for osd.2 2023-12-08T09:33:02.841 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T09:33:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:02 smithi119 conmon[83797]: cluster 2023-12-08T09:33:01.200873+0000 mgr.smithi119.jffuim (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-08T09:33:03.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:02 smithi119 conmon[83797]: audit 2023-12-08T09:33:02.238145+0000 mon.smithi119 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.119:0/1595558099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T09:33:03.198 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:02 smithi145 conmon[88257]: cluster 2023-12-08T09:33:01.200873+0000 mgr.smithi119.jffuim (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-08T09:33:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:02 smithi145 conmon[88257]: audit 2023-12-08T09:33:02.238145+0000 mon.smithi119 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.119:0/1595558099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T09:33:04.872 INFO:teuthology.orchestra.run.smithi119.stdout:120259084304 2023-12-08T09:33:05.073 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:04 smithi119 conmon[83797]: cluster 2023-12-08T09:33:03.201186+0000 mgr.smithi119.jffuim (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-08T09:33:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:04 smithi145 conmon[88257]: cluster 2023-12-08T09:33:03.201186+0000 mgr.smithi119.jffuim (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-08T09:33:05.472 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084300 got 120259084304 for osd.3 2023-12-08T09:33:05.472 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T09:33:05.831 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:06.047 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:05 smithi119 conmon[83797]: audit 2023-12-08T09:33:04.870588+0000 mon.smithi119 (mon.0) 591 2023-12-08T09:33:06.047 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:05 smithi119 conmon[83797]: : audit [DBG] from='client.? 172.21.15.119:0/3812251684' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T09:33:06.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:05 smithi145 conmon[88257]: audit 2023-12-08T09:33:04.870588+0000 mon.smithi119 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.119:0/3812251684' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T09:33:07.092 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:06 smithi119 conmon[83797]: cluster 2023-12-08T09:33:05.201673+0000 mgr.smithi119.jffuim (mgr.14180) 141 2023-12-08T09:33:07.093 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:06 smithi119 conmon[83797]: : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:06 smithi145 conmon[88257]: cluster 2023-12-08T09:33:05.201673+0000 mgr.smithi119.jffuim (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-08T09:33:07.495 INFO:teuthology.orchestra.run.smithi119.stdout:107374182416 2023-12-08T09:33:08.067 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:07 smithi119 conmon[83797]: audit 2023-12-08T09:33:07.493834+0000 mon.smithi119 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.119:0/4141446153' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T09:33:08.079 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182412 got 107374182416 for osd.4 2023-12-08T09:33:08.079 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T09:33:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:07 smithi145 conmon[88257]: audit 2023-12-08T09:33:07.493834+0000 mon.smithi119 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.119:0/4141446153' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T09:33:08.440 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:09.030 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:08 smithi119 conmon[83797]: cluster 2023-12-08T09:33:07.202072+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:33:09.031 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:08 smithi119 conmon[83797]: .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-08T09:33:09.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:08 smithi145 conmon[88257]: cluster 2023-12-08T09:33:07.202072+0000 mgr.smithi119.jffuim (mgr.14180) 142 : 2023-12-08T09:33:09.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:08 smithi145 conmon[88257]: cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:10.075 INFO:teuthology.orchestra.run.smithi119.stdout:146028888080 2023-12-08T09:33:10.679 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888076 got 146028888080 for osd.5 2023-12-08T09:33:10.679 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T09:33:11.042 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:11.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:10 smithi119 conmon[83797]: cluster 2023-12-08T09:33:09.202555+0000 mgr.smithi119.jffuim (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-08T09:33:11.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:10 smithi119 conmon[83797]: audit 2023-12-08T09:33:10.073916+0000 mon.smithi119 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.119:0/728857118' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T09:33:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:10 smithi145 conmon[88257]: cluster 2023-12-08T09:33:09.202555+0000 mgr.smithi119.jffuim (mgr.14180) 143 2023-12-08T09:33:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:10 smithi145 conmon[88257]: : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:10 smithi145 conmon[88257]: audit 2023-12-08T09:33:10.073916+0000 mon.smithi119 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.119:0/728857118' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T09:33:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:10 smithi145 conmon[88257]: 2023-12-08T09:33:12.624 INFO:teuthology.orchestra.run.smithi119.stdout:128849018897 2023-12-08T09:33:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:12 smithi119 conmon[83797]: cluster 2023-12-08T09:33:11.202949+0000 mgr.smithi119.jffuim (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-08T09:33:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:12 smithi119 conmon[83797]: audit 2023-12-08T09:33 2023-12-08T09:33:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:12 smithi119 conmon[83797]: :12.622187+0000 mon.smithi119 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.119:0/1215107293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T09:33:13.229 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018893 got 128849018897 for osd.6 2023-12-08T09:33:13.229 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T09:33:13.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:12 smithi145 conmon[88257]: cluster 2023-12-08T09:33:11.202949+0000 mgr.smithi119.jffuim (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-08T09:33:13.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:12 smithi145 conmon[88257]: audit 2023-12-08T09:33:12.622187+0000 mon.smithi119 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.119:0/1215107293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T09:33:13.589 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:14.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:14 smithi119 conmon[83797]: cluster 2023-12-08T09:33:13.203241+0000 mgr.smithi119.jffuim (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-08T09:33:15.189 INFO:teuthology.orchestra.run.smithi119.stdout:163208757264 2023-12-08T09:33:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:14 smithi145 conmon[88257]: cluster 2023-12-08T09:33:13.203241+0000 mgr.smithi119.jffuim (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-08T09:33:15.814 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757260 got 163208757264 for osd.7 2023-12-08T09:33:15.814 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T09:33:15.815 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T09:33:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:15 smithi119 conmon[83797]: audit 2023-12-08T09:33:15.187687+0000 mon.smithi119 (mon.0 2023-12-08T09:33:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:15 smithi119 conmon[83797]: ) 595 : audit [DBG] from='client.? 172.21.15.119:0/1512093354' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T09:33:16.179 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:15 smithi145 conmon[88257]: audit 2023-12-08T09:33:15.187687+0000 mon.smithi119 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.119:0/1512093354' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T09:33:17.090 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:16 smithi119 conmon[83797]: cluster 2023-12-08T09:33:15.203685+0000 mgr.smithi119.jffuim (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:17.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:16 smithi145 conmon[88257]: cluster 2023-12-08T09:33:15.203685+0000 mgr.smithi119.jffuim (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:17.710 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:33:17.711 INFO:teuthology.orchestra.run.smithi119.stderr:dumped all 2023-12-08T09:33:18.352 INFO:teuthology.orchestra.run.smithi119.stdout:{"pg_ready":true,"pg_map":{"version":129,"stamp":"2023-12-08T09:33:17.203902+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1258849,"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-08T09:32:12.629315+0000","last_change":"2023-12-08T09:32:12.629315+0000","last_active":"2023-12-08T09:32:12.629315+0000","last_peered":"2023-12-08T09:32:12.629315+0000","last_clean":"2023-12-08T09:32:12.629315+0000","last_became_active":"2023-12-08T09:32:12.628879+0000","last_became_peered":"2023-12-08T09:32:12.628879+0000","last_unstale":"2023-12-08T09:32:12.629315+0000","last_undegraded":"2023-12-08T09:32:12.629315+0000","last_fullsized":"2023-12-08T09:32:12.629315+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-08T09:31:51.246319+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T09:31:51.246319+0000","last_clean_scrub_stamp":"2023-12-08T09:31:51.246319+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":157209,"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":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.57399999999999995}]},{"osd":1,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"last":0.34799999999999998}]},{"osd":2,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.624},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.61899999999999999}]},{"osd":3,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.37}]},{"osd":4,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.60199999999999998}]},{"osd":5,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.39700000000000002}]},{"osd":6,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.59299999999999997}]}]},{"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":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,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":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.54600000000000004}]},{"osd":1,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.35199999999999998}]},{"osd":2,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.48499999999999999}]},{"osd":3,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.438},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.53800000000000003}]},{"osd":4,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.47499999999999998}]},{"osd":6,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.50800000000000001}]},{"osd":7,"last update":"Fri Dec 8 09:33:13 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.502}]}]},{"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":156796,"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":"Fri Dec 8 09:32:53 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.41099999999999998}]},{"osd":1,"last update":"Fri Dec 8 09:32:53 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.54100000000000004}]},{"osd":3,"last update":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.56499999999999995}]},{"osd":4,"last update":"Fri Dec 8 09:32:56 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.48799999999999999}]},{"osd":5,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.69899999999999995}]},{"osd":6,"last update":"Fri Dec 8 09:33:01 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.58699999999999997}]},{"osd":7,"last update":"Fri Dec 8 09:33:11 2023","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.80000000000000004}]}]},{"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":"Fri Dec 8 09:32:53 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.50900000000000001}]},{"osd":2,"last update":"Fri Dec 8 09:32:53 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.433}]},{"osd":3,"last update":"Fri Dec 8 09:32:59 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.6339999999999999,"5min":1.6339999999999999,"15min":1.6339999999999999},"last":0.58599999999999997}]},{"osd":4,"last update":"Fri Dec 8 09:32:59 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.56799999999999995}]},{"osd":5,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.66300000000000003}]},{"osd":6,"last update":"Fri Dec 8 09:33:02 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.67200000000000004}]},{"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.61699999999999999}]}]},{"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":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,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":"Fri Dec 8 09:32:51 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.60399999999999998}]},{"osd":2,"last update":"Fri Dec 8 09:32:51 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.59099999999999997}]},{"osd":3,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.28000000000000003}]},{"osd":4,"last update":"Fri Dec 8 09:32:54 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.57199999999999995}]},{"osd":5,"last update":"Fri Dec 8 09:33:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.32400000000000001}]},{"osd":6,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.53000000000000003}]},{"osd":7,"last update":"Fri Dec 8 09:33:11 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.372}]}]},{"osd":4,"up_from":25,"seq":107374182418,"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":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.32400000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.58299999999999996}]},{"osd":2,"last update":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.36399999999999999}]},{"osd":3,"last update":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.57199999999999995}]},{"osd":5,"last update":"Fri Dec 8 09:33:11 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.60099999999999998}]},{"osd":6,"last update":"Fri Dec 8 09:33:03 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.498},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.50800000000000001}]},{"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.63400000000000001}]}]},{"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":"Fri Dec 8 09:32:57 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.51300000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:32:57 2023","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.314},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.35199999999999998}]},{"osd":2,"last update":"Fri Dec 8 09:32:57 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.66300000000000003}]},{"osd":4,"last update":"Fri Dec 8 09:32:57 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.54000000000000004}]},{"osd":5,"last update":"Fri Dec 8 09:33:07 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.32800000000000001}]},{"osd":6,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.60499999999999998}]},{"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.40899999999999997}]}]},{"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":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.374},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.44400000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.54200000000000004}]},{"osd":2,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.55400000000000005}]},{"osd":3,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.51100000000000001}]},{"osd":4,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.53200000000000003}]},{"osd":5,"last update":"Fri Dec 8 09:33:07 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.58299999999999996}]},{"osd":7,"last update":"Fri Dec 8 09:33:12 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.59899999999999998}]}]}],"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-08T09:33:18.354 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T09:33:18.714 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:18 smithi119 conmon[83797]: cluster 2023-12-08T09:33:17.204022+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:33:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:18 smithi119 conmon[83797]: .14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:18 smithi119 conmon[83797]: audit 2023-12-08T09:33:17.705572+0000 mgr.smithi119.jffuim (mgr.14180) 148 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:18 smithi145 conmon[88257]: cluster 2023-12-08T09:33:17.204022+0000 mgr.smithi119.jffuim (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:18 smithi145 conmon[88257]: audit 2023-12-08T09:33:17 2023-12-08T09:33:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:18 smithi145 conmon[88257]: .705572+0000 mgr.smithi119.jffuim (mgr.14180) 148 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:20.342 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:33:20.344 INFO:teuthology.orchestra.run.smithi119.stderr:dumped all 2023-12-08T09:33:20.911 INFO:teuthology.orchestra.run.smithi119.stdout:{"pg_ready":true,"pg_map":{"version":130,"stamp":"2023-12-08T09:33:19.204173+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1258849,"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-08T09:32:12.629315+0000","last_change":"2023-12-08T09:32:12.629315+0000","last_active":"2023-12-08T09:32:12.629315+0000","last_peered":"2023-12-08T09:32:12.629315+0000","last_clean":"2023-12-08T09:32:12.629315+0000","last_became_active":"2023-12-08T09:32:12.628879+0000","last_became_peered":"2023-12-08T09:32:12.628879+0000","last_unstale":"2023-12-08T09:32:12.629315+0000","last_undegraded":"2023-12-08T09:32:12.629315+0000","last_fullsized":"2023-12-08T09:32:12.629315+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-08T09:31:51.246319+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T09:31:51.246319+0000","last_clean_scrub_stamp":"2023-12-08T09:31:51.246319+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":157209,"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":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.57399999999999995}]},{"osd":1,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"last":0.34799999999999998}]},{"osd":2,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.624},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.61899999999999999}]},{"osd":3,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.37}]},{"osd":4,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.60199999999999998}]},{"osd":5,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.39700000000000002}]},{"osd":6,"last update":"Fri Dec 8 09:33:14 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.59299999999999997}]}]},{"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":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,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":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.54600000000000004}]},{"osd":1,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.35199999999999998}]},{"osd":2,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.48499999999999999}]},{"osd":3,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.438},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.53800000000000003}]},{"osd":4,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.47499999999999998}]},{"osd":6,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.50800000000000001}]},{"osd":7,"last update":"Fri Dec 8 09:33:13 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.502}]}]},{"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":156796,"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":"Fri Dec 8 09:32:53 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.41099999999999998}]},{"osd":1,"last update":"Fri Dec 8 09:32:53 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.54100000000000004}]},{"osd":3,"last update":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.56499999999999995}]},{"osd":4,"last update":"Fri Dec 8 09:32:56 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.48799999999999999}]},{"osd":5,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.69899999999999995}]},{"osd":6,"last update":"Fri Dec 8 09:33:01 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.58699999999999997}]},{"osd":7,"last update":"Fri Dec 8 09:33:11 2023","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.80000000000000004}]}]},{"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":"Fri Dec 8 09:32:53 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.50900000000000001}]},{"osd":2,"last update":"Fri Dec 8 09:32:53 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.433}]},{"osd":3,"last update":"Fri Dec 8 09:32:59 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.6339999999999999,"5min":1.6339999999999999,"15min":1.6339999999999999},"last":0.58599999999999997}]},{"osd":4,"last update":"Fri Dec 8 09:32:59 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.56799999999999995}]},{"osd":5,"last update":"Fri Dec 8 09:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.66300000000000003}]},{"osd":6,"last update":"Fri Dec 8 09:33:02 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.67200000000000004}]},{"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.61699999999999999}]}]},{"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":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,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":"Fri Dec 8 09:32:51 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.60399999999999998}]},{"osd":2,"last update":"Fri Dec 8 09:32:51 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.59099999999999997}]},{"osd":3,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.28000000000000003}]},{"osd":4,"last update":"Fri Dec 8 09:32:54 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.57199999999999995}]},{"osd":5,"last update":"Fri Dec 8 09:33:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.32400000000000001}]},{"osd":6,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.53000000000000003}]},{"osd":7,"last update":"Fri Dec 8 09:33:11 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.372}]}]},{"osd":4,"up_from":25,"seq":107374182418,"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":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.32400000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.58299999999999996}]},{"osd":2,"last update":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.36399999999999999}]},{"osd":3,"last update":"Fri Dec 8 09:32:58 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.57199999999999995}]},{"osd":5,"last update":"Fri Dec 8 09:33:11 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.60099999999999998}]},{"osd":6,"last update":"Fri Dec 8 09:33:03 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.498},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.50800000000000001}]},{"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.63400000000000001}]}]},{"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":"Fri Dec 8 09:32:57 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.379},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.44500000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:32:57 2023","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.33200000000000002}]},{"osd":2,"last update":"Fri Dec 8 09:32:57 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.35799999999999998}]},{"osd":4,"last update":"Fri Dec 8 09:32:57 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.40100000000000002}]},{"osd":5,"last update":"Fri Dec 8 09:33:07 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.34699999999999998}]},{"osd":6,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.40899999999999997}]},{"osd":7,"last update":"Fri Dec 8 09:33:13 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.42899999999999999}]}]},{"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":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.374},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.44400000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.54200000000000004}]},{"osd":2,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.55400000000000005}]},{"osd":3,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.51100000000000001}]},{"osd":4,"last update":"Fri Dec 8 09:33:00 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.53200000000000003}]},{"osd":5,"last update":"Fri Dec 8 09:33:07 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.58299999999999996}]},{"osd":7,"last update":"Fri Dec 8 09:33:12 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.59899999999999998}]}]}],"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-08T09:33:20.912 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T09:33:20.912 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T09:33:20.912 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T09:33:20.913 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:20 smithi119 conmon[83797]: cluster 2023-12-08T09:33:19.204304+0000 mgr.smithi119.jffuim (mgr.14180) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:21.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:20 smithi145 conmon[88257]: cluster 2023-12-08T09:33:19.204304+0000 mgr.smithi119.jffuim (mgr.14180) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:21.272 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/mon.smithi119/config 2023-12-08T09:33:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:21 smithi119 conmon[83797]: audit 2023-12-08T09:33:20.338357+0000 2023-12-08T09:33:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:21 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 150 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:22.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:21 smithi145 conmon[88257]: audit 2023-12-08T09:33:20.338357+0000 mgr.smithi119.jffuim (mgr.14180) 150 2023-12-08T09:33:22.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:21 smithi145 conmon[88257]: : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:22.951 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:33:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:22 smithi119 conmon[83797]: cluster 2023-12-08T09:33:21.204740+0000 mgr.smithi119.jffuim (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-08T09:33:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:22 smithi145 conmon[88257]: cluster 2023-12-08T09:33:21.204740+0000 mgr.smithi119.jffuim ( 2023-12-08T09:33:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:22 smithi145 conmon[88257]: 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-08T09:33:23.585 INFO:teuthology.orchestra.run.smithi119.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-08T09:33:23.585 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-08T09:33:23.585 INFO:tasks.cephadm:Setup complete, yielding 2023-12-08T09:33:23.586 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T09:33:23.597 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi119.front.sepia.ceph.com 2023-12-08T09:33:23.597 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- bash -c 'ceph orch status' 2023-12-08T09:33:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:23 smithi119 conmon[83797]: audit 2023-12-08T09:33:22.949866+0000 mon.smithi119 (mon 2023-12-08T09:33:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:23 smithi119 conmon[83797]: .0) 596 : audit [DBG] from='client.? 172.21.15.119:0/2608511046' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:24.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:23 smithi145 conmon[88257]: audit 2023-12-08T09:33:22.949866+0000 mon.smithi119 (mon.0) 596 : audit [DBG] 2023-12-08T09:33:24.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:23 smithi145 conmon[88257]: from='client.? 172.21.15.119:0/2608511046' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:25.013 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:24 smithi119 conmon[83797]: cluster 2023-12-08T09:33:23.205182+0000 2023-12-08T09:33:25.013 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:24 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:24 smithi145 conmon[88257]: cluster 2023-12-08T09:33:23.205182+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:33:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:24 smithi145 conmon[88257]: .14180) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:25.399 INFO:teuthology.orchestra.run.smithi119.stdout:Backend: cephadm 2023-12-08T09:33:25.399 INFO:teuthology.orchestra.run.smithi119.stdout:Available: Yes 2023-12-08T09:33:25.399 INFO:teuthology.orchestra.run.smithi119.stdout:Paused: No 2023-12-08T09:33:26.019 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-08T09:33:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:25 smithi119 conmon[83797]: cluster 2023-12-08T09:33:25.205523+0000 mgr.smithi119.jffuim ( 2023-12-08T09:33:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:25 smithi119 conmon[83797]: mgr.14180) 153 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:25 smithi119 conmon[83797]: audit 2023-12-08T09:33:25.396757+0000 mgr.smithi119.jffuim (mgr.14180) 154 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:26.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:25 smithi145 conmon[88257]: cluster 2023-12-08T09:33:25.205523+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:33:26.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:25 smithi145 conmon[88257]: 153 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:26.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:25 smithi145 conmon[88257]: audit 2023-12-08T09:33:25.396757+0000 mgr.smithi119.jffuim (mgr.14180) 154 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:27.948 INFO:teuthology.orchestra.run.smithi119.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T09:33:27.948 INFO:teuthology.orchestra.run.smithi119.stdout:alertmanager.smithi119 smithi119 *:9093,9094 running (2m) 72s ago 4m 16.1M - 0.23.0 ba2b418f427c 2f735393c0aa 2023-12-08T09:33:27.948 INFO:teuthology.orchestra.run.smithi119.stdout:crash.smithi119 smithi119 running (3m) 72s ago 3m 7289k - 16.2.14-365-g451ceae1 03b62e1f94c4 86f4793f5a4b 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:crash.smithi145 smithi145 running (3m) 75s ago 3m 7444k - 16.2.14-365-g451ceae1 03b62e1f94c4 7f4fe810172a 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:grafana.smithi119 smithi119 *:3000 running (2m) 72s ago 3m 49.9M - 8.3.5 dad864ee21e9 25d55774e367 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:mgr.smithi119.jffuim smithi119 *:9283 running (5m) 72s ago 5m 447M - 16.2.14-365-g451ceae1 03b62e1f94c4 bd6a9172c185 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:mgr.smithi145.lkokem smithi145 *:8443,9283 running (3m) 75s ago 3m 392M - 16.2.14-365-g451ceae1 03b62e1f94c4 ebcf334d60c2 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:mon.smithi119 smithi119 running (5m) 72s ago 5m 77.2M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 9e309e7bb369 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:mon.smithi145 smithi145 running (2m) 75s ago 2m 68.0M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 10a45d841a37 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:node-exporter.smithi119 smithi119 *:9100 running (3m) 72s ago 3m 24.3M - 1.3.1 1dbe0e931976 e2b2eb2c721d 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:node-exporter.smithi145 smithi145 *:9100 running (2m) 75s ago 2m 17.4M - 1.3.1 1dbe0e931976 138cdd7f5f9c 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:osd.0 smithi145 running (110s) 75s ago 110s 31.5M 4004M 16.2.14-365-g451ceae1 03b62e1f94c4 1363181d282c 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:osd.1 smithi119 running (103s) 72s ago 103s 32.8M 3236M 16.2.14-365-g451ceae1 03b62e1f94c4 a45c0bd6af69 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:osd.2 smithi145 running (104s) 75s ago 104s 32.0M 4004M 16.2.14-365-g451ceae1 03b62e1f94c4 4bb7ac5e1caa 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:osd.3 smithi119 running (96s) 72s ago 95s 34.3M 3236M 16.2.14-365-g451ceae1 03b62e1f94c4 a01d3d9039df 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:osd.4 smithi145 running (99s) 75s ago 99s 28.9M 4004M 16.2.14-365-g451ceae1 03b62e1f94c4 936d12400db6 2023-12-08T09:33:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:osd.5 smithi119 running (89s) 72s ago 88s 28.9M 3236M 16.2.14-365-g451ceae1 03b62e1f94c4 541c3a7c79dc 2023-12-08T09:33:27.950 INFO:teuthology.orchestra.run.smithi119.stdout:osd.6 smithi145 running (94s) 75s ago 93s 31.9M 4004M 16.2.14-365-g451ceae1 03b62e1f94c4 8c5a01db84b8 2023-12-08T09:33:27.950 INFO:teuthology.orchestra.run.smithi119.stdout:osd.7 smithi119 running (82s) 72s ago 82s 27.5M 3236M 16.2.14-365-g451ceae1 03b62e1f94c4 80825edd1d85 2023-12-08T09:33:27.950 INFO:teuthology.orchestra.run.smithi119.stdout:prometheus.smithi119 smithi119 *:9095 running (2m) 72s ago 3m 45.5M - 2.33.4 514e6a882f6e 2773061a561a 2023-12-08T09:33:28.518 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:28 smithi119 conmon[83797]: cluster 2023-12-08T09:33:27.205908+0000 mgr.smithi119.jffuim (mgr.14180) 155 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:28.535 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-08T09:33:28.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:28 smithi145 conmon[88257]: cluster 2023-12-08T09:33:27.205908+0000 mgr.smithi119.jffuim (mgr.14180) 155 : 2023-12-08T09:33:28.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:28 smithi145 conmon[88257]: cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:29.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:29 smithi119 conmon[83797]: audit 2023-12-08T09:33:27.938853+0000 mgr.smithi119.jffuim (mgr.14180) 156 2023-12-08T09:33:29.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:29 smithi119 conmon[83797]: : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:29.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:29 smithi145 conmon[88257]: audit 2023-12-08T09:33:27.938853+0000 mgr.smithi119.jffuim (mgr.14180) 156 : audit 2023-12-08T09:33:29.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:29 smithi145 conmon[88257]: [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:30.462 INFO:teuthology.orchestra.run.smithi119.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-08T09:33:30.462 INFO:teuthology.orchestra.run.smithi119.stdout:alertmanager ?:9093,9094 1/1 74s ago 4m count:1 2023-12-08T09:33:30.462 INFO:teuthology.orchestra.run.smithi119.stdout:crash 2/2 78s ago 4m * 2023-12-08T09:33:30.462 INFO:teuthology.orchestra.run.smithi119.stdout:grafana ?:3000 1/1 74s ago 4m count:1 2023-12-08T09:33:30.462 INFO:teuthology.orchestra.run.smithi119.stdout:mgr 2/2 78s ago 4m count:2 2023-12-08T09:33:30.462 INFO:teuthology.orchestra.run.smithi119.stdout:mon 2/2 78s ago 3m smithi119:172.21.15.119=smithi119;smithi145:172.21.15.145=smithi145;count:2 2023-12-08T09:33:30.462 INFO:teuthology.orchestra.run.smithi119.stdout:node-exporter ?:9100 2/2 78s ago 4m * 2023-12-08T09:33:30.463 INFO:teuthology.orchestra.run.smithi119.stdout:osd.all-available-devices 8 78s ago 2m * 2023-12-08T09:33:30.463 INFO:teuthology.orchestra.run.smithi119.stdout:prometheus ?:9095 1/1 74s ago 4m count:1 2023-12-08T09:33:30.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:30 smithi119 conmon[83797]: cluster 2023-12-08T09:33:29.206495+0000 2023-12-08T09:33:30.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:30 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:30 smithi145 conmon[88257]: cluster 2023-12-08T09:33:29.206495+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:33:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:30 smithi145 conmon[88257]: 14180) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:31.084 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-08T09:33:31.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:31 smithi119 conmon[83797]: audit 2023-12-08T09:33:30.457440+0000 mgr.smithi119.jffuim (mgr.14180) 158 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:31.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:31 smithi145 conmon[88257]: audit 2023-12-08T09:33:30.457440+0000 mgr.smithi119.jffuim (mgr.14180) 158 : audit 2023-12-08T09:33:31.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:31 smithi145 conmon[88257]: [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:32.536 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:32 smithi119 conmon[83797]: cluster 2023-12-08T09:33:31.206839+0000 2023-12-08T09:33:32.536 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:32 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 159 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:32.536 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:32 smithi119 conmon[83797]: audit 2023-12-08T09:33:31.947232+0000 mon.smithi119 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:33:32.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:32 smithi145 conmon[88257]: cluster 2023-12-08T09:33:31.206839+0000 mgr.smithi119.jffuim (mgr.14180) 159 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:32.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:32 smithi145 conmon[88257]: audit 2023-12-08T09:33:31.947232+0000 mon.smithi119 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:33:32.912 INFO:teuthology.orchestra.run.smithi119.stdout:HOST ADDR LABELS STATUS 2023-12-08T09:33:32.912 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 172.21.15.119 2023-12-08T09:33:32.913 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 172.21.15.145 2023-12-08T09:33:32.913 INFO:teuthology.orchestra.run.smithi119.stdout:2 hosts in cluster 2023-12-08T09:33:33.610 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-08T09:33:35.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:34 smithi119 conmon[83797]: audit 2023-12-08T09:33:32.910276+0000 mgr.smithi119.jffuim (mgr.14180) 160 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:35.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:34 smithi119 conmon[83797]: cluster 2023-12-08T09:33:33.207109+0000 mgr.smithi119.jffuim (mgr.14180) 161 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:35.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:34 smithi119 conmon[83797]: audit 2023-12-08T09:33:33.790479+0000 mon.smithi119 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:34 smithi145 conmon[88257]: audit 2023-12-08T09:33:32.910276+0000 mgr.smithi119.jffuim (mgr.14180) 160 : 2023-12-08T09:33:35.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:34 smithi145 conmon[88257]: audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:35.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:34 smithi145 conmon[88257]: cluster 2023-12-08T09:33:33.207109+0000 mgr.smithi119.jffuim (mgr.14180) 161 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:35.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:34 smithi145 conmon[88257]: audit 2023-12-08T09:33:33.790479+0000 mon.smithi119 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:35.972 INFO:teuthology.orchestra.run.smithi119.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T09:33:35.972 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400Y1400BGN 372G 76s ago LVM detected, locked 2023-12-08T09:33:35.972 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme1n1 ssd Linux_fcfb3cbac375fe3468cb 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:35.972 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme2n1 ssd Linux_f27d75e5c7e99f59cb96 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:35.972 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme3n1 ssd Linux_ba3fd509d916dc9e9026 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:35.972 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme4n1 ssd Linux_a6bde4218d7136ce2299 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:35.972 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500N9400BGN 372G 80s ago LVM detected, locked 2023-12-08T09:33:35.973 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme1n1 ssd Linux_816999bc8c046f12bece 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:35.973 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme2n1 ssd Linux_e586d8c5aaf376439599 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:35.973 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme3n1 ssd Linux_2462049c8a3af665bfc7 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:35.973 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme4n1 ssd Linux_03d6d47f553971d9c3ff 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:36.746 INFO:teuthology.run_tasks:Running task vip... 2023-12-08T09:33:36.757 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-08T09:33:36.757 INFO:tasks.vip:peername 172.21.15.119 2023-12-08T09:33:36.761 INFO:tasks.vip:172.21.15.119 in 172.21.0.0/20, pos 3958 2023-12-08T09:33:36.765 INFO:tasks.vip:smithi119.front.sepia.ceph.com static 10.0.15.119, vnet 10.0.0.0/16 2023-12-08T09:33:36.765 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-08T09:33:36.766 DEBUG:teuthology.orchestra.run.smithi119:> sudo ip route ls 2023-12-08T09:33:36.794 INFO:teuthology.orchestra.run.smithi119.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-08T09:33:36.794 INFO:teuthology.orchestra.run.smithi119.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.119 metric 100 2023-12-08T09:33:36.795 INFO:tasks.vip:Configuring 10.0.15.119 on smithi119.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T09:33:36.795 DEBUG:teuthology.orchestra.run.smithi119:> sudo ip addr add 10.0.15.119/16 dev enp3s0f1 2023-12-08T09:33:36.861 INFO:tasks.vip:peername 172.21.15.145 2023-12-08T09:33:36.864 INFO:tasks.vip:172.21.15.145 in 172.21.0.0/20, pos 3984 2023-12-08T09:33:36.868 INFO:tasks.vip:smithi145.front.sepia.ceph.com static 10.0.15.145, vnet 10.0.0.0/16 2023-12-08T09:33:36.868 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip route ls 2023-12-08T09:33:36.903 INFO:teuthology.orchestra.run.smithi145.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-08T09:33:36.903 INFO:teuthology.orchestra.run.smithi145.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.145 metric 100 2023-12-08T09:33:36.904 INFO:tasks.vip:Configuring 10.0.15.145 on smithi145.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T09:33:36.904 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr add 10.0.15.145/16 dev enp3s0f1 2023-12-08T09:33:36.974 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T09:33:36.983 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi119.front.sepia.ceph.com 2023-12-08T09:33:36.983 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-08T09:33:37.005 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:36 smithi119 conmon[83797]: cluster 2023-12-08T09:33:35.207535+0000 mgr.smithi119.jffuim (mgr.14180) 162 : 2023-12-08T09:33:37.005 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:36 smithi119 conmon[83797]: cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:36 smithi145 conmon[88257]: cluster 2023-12-08T09:33:35.207535+0000 mgr.smithi119.jffuim (mgr.14180) 162 : cluster [DBG] 2023-12-08T09:33:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:36 smithi145 conmon[88257]: pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:38.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:37 smithi119 conmon[83797]: audit 2023-12-08T09:33:35.968749+0000 mgr.smithi119.jffuim (mgr.14180) 163 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:38.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:37 smithi119 conmon[83797]: audit 2023-12-08T09:33:36.949276+0000 mon.smithi119 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:38.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:37 smithi119 conmon[83797]: audit 2023-12-08T09:33:37.297692+0000 mon.smithi119 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:38.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:37 smithi119 conmon[83797]: audit 2023-12-08T09:33:37.298376+0000 mon.smithi119 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:33:38.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:37 smithi119 conmon[83797]: audit 2023-12-08T09:33:37.304394+0000 mon.smithi119 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:38.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:37 smithi119 conmon[83797]: audit 2023-12-08T09:33:37.307858+0000 mon.smithi119 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:33:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:37 smithi145 conmon[88257]: audit 2023-12-08T09:33:35.968749+0000 mgr.smithi119.jffuim (mgr.14180) 163 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:37 smithi145 conmon[88257]: 2023-12-08T09:33:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:37 smithi145 conmon[88257]: audit 2023-12-08T09:33:36.949276+0000 mon.smithi119 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:37 smithi145 conmon[88257]: audit 2023-12-08T09:33:37.297692+0000 mon.smithi119 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:38.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:37 smithi145 conmon[88257]: audit 2023-12-08T09:33:37.298376+0000 mon.smithi119 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:33:38.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:37 smithi145 conmon[88257]: audit 2023-12-08T09:33:37.304394+0000 mon.smithi119 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:38.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:37 smithi145 conmon[88257]: audit 2023-12-08T09:33:37.307858+0000 mon.smithi119 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:33:38.907 INFO:teuthology.orchestra.run.smithi119.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400Y1400BGN 372G 79s ago LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme1n1 ssd Linux_fcfb3cbac375fe3468cb 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme2n1 ssd Linux_f27d75e5c7e99f59cb96 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme3n1 ssd Linux_ba3fd509d916dc9e9026 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi119 /dev/nvme4n1 ssd Linux_a6bde4218d7136ce2299 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500N9400BGN 372G 83s ago LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme1n1 ssd Linux_816999bc8c046f12bece 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme2n1 ssd Linux_e586d8c5aaf376439599 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme3n1 ssd Linux_2462049c8a3af665bfc7 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:38.908 INFO:teuthology.orchestra.run.smithi119.stdout:smithi145 /dev/nvme4n1 ssd Linux_03d6d47f553971d9c3ff 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T09:33:39.092 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:38 smithi119 conmon[83797]: cluster 2023-12-08T09:33:37.207832+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:33:39.092 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:38 smithi119 conmon[83797]: 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:38 smithi145 conmon[88257]: cluster 2023-12-08T09:33:37.207832+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:33:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:38 smithi145 conmon[88257]: 14180) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:39.533 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-08T09:33:39.545 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.119/16' 2023-12-08T09:33:39.546 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch apply -i - 2023-12-08T09:33:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:39 smithi119 conmon[83797]: audit 2023-12-08T09:33:38.928899+0000 mon.smithi119 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:33:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:39 smithi145 conmon[88257]: audit 2023-12-08T09:33:38.928899+0000 mon.smithi119 (mon.0) 604 2023-12-08T09:33:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:39 smithi145 conmon[88257]: : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:33:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:40 smithi119 conmon[83797]: audit 2023-12-08T09:33:38.903494+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:33:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:40 smithi119 conmon[83797]: 165 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:41.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:40 smithi119 conmon[83797]: cluster 2023-12-08T09:33:39.208272+0000 mgr.smithi119.jffuim (mgr.14180) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:41.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:40 smithi119 conmon[83797]: audit 2023-12-08T09:33:40.700693+0000 mon.smithi119 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:41.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:40 smithi145 conmon[88257]: audit 2023-12-08T09:33:38.903494+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:33:41.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:40 smithi145 conmon[88257]: ) 165 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:41.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:40 smithi145 conmon[88257]: cluster 2023-12-08T09:33:39.208272+0000 mgr.smithi119.jffuim (mgr.14180) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:41.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:40 smithi145 conmon[88257]: audit 2023-12-08T09:33:40.700693+0000 mon.smithi119 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:42.132 INFO:teuthology.orchestra.run.smithi119.stdout:Scheduled rgw.foo update... 2023-12-08T09:33:42.132 INFO:teuthology.orchestra.run.smithi119.stdout:Scheduled ingress.rgw.foo update... 2023-12-08T09:33:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:42 smithi119 conmon[83797]: cluster 2023-12-08T09:33:41.208799+0000 mgr.smithi119.jffuim (mgr.14180) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:42 smithi119 conmon[83797]: audit 2023-12-08T09:33:42.124897+0000 mon.smithi119 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:42.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:42 smithi119 conmon[83797]: audit 2023-12-08T09:33:42.130277+0000 mon.smithi119 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:43.035 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T09:33:43.045 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-12-08T09:33:43.046 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:33:43.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:42 smithi145 conmon[88257]: cluster 2023-12-08T09:33:41.208799+0000 mgr.smithi119.jffuim (mgr.14180) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:43.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:42 smithi145 conmon[88257]: audit 2023 2023-12-08T09:33:43.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:42 smithi145 conmon[88257]: -12-08T09:33:42.124897+0000 mon.smithi119 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:43.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:42 smithi145 conmon[88257]: audit 2023-12-08T09:33:42.130277+0000 mon.smithi119 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:44.058 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:43 smithi119 conmon[83797]: audit 2023-12-08T09:33:42.117970+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:33:44.058 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:43 smithi119 conmon[83797]: 168 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:44.058 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:43 smithi119 conmon[83797]: cephadm 2023-12-08T09:33:42.121646+0000 mgr.smithi119.jffuim (mgr.14180) 169 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-08T09:33:44.058 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:43 smithi119 conmon[83797]: cephadm 2023-12-08T09:33:42.125474+0000 mgr.smithi119.jffuim (mgr.14180) 170 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-12-08T09:33:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:43 smithi145 conmon[88257]: audit 2023-12-08T09:33:42.117970+0000 mgr.smithi119.jffuim (mgr.14180) 168 : audit 2023-12-08T09:33:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:43 smithi145 conmon[88257]: [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:33:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:43 smithi145 conmon[88257]: cephadm 2023-12-08T09:33:42.121646+0000 mgr.smithi119.jffuim (mgr.14180) 169 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-08T09:33:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:43 smithi145 conmon[88257]: cephadm 2023-12-08T09:33:42.125474+0000 mgr.smithi119.jffuim (mgr.14180) 170 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-12-08T09:33:45.036 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:44 smithi119 conmon[83797]: cluster 2023-12-08T09:33:43.209108+0000 mgr.smithi119.jffuim (mgr.14180) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:45.037 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:44 smithi119 conmon[83797]: audit 2023-12-08T09:33:43.856672+0000 mon.smithi119 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:45.037 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:44 smithi119 conmon[83797]: audit 2023-12-08T09:33:44.172113+0000 mon.smithi119 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:45.184 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:33:45.184 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:42.121660Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:33:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:44 smithi145 conmon[88257]: cluster 2023-12-08T09:33:43.209108+0000 mgr.smithi119.jffuim (mgr.14180) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:44 smithi145 conmon[88257]: audit 2023-12-08T09:33:43.856672+0000 mon.smithi119 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:44 smithi145 conmon[88257]: audit 2023-12-08T09:33:44.172113+0000 mon.smithi119 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:46.170 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:33:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:46 smithi119 conmon[83797]: audit 2023-12-08T09:33:45.179244+0000 mgr.smithi119.jffuim (mgr.14180) 172 : audit 2023-12-08T09:33:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:46 smithi119 conmon[83797]: [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:47.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:46 smithi119 conmon[83797]: cluster 2023-12-08T09:33:45.209440+0000 mgr.smithi119.jffuim (mgr.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-08T09:33:47.170 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:33:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:46 smithi145 conmon[88257]: audit 2023-12-08T09:33:45.179244+0000 mgr.smithi119.jffuim (mgr.14180) 172 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:46 smithi145 conmon[88257]: 2023-12-08T09:33:47.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:46 smithi145 conmon[88257]: cluster 2023-12-08T09:33:45.209440+0000 mgr.smithi119.jffuim (mgr.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-08T09:33:49.088 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: cluster 2023-12-08T09:33:47.209752+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:48.403188+0000 mon.smithi119 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:48.404011+0000 mon.smithi119 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:48.404628+0000 mon.smithi119 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:48.408457+0000 mon.smithi119 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:48.412312+0000 mon.smithi119 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:48 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: .419437+0000 mon.smithi119 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: 2023-12-08T09:33:48.419857+0000 mon.smithi119 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi145.aafavs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:48.422327+0000 2023-12-08T09:33:49.089 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: mon.smithi119 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi145.aafavs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T09:33:49.090 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09:33:48.425623+0000 2023-12-08T09:33:49.090 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: mon.smithi119 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:49.090 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: audit 2023-12-08T09: 2023-12-08T09:33:49.090 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: 33:48.426231+0000 mon.smithi119 (mon.0) 619 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:49.090 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:48 smithi145 conmon[88257]: 2023-12-08T09:33:49.100 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: cluster 2023-12-08T09:33:47.209752+0000 mgr.smithi119.jffuim (mgr.14180) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:49.100 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.403188+0000 mon.smithi119 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.404011+0000 mon.smithi119 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.404628+0000 mon.smithi119 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.408457+0000 mon.smithi119 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.412312+0000 mon.smithi119 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.419437+0000 mon.smithi119 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.419857+0000 mon.smithi119 (mon.0) 616 : audit [INF] 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi145.aafavs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.422327+0000 mon.smithi119 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi145.aafavs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.425623+0000 mon.smithi119 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:49.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:48 smithi119 conmon[83797]: audit 2023-12-08T09:33:48.426231+0000 mon.smithi119 (mon.0) 619 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:49.504 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:33:49.504 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:33:50.049 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:49 smithi145 conmon[88257]: cephadm 2023-12-08T09:33:48.416687+0000 mgr.smithi119.jffuim (mgr.14180) 175 : cephadm 2023-12-08T09:33:50.049 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:49 smithi145 conmon[88257]: [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-08T09:33:50.049 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:49 smithi145 conmon[88257]: cephadm 2023-12-08T09:33:48.426724+0000 mgr.smithi119.jffuim (mgr.14180) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi145.aafavs on smithi145 2023-12-08T09:33:50.049 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:49 smithi145 conmon[88257]: cluster 2023-12-08T09:33:49.210390+0000 mgr.smithi119.jffuim (mgr.14180) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:50.050 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:49 smithi145 conmon[88257]: audit 2023-12-08T09:33:49.499920+0000 mgr.smithi119.jffuim (mgr.14180) 178 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:50.108 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:49 smithi119 conmon[83797]: cephadm 2023-12-08T09:33:48.416687+0000 mgr.smithi119.jffuim (mgr.14180) 175 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-08T09:33:50.108 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:49 smithi119 conmon[83797]: cephadm 2023-12-08T09:33:50.108 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:49 smithi119 conmon[83797]: 2023-12-08T09:33:48.426724+0000 mgr.smithi119.jffuim (mgr.14180) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi145.aafavs on smithi145 2023-12-08T09:33:50.108 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:49 smithi119 conmon[83797]: cluster 2023-12-08T09:33:49.210390+0000 mgr.smithi119.jffuim (mgr.14180) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:50.108 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:49 smithi119 conmon[83797]: audit 2023-12-08T09:33:49.499920+0000 mgr.smithi119.jffuim (mgr.14180) 178 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:50.122 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:33:51.123 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:33:52.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: audit 2023-12-08T09:33:50.937817+0000 mon.smithi119 (mon.0) 620 : audit [INF] 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: audit 2023-12-08T09:33:50.938911+0000 mon.smithi119 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi119.uqarjq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: audit 2023-12-08T09:33:50.943441+0000 mon.smithi119 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi119.uqarjq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: audit 2023-12-08T09:33:50.949191+0000 mon.smithi119 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: audit 2023-12-08T09:33:50.949781+0000 mon.smithi119 (mon.0) 624 : audit 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: cephadm 2023-12-08T09:33:50.950277+0000 mgr.smithi119.jffuim (mgr.14180) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi119.uqarjq on smithi119 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: cluster 2023-12-08 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: T09:33:50.992186+0000 mon.smithi119 (mon.0) 625 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: T09:33:50.994855+0000 mon.smithi145 (mon.1) 19 : audit [INF] from='client.? 172.21.15.145:0/3279767688' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: audit 2023-12-08T09:33:50.995183+0000 mon.smithi119 (mon 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: .0) 626 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T09:33:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: cluster 2023-12-08T09:33:51.210777+0000 mgr.smithi119.jffuim 2023-12-08T09:33:52.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:51 smithi145 conmon[88257]: (mgr.14180) 180 : cluster [DBG] pgmap v147: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:52.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: audit 2023-12-08T09:33:50.937817+0000 mon.smithi119 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: audit 2023-12-08T09:33:50.938911+0000 mon.smithi119 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi119.uqarjq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: audit 2023-12-08T09:33:50.943441+0000 mon.smithi119 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi119.uqarjq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: audit 2023-12-08T09:33:50.949191+0000 mon.smithi119 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: audit 2023-12-08T09:33:50.949781+0000 mon.smithi119 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: cephadm 2023-12-08T09:33:50.950277+0000 mgr.smithi119.jffuim (mgr.14180) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi119.uqarjq on smithi119 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: cluster 2023-12-08T09:33:50.992186+0000 mon.smithi119 (mon.0) 625 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: audit 2023-12-08T09:33:50.994855+0000 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: mon.smithi145 (mon.1) 19 : audit [INF] from='client.? 172.21.15.145:0/3279767688' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: audit 2023-12-08T09:33:50.995183+0000 mon.smithi119 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T09:33:52.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:51 smithi119 conmon[83797]: cluster 2023-12-08T09:33:51.210777+0000 mgr.smithi119.jffuim (mgr.14180) 180 : cluster [DBG] pgmap v147: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:53.216 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:52 smithi119 conmon[83797]: audit 2023-12-08T09:33:51.992962+0000 mon.smithi119 (mon.0) 627 : audit [INF] 2023-12-08T09:33:53.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:52 smithi119 conmon[83797]: from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T09:33:53.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:52 smithi119 conmon[83797]: cluster 2023-12-08T09:33:51.993116+0000 mon.smithi119 (mon.0) 628 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T09:33:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:52 smithi145 conmon[88257]: audit 2023-12-08T09:33:51.992962+0000 mon.smithi119 (mon.0) 627 : audit 2023-12-08T09:33:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:52 smithi145 conmon[88257]: [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T09:33:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:52 smithi145 conmon[88257]: cluster 2023-12-08T09:33:51.993116+0000 mon.smithi119 (mon.0) 628 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T09:33:53.812 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:33:53.812 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:33:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:54 smithi119 conmon[83797]: cluster 2023-12-08T09:33:52.999320+0000 mon.smithi119 (mon 2023-12-08T09:33:54.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:54 smithi119 conmon[83797]: .0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T09:33:54.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:54 smithi119 conmon[83797]: audit 2023-12-08T09:33:53.005608+0000 mon.smithi145 (mon.1) 20 : audit [INF] from='client.? 172.21.15.145:0/3279767688' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T09:33:54.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:54 smithi119 conmon[83797]: audit 2023-12-08T09:33:53.006018+0000 mon.smithi119 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T09:33:54.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:54 smithi119 conmon[83797]: cluster 2023-12-08T09:33:53.211108+0000 mgr.smithi119.jffuim (mgr.14180) 181 : cluster [DBG] pgmap v150: 65 pgs: 12 active+clean, 6 creating+peering, 47 unknown; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:54.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:54 smithi119 conmon[83797]: audit 2023-12-08T09:33:53.806713+0000 mgr.smithi119.jffuim (mgr.14180) 182 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:54.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:54 smithi145 conmon[88257]: cluster 2023-12-08T09:33:52.999320+0000 mon.smithi119 (mon.0) 629 : cluster 2023-12-08T09:33:54.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:54 smithi145 conmon[88257]: [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T09:33:54.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:54 smithi145 conmon[88257]: audit 2023-12-08T09:33:53.005608+0000 mon.smithi145 (mon.1) 20 : audit [INF] from='client.? 172.21.15.145:0/3279767688' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T09:33:54.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:54 smithi145 conmon[88257]: audit 2023-12-08T09:33:53.006018+0000 mon.smithi119 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T09:33:54.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:54 smithi145 conmon[88257]: cluster 2023-12-08T09:33:53.211108+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:33:54.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:54 smithi145 conmon[88257]: 14180) 181 : cluster [DBG] pgmap v150: 65 pgs: 12 active+clean, 6 creating+peering, 47 unknown; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:33:54.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:54 smithi145 conmon[88257]: audit 2023-12-08T09:33:53.806713+0000 2023-12-08T09:33:54.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:54 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 182 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:54.672 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: audit 2023-12-08T09:33:54.007477+0000 mon.smithi119 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: cluster 2023-12-08T09:33:54.007582+0000 mon.smithi119 (mon.0) 632 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: audit 2023-12-08T09:33:54.706607+0000 mon.smithi119 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: audit 2023-12-08T09:33:54.707820+0000 mon.smithi119 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi145.dcbuxh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: audit 2023-12-08T09:33:54.710623+0000 mon.smithi119 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi145.dcbuxh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: audit 2023-12-08T09:33:54.713941+0000 mon.smithi119 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: audit 2023-12-08T09:33:54.714492+0000 mon.smithi119 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:55.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:55 smithi145 conmon[88257]: cephadm 2023-12-08T09:33:54.715020+0000 mgr.smithi119.jffuim (mgr.14180) 183 : cephadm [INF] Deploying daemon rgw.foo.smithi145.dcbuxh on smithi145 2023-12-08T09:33:55.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: audit 2023-12-08T09:33:54.007477+0000 mon.smithi119 (mon.0) 631 2023-12-08T09:33:55.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-08T09:33:55.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: cluster 2023-12-08T09:33:54.007582+0000 mon.smithi119 (mon.0) 632 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T09:33:55.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: audit 2023-12-08T09:33:54.706607+0000 mon.smithi119 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:55.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: audit 2023-12-08T09:33:54.707820+0000 mon.smithi119 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi145.dcbuxh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T09:33:55.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: audit 2023-12-08T09:33:54.710623+0000 mon.smithi119 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi145.dcbuxh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T09:33:55.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: audit 2023-12-08T09:33:54.713941+0000 mon.smithi119 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:55.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: audit 2023-12-08T09:33:54.714492+0000 mon.smithi119 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:55.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:55 smithi119 conmon[83797]: cephadm 2023-12-08T09:33:54.715020+0000 mgr.smithi119.jffuim (mgr.14180) 183 : cephadm [INF] Deploying daemon rgw.foo.smithi145.dcbuxh on smithi145 2023-12-08T09:33:55.674 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:33:56.315 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:56 smithi145 conmon[88257]: cluster 2023-12-08T09:33:55.011187+0000 mon.smithi119 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T09:33:56.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:56 smithi145 conmon[88257]: audit 2023-12-08T09:33:55.011991+0000 mon.smithi119 (mon.0) 639 : audit [INF] from='client.? 172.21.15.119:0/4188430983' entity='client.rgw.foo.smithi119.uqarjq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T09:33:56.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:56 smithi145 conmon[88257]: audit 2023-12-08T09:33:55.018466+0000 mon.smithi145 (mon.1) 21 : audit [INF] from='client.? 172.21.15.145:0/3279767688' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T09:33:56.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:56 smithi145 conmon[88257]: audit 2023-12-08T09:33:55.018897+0000 mon.smithi119 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T09:33:56.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:56 smithi145 conmon[88257]: cluster 2023-12-08T09:33:55.211485+0000 mgr.smithi119.jffuim (mgr.14180) 184 : cluster [DBG] pgmap v153: 97 pgs: 42 active+clean, 6 creating+peering, 49 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 462 B/s wr, 1 op/s 2023-12-08T09:33:56.370 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:56 smithi119 conmon[83797]: cluster 2023-12-08T09:33:55.011187+0000 2023-12-08T09:33:56.370 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:56 smithi119 conmon[83797]: mon.smithi119 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T09:33:56.370 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:56 smithi119 conmon[83797]: audit 2023-12-08T09:33:55.011991+0000 mon.smithi119 (mon.0) 639 : audit [INF] from='client.? 172.21.15.119:0/4188430983' entity='client.rgw.foo.smithi119.uqarjq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T09:33:56.370 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:56 smithi119 conmon[83797]: audit 2023-12-08T09:33:55.018466+0000 mon.smithi145 (mon.1) 21 : audit [INF] from='client.? 172.21.15.145:0/3279767688' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T09:33:56.370 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:56 smithi119 conmon[83797]: audit 2023-12-08T09:33:55.018897+0000 mon.smithi119 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T09:33:56.370 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:56 smithi119 conmon[83797]: cluster 2023-12-08T09:33 2023-12-08T09:33:56.370 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:56 smithi119 conmon[83797]: :55.211485+0000 mgr.smithi119.jffuim (mgr.14180) 184 : cluster [DBG] pgmap v153: 97 pgs: 42 active+clean, 6 creating+peering, 49 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 462 B/s wr, 1 op/s 2023-12-08T09:33:57.283 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:57 smithi119 conmon[83797]: audit 2023-12-08T09:33: 2023-12-08T09:33:57.283 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:57 smithi119 conmon[83797]: 56.016091+0000 mon.smithi119 (mon.0) 641 : audit [INF] from='client.? 172.21.15.119:0/4188430983' entity='client.rgw.foo.smithi119.uqarjq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T09:33:57.283 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:57 smithi119 conmon[83797]: audit 2023-12-08T09:33:56.016253+0000 mon.smithi119 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T09:33:57.283 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:57 smithi119 conmon[83797]: cluster 2023-12-08T09:33:56 2023-12-08T09:33:57.283 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:57 smithi119 conmon[83797]: .016331+0000 mon.smithi119 (mon.0) 643 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T09:33:57.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:57 smithi145 conmon[88257]: audit 2023-12-08T09:33:56.016091+0000 mon.smithi119 (mon.0) 641 : audit [INF] from='client.? 172.21.15.119:0/4188430983' entity='client.rgw.foo.smithi119.uqarjq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T09:33:57.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:57 smithi145 conmon[88257]: audit 2023-12-08T09:33:56.016253+0000 mon.smithi119 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T09:33:57.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:57 smithi145 conmon[88257]: cluster 2023-12-08T09:33:56.016331+0000 mon.smithi119 (mon.0) 643 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T09:33:57.729 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:33:57.729 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: cluster 2023-12-08T09:33:57.022617+0000 mon.smithi119 (mon.0 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: ) 644 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.023505+0000 mon.smithi119 (mon.0) 645 : audit [INF] from='client.? 172.21.15.119:0/3799352116' entity='client.rgw.foo.smithi119.uqarjq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.026646+0000 mon.smithi145 (mon.1) 22 : audit [INF] from='client.? 172.21.15.145:0/1668439733' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.027258+0000 mon.smithi119 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: cluster 2023-12-08T09:33:57.212090+0000 mgr.smithi119.jffuim (mgr.14180) 185 : cluster [DBG] pgmap v156: 129 pgs: 2 creating+peering, 67 active+clean, 60 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1023 B/s wr, 5 op/s 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.313716+0000 mon.smithi119 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.315123+0000 mon.smithi119 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi119.viipox", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.319610+0000 mon.smithi119 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi119.viipox", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T09:33:58.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.330167+0000 mon.smithi119 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:58.376 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.331019+0000 mon.smithi119 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:58.376 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: cephadm 2023-12-08T09:33:57.333347+0000 mgr.smithi119.jffuim (mgr.14180) 186 : cephadm [INF] Deploying daemon rgw.foo.smithi119.viipox on smithi119 2023-12-08T09:33:58.376 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:58 smithi119 conmon[83797]: audit 2023-12-08T09:33:57.723678+0000 mgr.smithi119.jffuim (mgr.14180) 187 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:58.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: cluster 2023-12-08T09:33:57.022617+0000 mon.smithi119 (mon.0) 644 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023-12-08T09:33:57.023505+0000 mon.smithi119 (mon.0) 645 : audit [INF] from='client.? 172.21.15.119:0/3799352116' entity='client.rgw.foo.smithi119.uqarjq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023-12-08T09:33:57.026646+0000 mon.smithi145 (mon.1) 22 : audit [INF] from='client.? 172.21.15.145:0/1668439733' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023-12-08T09:33:57.027258+0000 mon.smithi119 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: cluster 2023-12-08T09:33:57.212090+0000 mgr.smithi119.jffuim (mgr.14180) 185 : cluster [DBG] pgmap v156: 129 pgs: 2 creating+peering, 67 active+clean, 60 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1023 B/s wr, 5 op/s 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023-12-08T09:33:57.313716 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023-12-08T09:33:57.315123+0000 mon.smithi119 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi119.viipox", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023-12-08T09:33:57. 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: 319610+0000 mon.smithi119 (mon.0) 649 : audit [INF] 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi119.viipox", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T09:33:58.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023-12-08T09:33 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: :57.330167+0000 mon.smithi119 (mon.0) 650 : audit 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023-12-08T09:33:57 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: .331019+0000 mon.smithi119 (mon.0) 651 : audit 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: cephadm 2023-12-08T09:33:57.333347+0000 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 186 : cephadm [INF] Deploying daemon rgw.foo.smithi119.viipox on smithi119 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: 12-08T09:33:57.723678+0000 mgr.smithi119.jffuim (mgr.14180) 187 : 2023-12-08T09:33:58.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:58 smithi145 conmon[88257]: audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:33:58.737 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:33:59.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: audit 2023-12-08T09:33:58.030471+0000 2023-12-08T09:33:59.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: mon.smithi119 (mon.0) 652 : audit [INF] from='client.? 172.21.15.119:0/3799352116' entity='client.rgw.foo.smithi119.uqarjq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T09:33:59.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: audit 2023-12-08T09:33:58.030615+0000 mon.smithi119 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T09:33:59.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: cluster 2023-12-08T09:33:58.030725+0000 mon.smithi119 (mon.0) 654 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T09:33:59.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: audit 2023-12-08T09:33:58.034468+0000 mon.smithi119 (mon.0) 655 : audit [INF] from='client.? 172.21.15.119:0/3799352116' entity='client.rgw.foo.smithi119.uqarjq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T09:33:59.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: audit 2023 2023-12-08T09:33:59.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: -12-08T09:33:58.041328+0000 mon.smithi145 (mon.1) 23 : audit [INF] from='client.? 172.21.15.145:0/1668439733' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T09:33:59.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: audit 2023-12-08 2023-12-08T09:33:59.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: T09:33:58.042820+0000 mon.smithi119 (mon.0) 656 : audit [INF] 2023-12-08T09:33:59.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:33:59 smithi119 conmon[83797]: from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T09:33:59.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: audit 2023-12-08T09:33:58.030471+0000 mon.smithi119 (mon.0) 652 : audit [INF] from='client.? 172.21.15.119:0/3799352116' entity='client.rgw.foo.smithi119.uqarjq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T09:33:59.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: audit 2023-12-08T09 2023-12-08T09:33:59.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: :33:58.030615+0000 mon.smithi119 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T09:33:59.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: cluster 2023-12-08T09:33:58.030725+0000 mon.smithi119 (mon.0) 654 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T09:33:59.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: audit 2023-12-08T 2023-12-08T09:33:59.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: 09:33:58.034468+0000 mon.smithi119 (mon.0) 655 : audit [INF] from='client.? 172.21.15.119:0/3799352116' entity='client.rgw.foo.smithi119.uqarjq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T09:33:59.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: audit 2023-12-08T09:33: 2023-12-08T09:33:59.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: 58.041328+0000 mon.smithi145 (mon.1) 23 : audit 2023-12-08T09:33:59.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: [INF] from='client.? 172.21.15.145:0/1668439733' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T09:33:59.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: audit 2023-12-08T09:33:58. 2023-12-08T09:33:59.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: 042820+0000 mon.smithi119 (mon.0) 656 : audit [INF] 2023-12-08T09:33:59.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:33:59 smithi145 conmon[88257]: from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T09:33:59.738 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:00.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:00 smithi119 conmon[83797]: audit 2023-12-08T09:33:59.031311+0000 mon.smithi119 2023-12-08T09:34:00.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:00 smithi119 conmon[83797]: (mon.0) 657 : audit [INF] from='client.? 172.21.15.119:0/3799352116' entity='client.rgw.foo.smithi119.uqarjq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T09:34:00.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:00 smithi119 conmon[83797]: audit 2023-12-08T09:33:59.031372+0000 mon.smithi119 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T09:34:00.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:00 smithi119 conmon[83797]: cluster 2023-12-08T09:33:59.031440+0000 mon.smithi119 (mon.0) 659 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T09:34:00.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:00 smithi119 conmon[83797]: cluster 2023-12-08T09:33:59.212438+0000 mgr.smithi119.jffuim (mgr.14180) 188 : cluster [DBG] pgmap v159: 129 pgs: 7 creating+peering, 79 active+clean, 43 unknown; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 1.7 KiB/s wr, 33 op/s 2023-12-08T09:34:00.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:00 smithi145 conmon[88257]: audit 2023-12-08T09:33:59.031311+0000 mon.smithi119 (mon.0) 657 : audit [INF] from='client.? 172.21.15.119:0/3799352116' entity='client.rgw.foo.smithi119.uqarjq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T09:34:00.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:00 smithi145 conmon[88257]: audit 2023-12-08T09:33:59.031372+0000 mon.smithi119 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi145.aafavs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T09:34:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:00 smithi145 conmon[88257]: cluster 2023-12-08T09:33:59.031440+0000 mon.smithi119 (mon.0) 659 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T09:34:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:00 smithi145 conmon[88257]: cluster 2023-12-08T09:33: 2023-12-08T09:34:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:00 smithi145 conmon[88257]: 59.212438+0000 mgr.smithi119.jffuim (mgr.14180) 188 : cluster 2023-12-08T09:34:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:00 smithi145 conmon[88257]: [DBG] pgmap v159: 129 pgs: 7 creating+peering, 79 active+clean, 43 unknown; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 1.7 KiB/s wr, 33 op/s 2023-12-08T09:34:01.975 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:01 smithi119 conmon[83797]: audit 2023-12-08T09:34:00.779462+0000 mon.smithi119 ( 2023-12-08T09:34:01.975 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:01 smithi119 conmon[83797]: mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:34:01.976 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:01 smithi119 conmon[83797]: audit 2023-12-08T09:34:00.785556+0000 mon.smithi119 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:34:01.976 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:01 smithi119 conmon[83797]: cephadm 2023-12-08T09:34:00.796093+0000 mgr.smithi119.jffuim (mgr.14180) 189 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi145.trdqhv on smithi145 2023-12-08T09:34:02.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:01 smithi145 conmon[88257]: audit 2023-12-08T09:34:00.779462+0000 mon.smithi119 (mon. 2023-12-08T09:34:02.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:01 smithi145 conmon[88257]: 0) 660 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:34:02.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:01 smithi145 conmon[88257]: audit 2023-12-08T09:34:00.785556+0000 mon.smithi119 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:34:02.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:01 smithi145 conmon[88257]: cephadm 2023-12-08T09:34:00.796093+0000 mgr.smithi119.jffuim (mgr.14180) 189 : cephadm 2023-12-08T09:34:02.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:01 smithi145 conmon[88257]: [INF] Deploying daemon haproxy.rgw.foo.smithi145.trdqhv on smithi145 2023-12-08T09:34:02.300 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:02.300 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:02.937 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:02 smithi119 conmon[83797]: cluster 2023-12-08T09:34:01.212987+0000 mgr.smithi119.jffuim (mgr.14180) 190 : cluster [DBG] pgmap v160: 129 pgs: 7 creating+peering, 118 active+clean, 4 unknown; 4.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 KiB/s rd, 6.0 KiB/s wr, 347 op/s 2023-12-08T09:34:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:02 smithi119 conmon[83797]: audit 2023-12-08T09:34:02.365464+0000 mon.smithi119 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:34:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:02 smithi145 conmon[88257]: cluster 2023-12-08T09:34:01.212987+0000 mgr.smithi119.jffuim (mgr.14180) 190 : cluster [DBG] 2023-12-08T09:34:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:02 smithi145 conmon[88257]: pgmap v160: 129 pgs: 7 creating+peering, 118 active+clean, 4 unknown; 4.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 KiB/s rd, 6.0 KiB/s wr, 347 op/s 2023-12-08T09:34:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:02 smithi145 conmon[88257]: audit 2023-12-08T09:34:02.365464+0000 mon.smithi119 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:34:03.938 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:04.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:03 smithi119 conmon[83797]: audit 2023-12-08T09:34:02.295561+0000 mgr.smithi119.jffuim (mgr.14180) 191 : audit 2023-12-08T09:34:04.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:03 smithi119 conmon[83797]: [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:03 smithi145 conmon[88257]: audit 2023-12-08T09:34:02.295561+0000 mgr.smithi119.jffuim (mgr.14180) 191 : 2023-12-08T09:34:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:03 smithi145 conmon[88257]: audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:04 smithi119 conmon[83797]: cluster 2023-12-08T09:34:03.213483+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:34:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:04 smithi119 conmon[83797]: .14180) 192 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 251 KiB/s rd, 5.3 KiB/s wr, 449 op/s 2023-12-08T09:34:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:04 smithi145 conmon[88257]: cluster 2023-12-08T09:34:03.213483+0000 mgr.smithi119.jffuim (mgr.14180) 192 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 251 KiB/s rd, 5.3 KiB/s wr, 449 op/s 2023-12-08T09:34:05.775 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:05.775 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:06.363 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:07.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:06 smithi119 conmon[83797]: cluster 2023-12-08T09:34:05.213991+0000 mgr.smithi119.jffuim (mgr.14180) 193 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 KiB/s rd, 4.1 KiB/s wr, 426 op/s 2023-12-08T09:34:07.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:06 smithi119 conmon[83797]: audit 2023-12-08T09:34:05.770700+0000 mgr.smithi119.jffuim (mgr.14180) 194 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:06 smithi145 conmon[88257]: cluster 2023-12-08T09:34:05.213991+0000 mgr.smithi119.jffuim (mgr.14180) 193 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 KiB/s rd, 4.1 KiB/s wr, 426 op/s 2023-12-08T09:34:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:06 smithi145 conmon[88257]: audit 2023-12-08T09:34:05.770700+0000 mgr.smithi119.jffuim (mgr.14180) 194 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:07.364 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:08.831 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:08 smithi119 conmon[83797]: cluster 2023-12-08T09:34:07.214588+0000 2023-12-08T09:34:08.832 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:08 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 209 KiB/s rd, 3.2 KiB/s wr, 360 op/s 2023-12-08T09:34:09.221 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:09.222 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:09.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:08 smithi145 conmon[88257]: cluster 2023-12-08T09:34:07.214588+0000 mgr.smithi119.jffuim (mgr.14180) 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 209 KiB/s rd, 3.2 KiB/s wr, 360 op/s 2023-12-08T09:34:09.835 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:10.837 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:10 smithi119 conmon[83797]: cluster 2023-12-08T09:34:09.215013+0000 mgr.smithi119.jffuim (mgr.14180) 196 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 KiB/s rd, 2.8 KiB/s wr, 325 op/s 2023-12-08T09:34:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:10 smithi119 conmon[83797]: audit 2023-12-08T09:34:09.217261+0000 mgr.smithi119.jffuim (mgr.14180) 197 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:10 smithi145 conmon[88257]: cluster 2023-12-08T09:34:09.215013+0000 mgr.smithi119.jffuim (mgr.14180) 196 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 KiB/s rd, 2.8 KiB/s wr, 325 op/s 2023-12-08T09:34:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:10 smithi145 conmon[88257]: audit 2023-12-08T09:34:09.217261+0000 mgr.smithi119.jffuim (mgr.14180) 197 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:12.685 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:12.685 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:12 smithi119 conmon[83797]: cluster 2023-12-08T09:34:11.215769+0000 mgr.smithi119.jffuim 2023-12-08T09:34:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:12 smithi119 conmon[83797]: (mgr.14180) 198 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 160 KiB/s rd, 2.4 KiB/s wr, 276 op/s 2023-12-08T09:34:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:12 smithi119 conmon[83797]: audit 2023-12-08T09:34:12.373265+0000 mon.smithi119 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:34:13.252 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:13.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:12 smithi145 conmon[88257]: cluster 2023-12-08T09:34:11.215769+0000 mgr.smithi119.jffuim (mgr.14180) 198 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 160 KiB/s rd, 2.4 KiB/s wr, 276 op/s 2023-12-08T09:34:13.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:12 smithi145 conmon[88257]: audit 2023-12-08T09:34:12.373265+0000 2023-12-08T09:34:13.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:12 smithi145 conmon[88257]: mon.smithi119 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:34:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:13 smithi119 conmon[83797]: audit 2023-12-08T09:34:12.680316+0000 mgr.smithi119.jffuim (mgr.14180) 199 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:14.252 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:14.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:13 smithi145 conmon[88257]: audit 2023-12-08T09:34:12.680316+0000 mgr.smithi119.jffuim (mgr.14180) 199 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:15.070 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:14 smithi119 conmon[83797]: cluster 2023-12-08T09:34:13.216245+0000 mgr.smithi119.jffuim (mgr.14180) 200 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 426 B/s wr, 137 op/s 2023-12-08T09:34:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:14 smithi145 conmon[88257]: cluster 2023-12-08T09:34:13.216245+0000 mgr.smithi119.jffuim (mgr.14180) 200 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 426 B/s wr, 137 op/s 2023-12-08T09:34:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:14 smithi145 conmon[88257]: 2023-12-08T09:34:16.157 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:16.158 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:16.785 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:16 smithi119 conmon[83797]: cluster 2023-12-08T09:34:15.216704+0000 mgr.smithi119.jffuim (mgr.14180) 201 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 53 op/s 2023-12-08T09:34:17.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:16 smithi145 conmon[88257]: cluster 2023-12-08T09:34:15.216704+0000 mgr.smithi119.jffuim (mgr.14180) 201 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 53 op/s 2023-12-08T09:34:17.786 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:18.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:17 smithi119 conmon[83797]: audit 2023-12-08T09:34:16.153028+0000 mgr.smithi119.jffuim (mgr.14180) 202 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:18.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:17 smithi145 conmon[88257]: audit 2023-12-08T09:34:16.153028+0000 mgr.smithi119.jffuim (mgr.14180) 202 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:19.052 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:18 smithi119 conmon[83797]: cluster 2023-12-08T09:34:17.217270+0000 mgr.smithi119.jffuim (mgr.14180) 203 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T09:34:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:18 smithi145 conmon[88257]: cluster 2023-12-08T09:34:17.217270+0000 mgr.smithi119.jffuim (mgr.14180) 203 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T09:34:19.659 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:19.660 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:19 smithi119 conmon[83797]: cluster 2023-12-08T09:34:19.217699+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:34:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:19 smithi119 conmon[83797]: 14180) 204 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:19 smithi119 conmon[83797]: audit 2023-12-08T09:34:19.654758+0000 mgr.smithi119.jffuim (mgr.14180) 205 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:20.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:19 smithi145 conmon[88257]: cluster 2023-12-08T09:34:19.217699+0000 mgr.smithi119.jffuim (mgr.14180) 204 : 2023-12-08T09:34:20.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:19 smithi145 conmon[88257]: cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:20.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:19 smithi145 conmon[88257]: audit 2023-12-08T09:34:19.654758+0000 mgr.smithi119.jffuim (mgr.14180) 205 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:20.276 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:21.277 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:22.526 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:22 smithi119 conmon[83797]: cluster 2023-12-08T09:34:21.218569+0000 mgr.smithi119.jffuim (mgr.14180) 206 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:22.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:22 smithi145 conmon[88257]: cluster 2023-12-08T09:34:21.218569+0000 mgr.smithi119.jffuim (mgr.14180) 206 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:22.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:22 smithi145 conmon[88257]: 2023-12-08T09:34:23.175 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:23.175 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:23.767 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:24.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:24 smithi119 conmon[83797]: audit 2023-12-08T09:34:23.170149+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:34:24.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:24 smithi119 conmon[83797]: .14180) 207 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:24.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:24 smithi119 conmon[83797]: cluster 2023-12-08T09:34:23.219051+0000 mgr.smithi119.jffuim (mgr.14180) 208 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:24.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:24 smithi145 conmon[88257]: audit 2023-12-08T09:34:23.170149+0000 mgr.smithi119.jffuim (mgr.14180) 207 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:24.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:24 smithi145 conmon[88257]: cluster 2023-12-08T09:34:23.219051+0000 mgr.smithi119.jffuim (mgr.14180) 208 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:24.768 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:26.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:26 smithi119 conmon[83797]: cluster 2023-12-08T09:34:25.219549+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:34:26.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:26 smithi119 conmon[83797]: 14180) 209 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:26.632 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:26.632 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:26.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:26 smithi145 conmon[88257]: cluster 2023-12-08T09:34:25.219549+0000 mgr.smithi119.jffuim ( 2023-12-08T09:34:26.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:26 smithi145 conmon[88257]: mgr.14180) 209 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:27.242 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:27.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:27 smithi119 conmon[83797]: audit 2023-12-08T09:34:26.627733+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:34:27.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:27 smithi119 conmon[83797]: 210 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:27 smithi145 conmon[88257]: audit 2023-12-08T09:34:26.627733+0000 mgr.smithi119.jffuim (mgr.14180) 210 : audit [DBG] 2023-12-08T09:34:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:27 smithi145 conmon[88257]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:28.244 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:28.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:28 smithi119 conmon[83797]: cluster 2023-12-08T09:34:27.220190+0000 mgr.smithi119.jffuim (mgr.14180) 211 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:28.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:28 smithi145 conmon[88257]: cluster 2023-12-08T09:34:27.220190+0000 mgr.smithi119.jffuim (mgr.14180) 211 : cluster 2023-12-08T09:34:28.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:28 smithi145 conmon[88257]: [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:30.105 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:30.105 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:30.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:30 smithi119 conmon[83797]: cluster 2023-12-08T09:34:29.220738+0000 mgr.smithi119.jffuim (mgr.14180) 212 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:30.719 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:30.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:30 smithi145 conmon[88257]: cluster 2023-12-08T09:34:29.220738+0000 mgr.smithi119.jffuim (mgr.14180) 212 : cluster [DBG] 2023-12-08T09:34:30.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:30 smithi145 conmon[88257]: pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:31.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:31 smithi119 conmon[83797]: audit 2023-12-08T09:34:30.099945+0000 mgr.smithi119.jffuim (mgr.14180) 213 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:31.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:31 smithi119 conmon[83797]: 2023-12-08T09:34:31.720 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:31.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:31 smithi145 conmon[88257]: audit 2023-12-08T09:34:30.099945+0000 mgr.smithi119.jffuim (mgr.14180) 213 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:32.558 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:32 smithi119 conmon[83797]: cluster 2023-12-08T09:34:31.221278+0000 mgr.smithi119.jffuim (mgr.14180) 214 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:32.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:32 smithi145 conmon[88257]: cluster 2023-12-08T09:34:31.221278+0000 mgr.smithi119.jffuim (mgr.14180) 214 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:33.598 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:33.599 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:34.232 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:34.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:34 smithi119 conmon[83797]: cluster 2023-12-08T09:34:33.221716+0000 mgr.smithi119.jffuim (mgr.14180) 215 2023-12-08T09:34:34.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:34 smithi119 conmon[83797]: : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:34.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:34 smithi119 conmon[83797]: audit 2023-12-08T09:34:33.593854+0000 mgr.smithi119.jffuim (mgr.14180) 216 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:34.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:34 smithi145 conmon[88257]: cluster 2023-12-08T09:34:33.221716+0000 mgr.smithi119.jffuim (mgr.14180) 215 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:34.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:34 smithi145 conmon[88257]: audit 2023-12-08T09:34: 2023-12-08T09:34:34.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:34 smithi145 conmon[88257]: 33.593854+0000 mgr.smithi119.jffuim (mgr.14180) 216 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:35.233 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:36.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:36 smithi119 conmon[83797]: cluster 2023-12-08T09:34:35.222419+0000 mgr.smithi119.jffuim (mgr.14180) 217 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:36.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:36 smithi145 conmon[88257]: cluster 2023-12-08T09:34:35.222419+0000 mgr.smithi119.jffuim (mgr.14180) 217 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:37.081 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:37.081 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:37.690 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:38 smithi119 conmon[83797]: audit 2023-12-08T09:34:37.076550+0000 mgr.smithi119.jffuim (mgr.14180) 218 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:38 smithi119 conmon[83797]: cluster 2023-12-08T 2023-12-08T09:34:38.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:38 smithi119 conmon[83797]: 09:34:37.222877+0000 mgr.smithi119.jffuim (mgr.14180) 219 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:38.692 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:38.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:38 smithi145 conmon[88257]: audit 2023-12-08T09:34:37.076550+0000 mgr.smithi119.jffuim (mgr.14180) 218 : audit [DBG] 2023-12-08T09:34:38.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:38 smithi145 conmon[88257]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:38.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:38 smithi145 conmon[88257]: cluster 2023-12-08T09:34:37.222877+0000 mgr.smithi119.jffuim (mgr.14180) 219 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:40.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:40 smithi119 conmon[83797]: cluster 2023-12-08T09:34:39.223367+0000 mgr.smithi119.jffuim (mgr.14180) 220 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:40.640 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:40.640 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:40 smithi145 conmon[88257]: cluster 2023-12-08T09:34:39.223367+0000 mgr.smithi119.jffuim (mgr.14180) 220 : cluster [DBG] 2023-12-08T09:34:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:40 smithi145 conmon[88257]: pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:41.207 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:41.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:41 smithi119 conmon[83797]: audit 2023-12-08T09:34:40.635857+0000 mgr.smithi119.jffuim (mgr.14180) 221 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:41.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:41 smithi145 conmon[88257]: audit 2023-12-08T09:34:40.635857+0000 mgr.smithi119.jffuim (mgr.14180) 221 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:41.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:41 smithi145 conmon[88257]: 2023-12-08T09:34:42.208 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:42.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:42 smithi119 conmon[83797]: cluster 2023-12-08T09:34:41.223893+0000 mgr.smithi119.jffuim (mgr.14180) 222 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:42.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:42 smithi119 conmon[83797]: 2023-12-08T09:34:42.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:42 smithi145 conmon[88257]: cluster 2023-12-08T09:34:41.223893+0000 mgr.smithi119.jffuim (mgr.14180) 222 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:42.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:42 smithi145 conmon[88257]: 2023-12-08T09:34:44.133 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:44.133 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:44.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:44 smithi119 conmon[83797]: cluster 2023-12-08T09:34:43.224593+0000 mgr.smithi119.jffuim (mgr.14180) 223 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:44.747 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:44.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:44 smithi145 conmon[88257]: cluster 2023-12-08T09:34:43.224593+0000 mgr.smithi119.jffuim (mgr.14180) 223 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:45.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:45 smithi119 conmon[83797]: audit 2023-12-08T09:34:44.128538+0000 mgr.smithi119.jffuim (mgr.14180) 224 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:45.748 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:45.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:45 smithi145 conmon[88257]: audit 2023-12-08T09:34:44.128538+0000 mgr.smithi119.jffuim (mgr.14180) 224 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:46.589 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:46 smithi119 conmon[83797]: cluster 2023-12-08T09:34:45.225218+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:34:46.590 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:46 smithi119 conmon[83797]: .14180) 225 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:46.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:46 smithi145 conmon[88257]: cluster 2023-12-08T09:34:45.225218+0000 mgr.smithi119.jffuim (mgr.14180) 225 : cluster 2023-12-08T09:34:46.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:46 smithi145 conmon[88257]: [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:47.622 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:47.623 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:48.247 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:48.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:48 smithi119 conmon[83797]: cluster 2023-12-08T09:34:47.225691+0000 mgr.smithi119.jffuim (mgr.14180) 226 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:48.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:48 smithi119 conmon[83797]: audit 2023-12-08T09:34:47.617864+0000 mgr.smithi119.jffuim (mgr.14180) 227 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:48.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:48 smithi145 conmon[88257]: cluster 2023-12-08T09:34:47.225691+0000 mgr.smithi119.jffuim (mgr.14180) 226 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:48.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:48 smithi145 conmon[88257]: audit 2023-12-08T09:34:47.617864+0000 mgr.smithi119.jffuim (mgr.14180) 227 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:49.248 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:50 smithi145 conmon[88257]: cluster 2023-12-08T09:34:49.226244+0000 mgr.smithi119.jffuim (mgr.14180) 228 : cluster [DBG] 2023-12-08T09:34:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:50 smithi145 conmon[88257]: pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:50.762 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:50 smithi119 conmon[83797]: cluster 2023-12-08T09: 2023-12-08T09:34:50.762 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:50 smithi119 conmon[83797]: 34:49.226244+0000 mgr.smithi119.jffuim (mgr.14180) 228 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:51.158 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:51.158 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:51.812 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:52.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:52 smithi145 conmon[88257]: audit 2023-12-08T09:34:51.152015+0000 mgr.smithi119.jffuim (mgr.14180) 229 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:52.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:52 smithi145 conmon[88257]: cluster 2023-12-08T09:34:51.226852+0000 mgr.smithi119.jffuim (mgr.14180) 230 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:52.813 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:52.840 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:52 smithi119 conmon[83797]: audit 2023-12-08T09:34:51.152015+0000 mgr.smithi119.jffuim (mgr.14180) 229 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:52.840 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:52 smithi119 conmon[83797]: cluster 2023-12-08T09:34:51.226852+0000 mgr.smithi119.jffuim (mgr.14180) 230 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:54.690 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:54.690 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:54.716 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:54 smithi119 conmon[83797]: cluster 2023-12-08T09:34:53.227468+0000 mgr.smithi119.jffuim (mgr.14180) 231 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:54.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:54 smithi145 conmon[88257]: cluster 2023-12-08T09:34:53.227468+0000 mgr.smithi119.jffuim (mgr.14180) 231 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:54.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:54 smithi145 conmon[88257]: 2023-12-08T09:34:55.270 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:55.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:55 smithi119 conmon[83797]: audit 2023-12-08T09:34:54.684902+0000 mgr.smithi119.jffuim (mgr.14180) 232 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:55.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:55 smithi145 conmon[88257]: audit 2023-12-08T09:34:54.684902+0000 mgr.smithi119.jffuim (mgr.14180) 232 : audit 2023-12-08T09:34:55.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:55 smithi145 conmon[88257]: [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:56.271 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:56.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:56 smithi119 conmon[83797]: cluster 2023-12-08T09:34:55.227922+0000 mgr.smithi119.jffuim (mgr.14180) 233 2023-12-08T09:34:56.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:56 smithi119 conmon[83797]: : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:56.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:56 smithi145 conmon[88257]: cluster 2023-12-08T09:34:55.227922+0000 mgr.smithi119.jffuim (mgr.14180) 233 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:57 smithi145 conmon[88257]: audit 2023-12-08T09:34:57.183305+0000 mon.smithi119 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.6", "id": [4, 0]}]: dispatch 2023-12-08T09:34:57.757 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:57 smithi119 conmon[83797]: audit 2023-12-08T09:34:57.183305+0000 mon.smithi119 (mon.0) 2023-12-08T09:34:57.757 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:57 smithi119 conmon[83797]: 664 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.6", "id": [4, 0]}]: dispatch 2023-12-08T09:34:58.139 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:34:58.140 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:34:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:58 smithi145 conmon[88257]: cluster 2023-12-08T09:34:57.228322+0000 mgr.smithi119.jffuim (mgr.14180) 234 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:58 smithi145 conmon[88257]: audit 2023-12-08T09:34:57.422282+0000 2023-12-08T09:34:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:58 smithi145 conmon[88257]: mon.smithi119 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.6", "id": [4, 0]}]': finished 2023-12-08T09:34:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:58 smithi145 conmon[88257]: cluster 2023-12-08T09:34:57.422342+0000 mon.smithi119 (mon.0) 666 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-08T09:34:58.807 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:58 smithi119 conmon[83797]: cluster 2023-12-08T09:34:57.228322+0000 mgr.smithi119.jffuim (mgr.14180) 234 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:34:58.807 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:58 smithi119 conmon[83797]: audit 2023-12-08T09:34:57.422282+0000 mon.smithi119 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.6", "id": [4, 0]}]': finished 2023-12-08T09:34:58.808 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:58 smithi119 conmon[83797]: cluster 2023-12-08T09:34:57.422342+0000 mon.smithi119 (mon.0) 666 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-08T09:34:58.820 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:34:59.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:59 smithi145 conmon[88257]: audit 2023-12-08T09:34:58.134888+0000 mgr.smithi119.jffuim (mgr.14180) 235 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:59.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:59 smithi145 conmon[88257]: cluster 2023-12-08T09:34:58.426785+0000 mon.smithi119 ( 2023-12-08T09:34:59.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:34:59 smithi145 conmon[88257]: mon.0) 667 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-08T09:34:59.821 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:34:59.850 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:59 smithi119 conmon[83797]: audit 2023-12-08T09:34:58.134888+0000 mgr.smithi119.jffuim (mgr.14180) 235 : 2023-12-08T09:34:59.850 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:59 smithi119 conmon[83797]: audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:34:59.850 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:34:59 smithi119 conmon[83797]: cluster 2023-12-08T09:34:58.426785+0000 mon.smithi119 (mon.0) 667 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-08T09:35:00.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:00 smithi119 conmon[83797]: cluster 2023-12-08T09:34:59.228641+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:35:00.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:00 smithi119 conmon[83797]: .14180) 236 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:00 smithi145 conmon[88257]: cluster 2023-12-08T09:34:59.228641+0000 mgr.smithi119.jffuim (mgr.14180) 236 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:01.679 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:01.679 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:02.231 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:02.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:02 smithi119 conmon[83797]: cluster 2023-12-08T09:35:01.229161+0000 mgr.smithi119.jffuim (mgr.14180) 237 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:02.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:02 smithi119 conmon[83797]: audit 2023-12-08T09:35:01.674195+0000 mgr.smithi119.jffuim (mgr.14180) 238 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:02.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:02 smithi145 conmon[88257]: cluster 2023-12-08T09:35:01.229161+0000 mgr.smithi119.jffuim (mgr.14180) 237 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:02.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:02 smithi145 conmon[88257]: audit 2023-12-08T09:35:01.674195+0000 mgr.smithi119.jffuim (mgr.14180) 238 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:03.232 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:04.748 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:04 smithi119 conmon[83797]: cluster 2023-12-08T09:35:03.229645+0000 mgr.smithi119.jffuim (mgr.14180) 239 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:04.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:04 smithi145 conmon[88257]: cluster 2023-12-08T09:35:03.229645+0000 mgr.smithi119.jffuim (mgr.14180) 239 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:05.117 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:05.117 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:05.687 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:06.687 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:06.718 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:06 smithi119 conmon[83797]: audit 2023-12-08T09:35:05.112410+0000 mgr.smithi119.jffuim (mgr.14180) 240 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:06.718 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:06 smithi119 conmon[83797]: cluster 2023-12-08T09:35:05.230447+0000 mgr.smithi119.jffuim (mgr.14180) 241 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:06.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:06 smithi145 conmon[88257]: audit 2023-12-08T09:35:05.112410+0000 mgr.smithi119.jffuim (mgr.14180) 240 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:06.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:06 smithi145 conmon[88257]: cluster 2023-12-08T09:35:05.230447+0000 mgr.smithi119.jffuim (mgr.14180) 241 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:08.620 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:08.621 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:08.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:08 smithi145 conmon[88257]: cluster 2023-12-08T09:35:07.230891+0000 mgr.smithi119.jffuim (mgr.14180) 242 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:08.802 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:08 smithi119 conmon[83797]: cluster 2023-12-08T09:35:07.230891+0000 mgr.smithi119.jffuim (mgr.14180) 242 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:09.225 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:09.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:09 smithi119 conmon[83797]: audit 2023-12-08T09:35:08.615166+0000 mgr.smithi119.jffuim 2023-12-08T09:35:09.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:09 smithi119 conmon[83797]: (mgr.14180) 243 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:09.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:09 smithi145 conmon[88257]: audit 2023-12-08T09:35:08.615166+0000 mgr.smithi119.jffuim (mgr.14180) 243 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:10.226 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:10.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:10 smithi119 conmon[83797]: cluster 2023-12-08T09:35:09.231397+0000 mgr.smithi119.jffuim (mgr.14180) 244 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:10 smithi145 conmon[88257]: cluster 2023-12-08T09:35:09.231397+0000 mgr.smithi119.jffuim (mgr.14180) 244 : cluster 2023-12-08T09:35:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:10 smithi145 conmon[88257]: [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:12.060 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:12.060 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:12.701 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:12.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:12 smithi145 conmon[88257]: cluster 2023-12-08T09:35:11.231880+0000 mgr.smithi119.jffuim (mgr.14180) 245 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:12.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:12 smithi119 conmon[83797]: cluster 2023-12-08T09:35:11.231880+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:35:12.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:12 smithi119 conmon[83797]: 14180) 245 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:13.702 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:13.733 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:13 smithi119 conmon[83797]: audit 2023-12-08T09:35:12.055131+0000 mgr.smithi119.jffuim (mgr.14180) 246 : audit 2023-12-08T09:35:13.733 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:13 smithi119 conmon[83797]: [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:13.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:13 smithi145 conmon[88257]: audit 2023-12-08T09:35:12.055131+0000 mgr.smithi119.jffuim (mgr.14180) 246 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:14.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:14 smithi145 conmon[88257]: cluster 2023-12-08T09:35:13.232478+0000 mgr.smithi119.jffuim (mgr.14180) 247 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:14.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:14 smithi119 conmon[83797]: cluster 2023-12-08T09:35:13.232478+0000 mgr.smithi119.jffuim (mgr.14180) 247 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:15.540 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:15.541 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:16.184 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:16.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:16 smithi145 conmon[88257]: cluster 2023-12-08T09:35:15.233180+0000 mgr.smithi119.jffuim (mgr.14180) 248 : cluster [DBG] 2023-12-08T09:35:16.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:16 smithi145 conmon[88257]: pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:16.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:16 smithi145 conmon[88257]: audit 2023-12-08T09:35:15.535157+0000 mgr.smithi119.jffuim (mgr.14180) 249 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:16 smithi119 conmon[83797]: cluster 2023-12-08T09:35:15.233180+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:35:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:16 smithi119 conmon[83797]: 248 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:16 smithi119 conmon[83797]: audit 2023-12-08T09:35:15.535157+0000 mgr.smithi119.jffuim (mgr.14180) 249 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:17.185 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:18.689 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:18 smithi119 conmon[83797]: cluster 2023-12-08T09:35:17.233702+0000 mgr.smithi119.jffuim (mgr.14180) 250 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:18.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:18 smithi145 conmon[88257]: cluster 2023-12-08T09:35:17.233702+0000 mgr.smithi119.jffuim (mgr.14180) 250 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:19.066 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:19.067 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:19.716 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:20.716 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:20.745 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:20 smithi119 conmon[83797]: audit 2023-12-08T09:35:19.061987+0000 mgr.smithi119.jffuim (mgr.14180) 251 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:20.745 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:20 smithi119 conmon[83797]: cluster 2023-12-08T09:35:19.234168+0000 mgr.smithi119.jffuim (mgr.14180) 252 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:20.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:20 smithi145 conmon[88257]: audit 2023-12-08T09:35:19.061987+0000 mgr.smithi119.jffuim (mgr.14180) 251 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:20.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:20 smithi145 conmon[88257]: cluster 2023-12-08T09:35 2023-12-08T09:35:20.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:20 smithi145 conmon[88257]: :19.234168+0000 mgr.smithi119.jffuim (mgr.14180) 252 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:22.477 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:22 smithi119 conmon[83797]: cluster 2023-12-08T09:35:21.234834+0000 mgr.smithi119.jffuim (mgr.14180) 253 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:22.643 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:22.643 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:22.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:22 smithi145 conmon[88257]: cluster 2023-12-08T09:35:21.234834+0000 mgr.smithi119.jffuim (mgr.14180) 253 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:23.208 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:23.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:23 smithi145 conmon[88257]: audit 2023-12-08T09:35:22.638321+0000 mgr.smithi119.jffuim (mgr.14180) 254 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:23 smithi119 conmon[83797]: audit 2023-12-08T09:35:22.638321+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:35:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:23 smithi119 conmon[83797]: 254 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:24.208 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:24.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:24 smithi119 conmon[83797]: cluster 2023-12-08T09:35:23.235410+0000 mgr.smithi119.jffuim 2023-12-08T09:35:24.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:24 smithi119 conmon[83797]: (mgr.14180) 255 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:24.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:24 smithi145 conmon[88257]: cluster 2023-12-08T09:35:23.235410+0000 mgr.smithi119.jffuim (mgr.14180) 255 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:26.094 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:26.095 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:26.739 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:26 smithi119 conmon[83797]: cluster 2023-12-08T09:35:25.236082+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:35:26.739 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:26 smithi119 conmon[83797]: 14180) 256 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:26.740 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:26.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:26 smithi145 conmon[88257]: cluster 2023-12-08T09:35:25.236082+0000 mgr.smithi119.jffuim (mgr.14180) 256 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:27.741 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:27 smithi145 conmon[88257]: audit 2023-12-08T09:35:26.089835+0000 mgr.smithi119.jffuim (mgr.14180) 257 : audit 2023-12-08T09:35:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:27 smithi145 conmon[88257]: [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:27.772 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:27 smithi119 conmon[83797]: audit 2023-12-08T09:35:26.089835+0000 mgr.smithi119.jffuim (mgr.14180) 257 : audit 2023-12-08T09:35:27.772 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:27 smithi119 conmon[83797]: [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:28.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:28 smithi145 conmon[88257]: cluster 2023-12-08T09:35:27.236721+0000 mgr.smithi119.jffuim (mgr.14180) 258 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:28.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:28 smithi119 conmon[83797]: cluster 2023-12-08T09:35:27.236721 2023-12-08T09:35:28.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:28 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14180) 258 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:29.640 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:29.640 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:30.248 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:30 smithi145 conmon[88257]: cluster 2023-12-08T09:35:29.237111+0000 mgr.smithi119.jffuim (mgr.14180) 259 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:30 smithi145 conmon[88257]: audit 2023-12-08T09:35:29.634984+0000 mgr.smithi119.jffuim (mgr.14180) 260 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:30 smithi119 conmon[83797]: cluster 2023-12-08T09:35:29.237111+0000 mgr.smithi119.jffuim (mgr.14180) 259 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:30 smithi119 conmon[83797]: audit 2023-12-08T09:35:29.634984+0000 mgr.smithi119.jffuim (mgr.14180) 260 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:31.248 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:32.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:32 smithi145 conmon[88257]: cluster 2023-12-08T09:35:31.237709+0000 mgr.smithi119.jffuim (mgr.14180) 261 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:32.761 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:32 smithi119 conmon[83797]: cluster 2023-12-08T09:35:31.237709+0000 mgr.smithi119.jffuim (mgr.14180) 261 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:33.081 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:33.081 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:33.756 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:34.757 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:34.784 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:34 smithi119 conmon[83797]: audit 2023-12-08T09:35:33.076955+0000 mgr.smithi119.jffuim ( 2023-12-08T09:35:34.784 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:34 smithi119 conmon[83797]: mgr.14180) 262 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:34.784 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:34 smithi119 conmon[83797]: cluster 2023-12-08T09:35:33.238167+0000 mgr.smithi119.jffuim (mgr.14180) 263 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:34 smithi145 conmon[88257]: audit 2023-12-08T09:35:33.076955+0000 mgr.smithi119.jffuim (mgr.14180) 262 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:34 smithi145 conmon[88257]: cluster 2023-12-08T09:35:33.238167+0000 mgr.smithi119.jffuim (mgr.14180) 263 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:36.574 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:36.574 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:36.764 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:36 smithi119 conmon[83797]: cluster 2023-12-08T09:35:35.238661+0000 mgr.smithi119.jffuim (mgr.14180) 264 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:36 smithi145 conmon[88257]: cluster 2023-12-08T09:35:35.238661+0000 mgr.smithi119.jffuim (mgr.14180) 264 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:37.182 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:37.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:37 smithi119 conmon[83797]: audit 2023-12-08T09:35:36.569506+0000 mgr.smithi119.jffuim (mgr.14180) 265 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:37 smithi145 conmon[88257]: audit 2023-12-08T09:35:36.569506+0000 mgr.smithi119.jffuim (mgr.14180) 265 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:38.182 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:38.863 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:38 smithi119 conmon[83797]: cluster 2023-12-08T09:35:37.239133+0000 mgr.smithi119.jffuim (mgr.14180) 266 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:39.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:38 smithi145 conmon[88257]: cluster 2023-12-08T09:35:37.239133+0000 mgr.smithi119.jffuim (mgr.14180) 266 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:40.127 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:40.127 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:40.754 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:40 smithi145 conmon[88257]: cluster 2023-12-08T09:35:39.239677+0000 mgr.smithi119.jffuim (mgr.14180) 267 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:40 smithi119 conmon[83797]: cluster 2023-12-08T09:35:39.239677+0000 mgr.smithi119.jffuim (mgr.14180) 267 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:41.756 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:41.794 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:41 smithi119 conmon[83797]: audit 2023-12-08T09:35:40.121941+0000 mgr.smithi119.jffuim (mgr.14180) 268 : 2023-12-08T09:35:41.795 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:41 smithi119 conmon[83797]: audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:41 smithi145 conmon[88257]: audit 2023-12-08T09:35:40.121941+0000 mgr.smithi119.jffuim (mgr.14180) 268 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:42 smithi119 conmon[83797]: cluster 2023-12-08T09:35:41.240193+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:35:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:42 smithi119 conmon[83797]: 14180) 269 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:42 smithi145 conmon[88257]: cluster 2023-12-08T09:35:41.240193+0000 mgr.smithi119.jffuim (mgr.14180) 269 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:43.668 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:43.668 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:44.284 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:44 smithi119 conmon[83797]: cluster 2023-12-08T09:35:43.240661+0000 mgr.smithi119.jffuim (mgr.14180) 270 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:44 smithi119 conmon[83797]: audit 2023-12-08T09:35:43.663188+0000 mgr.smithi119.jffuim (mgr.14180) 271 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:44 smithi145 conmon[88257]: cluster 2023-12-08T09:35:43.240661+0000 mgr.smithi119.jffuim (mgr.14180) 270 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:44 smithi145 conmon[88257]: audit 2023-12-08T09:35:43.663188+0000 2023-12-08T09:35:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:44 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 271 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:45.285 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:46.815 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:46 smithi119 conmon[83797]: cluster 2023-12-08T09:35:45.241298+0000 mgr.smithi119.jffuim (mgr.14180) 272 2023-12-08T09:35:46.815 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:46 smithi119 conmon[83797]: : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:47.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:46 smithi145 conmon[88257]: cluster 2023-12-08T09:35:45.241298+0000 mgr.smithi119.jffuim (mgr.14180) 272 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:47.229 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:47.230 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:47.812 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:48.813 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:48.841 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:48 smithi119 conmon[83797]: audit 2023-12-08T09:35:47.224853+0000 mgr.smithi119.jffuim (mgr.14180) 273 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:48.842 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:48 smithi119 conmon[83797]: cluster 2023-12-08T09:35:47.241759+0000 mgr.smithi119.jffuim (mgr.14180) 274 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:48 smithi145 conmon[88257]: audit 2023-12-08T09:35:47.224853+0000 mgr.smithi119.jffuim (mgr.14180) 273 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:48 smithi145 conmon[88257]: cluster 2023-12-08T09:35:47.241759+0000 mgr.smithi119.jffuim (mgr.14180) 274 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:50.666 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:50.666 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:50 smithi145 conmon[88257]: cluster 2023-12-08T09:35:49.242482+0000 mgr.smithi119.jffuim (mgr.14180) 275 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:50.870 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:50 smithi119 conmon[83797]: cluster 2023-12-08T09:35:49.242482+0000 mgr.smithi119.jffuim (mgr.14180) 275 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:51.261 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:51 smithi119 conmon[83797]: audit 2023-12-08T09:35:50.661571+0000 mgr.smithi119.jffuim (mgr.14180) 276 : 2023-12-08T09:35:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:51 smithi119 conmon[83797]: audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:51 smithi145 conmon[88257]: audit 2023-12-08T09:35:50.661571+0000 mgr.smithi119.jffuim (mgr.14180) 276 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:52.262 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:52.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:52 smithi119 conmon[83797]: cluster 2023-12-08T09:35:51.243046+0000 mgr.smithi119.jffuim (mgr.14180) 277 : cluster [DBG] 2023-12-08T09:35:52.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:52 smithi119 conmon[83797]: pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:52 smithi145 conmon[88257]: cluster 2023-12-08T09:35:51.243046+0000 mgr.smithi119.jffuim (mgr.14180) 277 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:54.110 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:54.111 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:54.719 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:54 smithi119 conmon[83797]: cluster 2023-12-08T09:35:53.243656+0000 mgr.smithi119.jffuim (mgr.14180) 278 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:54 smithi145 conmon[88257]: cluster 2023-12-08T09:35:53.243656+0000 mgr.smithi119.jffuim (mgr.14180) 278 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:55.720 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:35:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:55 smithi119 conmon[83797]: audit 2023-12-08T09:35:54.106310+0000 mgr.smithi119.jffuim (mgr.14180) 279 : audit 2023-12-08T09:35:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:55 smithi119 conmon[83797]: [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:55 smithi145 conmon[88257]: audit 2023-12-08T09:35:54.106310+0000 mgr.smithi119.jffuim (mgr.14180) 279 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:55 smithi145 conmon[88257]: 2023-12-08T09:35:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:56 smithi119 conmon[83797]: cluster 2023-12-08T09:35:55.244212+0000 mgr.smithi119.jffuim (mgr.14180) 280 : 2023-12-08T09:35:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:56 smithi119 conmon[83797]: cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:56 smithi145 conmon[88257]: cluster 2023-12-08T09:35:55.244212+0000 mgr.smithi119.jffuim (mgr.14180) 280 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:57.665 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:35:57.665 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:35:58.268 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:35:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:58 smithi119 conmon[83797]: cluster 2023-12-08T09:35:57.244775+0000 mgr.smithi119.jffuim (mgr.14180) 281 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:35:58 smithi119 conmon[83797]: audit 2023-12-08T09:35:57.660287+0000 mgr.smithi119.jffuim (mgr.14180) 282 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:58 smithi145 conmon[88257]: cluster 2023-12-08T09:35:57.244775+0000 mgr.smithi119.jffuim (mgr.14180) 281 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:35:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:58 smithi145 conmon[88257]: 2023-12-08T09:35:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:35:58 smithi145 conmon[88257]: audit 2023-12-08T09:35:57.660287+0000 mgr.smithi119.jffuim (mgr.14180) 282 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:35:59.269 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:00 smithi145 conmon[88257]: cluster 2023-12-08T09:35:59.245447+0000 mgr.smithi119.jffuim (mgr.14180) 283 : cluster [DBG] 2023-12-08T09:36:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:00 smithi145 conmon[88257]: pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:00.804 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:00 smithi119 conmon[83797]: cluster 2023-12-08T09:35:59.245447+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:36:00.804 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:00 smithi119 conmon[83797]: 14180) 283 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:01.188 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:01.188 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:01.768 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:02.769 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:02.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:02 smithi119 conmon[83797]: audit 2023-12-08T09:36:01.183287+0000 mgr.smithi119.jffuim (mgr.14180) 284 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:02.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:02 smithi119 conmon[83797]: cluster 2023-12-08T09:36:01.245975+0000 mgr.smithi119.jffuim (mgr.14180) 285 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:02 smithi145 conmon[88257]: audit 2023-12-08T09:36:01.183287+0000 mgr.smithi119.jffuim (mgr.14180) 284 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:02 smithi145 conmon[88257]: cluster 2023-12-08T09:36:01.245975+0000 mgr.smithi119.jffuim (mgr.14180) 285 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:04.652 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:04.652 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:04.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:04 smithi119 conmon[83797]: cluster 2023-12-08T09:36:03.246570+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:36:04.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:04 smithi119 conmon[83797]: 14180) 286 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:04 smithi145 conmon[88257]: cluster 2023-12-08T09:36:03.246570+0000 mgr.smithi119.jffuim (mgr.14180) 286 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:05.175 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:05.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:05 smithi119 conmon[83797]: audit 2023-12-08T09:36:04.647159+0000 mgr.smithi119.jffuim (mgr.14180) 287 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:05 smithi145 conmon[88257]: audit 2023-12-08T09:36:04.647159+0000 mgr.smithi119.jffuim (mgr.14180) 287 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:05 smithi145 conmon[88257]: 2023-12-08T09:36:06.178 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:06.857 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:06 smithi119 conmon[83797]: cluster 2023-12-08T09:36:05.247111+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:36:06.858 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:06 smithi119 conmon[83797]: 288 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:06 smithi145 conmon[88257]: cluster 2023-12-08T09:36:05.247111+0000 mgr.smithi119.jffuim (mgr.14180) 288 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:08.112 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:08.112 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:08.734 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:08.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:08 smithi119 conmon[83797]: cluster 2023-12-08T09:36:07.247674+0000 mgr.smithi119.jffuim (mgr.14180) 289 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:08 smithi145 conmon[88257]: cluster 2023-12-08T09:36:07.247674+0000 mgr.smithi119.jffuim (mgr.14180) 289 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:08 smithi145 conmon[88257]: 2023-12-08T09:36:09.735 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:09.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:09 smithi119 conmon[83797]: audit 2023-12-08T09:36:08.107452+0000 mgr.smithi119.jffuim (mgr.14180) 290 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:09 smithi145 conmon[88257]: audit 2023-12-08T09:36:08.107452+0000 mgr.smithi119.jffuim (mgr.14180) 290 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:09 smithi145 conmon[88257]: 2023-12-08T09:36:10.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:10 smithi145 conmon[88257]: cluster 2023-12-08T09:36:09.248210+0000 mgr.smithi119.jffuim (mgr.14180) 291 : cluster [DBG] 2023-12-08T09:36:10.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:10 smithi145 conmon[88257]: pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:10.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:10 smithi119 conmon[83797]: cluster 2023-12-08T09:36:09.248210+0000 mgr.smithi119.jffuim (mgr.14180) 291 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:11.584 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:11.584 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:12.200 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:12.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:12 smithi119 conmon[83797]: cluster 2023-12-08T09:36:11.248712+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:36:12.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:12 smithi119 conmon[83797]: .14180) 292 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:12.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:12 smithi119 conmon[83797]: audit 2023-12-08T09:36:11.579586+0000 mgr.smithi119.jffuim (mgr.14180) 293 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:13.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:12 smithi145 conmon[88257]: cluster 2023-12-08T09:36:11.248712+0000 mgr.smithi119.jffuim (mgr.14180) 292 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:13.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:12 smithi145 conmon[88257]: audit 2023-12-08T09:36:11.579586+0000 mgr.smithi119.jffuim (mgr.14180) 293 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:13.201 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:14.691 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:14 smithi119 conmon[83797]: cluster 2023-12-08T09:36:13.249181+0000 mgr.smithi119.jffuim (mgr.14180) 294 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:15.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:14 smithi145 conmon[88257]: cluster 2023-12-08T09:36:13.249181+0000 mgr.smithi119.jffuim (mgr.14180) 294 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:15.024 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:15.024 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:15.632 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:16.634 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:16 smithi119 conmon[83797]: audit 2023-12-08T09:36:15.019162+0000 mgr.smithi119.jffuim (mgr.14180) 295 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:16 smithi119 conmon[83797]: 2023-12-08T09:36:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:16 smithi119 conmon[83797]: cluster 2023-12-08T09:36:15.249645+0000 mgr.smithi119.jffuim (mgr.14180) 296 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:16 smithi145 conmon[88257]: audit 2023-12-08T09:36:15.019162+0000 mgr.smithi119.jffuim (mgr.14180) 295 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:16 smithi145 conmon[88257]: cluster 2023-12-08T09:36:15.249645+0000 mgr.smithi119.jffuim (mgr.14180) 296 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:18.582 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:18.582 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:18.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:18 smithi119 conmon[83797]: cluster 2023-12-08T09:36:17.250095+0000 mgr.smithi119.jffuim (mgr.14180) 297 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:18 smithi145 conmon[88257]: cluster 2023-12-08T09:36:17.250095+0000 mgr.smithi119.jffuim (mgr.14180) 297 : cluster [DBG] 2023-12-08T09:36:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:18 smithi145 conmon[88257]: pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:19.156 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:19 smithi119 conmon[83797]: audit 2023-12-08T09:36:18.577352+0000 mgr.smithi119.jffuim (mgr.14180) 298 : 2023-12-08T09:36:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:19 smithi119 conmon[83797]: audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:19 smithi145 conmon[88257]: audit 2023-12-08T09:36:18.577352+0000 mgr.smithi119.jffuim (mgr.14180) 298 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:20.157 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:20.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:20 smithi145 conmon[88257]: cluster 2023-12-08T09:36:19.250758+0000 mgr.smithi119.jffuim (mgr.14180) 299 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:20 smithi119 conmon[83797]: cluster 2023-12-08T09:36:19.250758+0000 mgr.smithi119.jffuim (mgr.14180) 299 2023-12-08T09:36:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:20 smithi119 conmon[83797]: : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:22.000 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:22.001 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:22.606 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:22.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:22 smithi119 conmon[83797]: cluster 2023-12-08T09:36:21.251320+0000 mgr.smithi119.jffuim (mgr.14180) 300 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:22 smithi145 conmon[88257]: cluster 2023-12-08T09:36:21.251320+0000 mgr.smithi119.jffuim (mgr.14180) 300 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:23.607 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:23 smithi119 conmon[83797]: audit 2023-12-08T09:36:21.995912+0000 mgr.smithi119.jffuim (mgr.14180) 301 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:23 smithi119 conmon[83797]: 2023-12-08T09:36:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:23 smithi145 conmon[88257]: audit 2023-12-08T09:36:21.995912+0000 mgr.smithi119.jffuim (mgr.14180) 301 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:24.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:24 smithi119 conmon[83797]: cluster 2023-12-08T09:36:23.251856+0000 mgr.smithi119.jffuim ( 2023-12-08T09:36:24.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:24 smithi119 conmon[83797]: mgr.14180) 302 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:25.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:24 smithi145 conmon[88257]: cluster 2023-12-08T09:36:23.251856+0000 mgr.smithi119.jffuim (mgr.14180) 302 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:25.498 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:25.498 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:26.090 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:26 smithi145 conmon[88257]: cluster 2023-12-08T09:36:25.252492+0000 mgr.smithi119.jffuim (mgr.14180) 303 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:26 smithi145 conmon[88257]: audit 2023-12-08T09:36:25.493387+0000 mgr.smithi119.jffuim 2023-12-08T09:36:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:26 smithi145 conmon[88257]: (mgr.14180) 304 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:27.091 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:27.121 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:26 smithi119 conmon[83797]: cluster 2023-12-08T09:36:25.252492+0000 mgr.smithi119.jffuim (mgr.14180) 303 : 2023-12-08T09:36:27.121 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:26 smithi119 conmon[83797]: cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:27.122 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:26 smithi119 conmon[83797]: audit 2023-12-08T09:36:25.493387+0000 mgr.smithi119.jffuim (mgr.14180) 304 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:28.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:28 smithi119 conmon[83797]: cluster 2023-12-08T09:36:27.253221+0000 mgr.smithi119.jffuim (mgr.14180) 305 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:28.957 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:28.957 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:29.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:28 smithi145 conmon[88257]: cluster 2023-12-08T09:36:27.253221+0000 mgr.smithi119.jffuim (mgr.14180) 305 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:29.565 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:30.566 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:30 smithi145 conmon[88257]: audit 2023-12-08T09:36:28.952748+0000 mgr.smithi119.jffuim (mgr.14180) 306 : audit 2023-12-08T09:36:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:30 smithi145 conmon[88257]: [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:30 smithi145 conmon[88257]: cluster 2023-12-08T09:36:29.253602+0000 mgr.smithi119.jffuim (mgr.14180) 307 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:30 smithi119 conmon[83797]: audit 2023-12-08T09:36:28.952748+0000 mgr.smithi119.jffuim ( 2023-12-08T09:36:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:30 smithi119 conmon[83797]: mgr.14180) 306 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:30 smithi119 conmon[83797]: cluster 2023-12-08T09:36:29.253602+0000 mgr.smithi119.jffuim (mgr.14180) 307 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:32.466 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:32.467 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z 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.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:32.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:32 smithi119 conmon[83797]: cluster 2023-12-08T09:36:31.254323+0000 mgr.smithi119.jffuim (mgr.14180) 308 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:32 smithi145 conmon[88257]: cluster 2023-12-08T09:36:31.254323+0000 mgr.smithi119.jffuim (mgr.14180) 308 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:33.105 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:33 smithi145 conmon[88257]: audit 2023-12-08T09:36:32.461888+0000 mgr.smithi119.jffuim (mgr.14180) 309 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:34.106 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:33 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:36:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:33 smithi119 conmon[83797]: :36:32.461888+0000 mgr.smithi119.jffuim (mgr.14180) 309 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:34 smithi119 conmon[83797]: cluster 2023-12-08T09:36:33.254962 2023-12-08T09:36:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:34 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14180) 310 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:34 smithi119 conmon[83797]: audit 2023-12-08T09:36 2023-12-08T09:36:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:34 smithi119 conmon[83797]: :34.588868+0000 mon.smithi119 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi145.trdqhv"}]: dispatch 2023-12-08T09:36:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:34 smithi145 conmon[88257]: cluster 2023-12-08T09:36:33.254962+0000 mgr.smithi119.jffuim (mgr.14180) 310 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:34 smithi145 conmon[88257]: audit 2023-12-08T09:36:34.588868+0000 mon.smithi119 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi145.trdqhv"}]: dispatch 2023-12-08T09:36:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:36:34.588425+0000 mgr.smithi119.jffuim (mgr.14180) 311 : 2023-12-08T09:36:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.trdqhv ... 2023-12-08T09:36:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:36:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:34:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:35:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:35:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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-08T09:36:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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-08T09:36:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: Traceback (most recent call last): 2023-12-08T09:36:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:36:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: yield (conn, connr) 2023-12-08T09:36:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:36:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: code, '\n'.join(err))) 2023-12-08T09:36:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.trdqhv ... 2023-12-08T09:36:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:34:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:35:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:35:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: limit 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:36:34.588584+0000 mgr.smithi119.jffuim (mgr.14180) 312 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:36:34.589410+0000 mgr.smithi119.jffuim (mgr.14180) 313 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:35.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.trdqhv ... 2023-12-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:34:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:35:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:35:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:35.880 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:36:34.590967+0000 mgr.smithi119.jffuim (mgr.14180) 314 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi119.wkcxdy on smithi119 2023-12-08T09:36:35.916 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:35.916 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:36:34.588425+0000 mgr.smithi119.jffuim (mgr.14180) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.trdqhv ... 2023-12-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:34:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:35:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:35:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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-08T09:36:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: Traceback (most recent call last): 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: yield (conn, connr) 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: code, '\n'.join(err))) 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.trdqhv ... 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:34:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:35:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:35:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:36:34.588584+0000 mgr.smithi119.jffuim (mgr.14180) 312 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:36:34.589410+0000 mgr.smithi119.jffuim (mgr.14180) 313 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.trdqhv ... 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:34:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:35:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:35:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:36:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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-08T09:36:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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-08T09:36:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:36:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:36:34.590967+0000 mgr.smithi119.jffuim (mgr.14180) 314 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi119.wkcxdy on smithi119 2023-12-08T09:36:36.630 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:36.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:36 smithi119 conmon[83797]: cluster 2023-12-08T09:36:35.255758+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:36:36.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:36 smithi119 conmon[83797]: 315 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:36 smithi145 conmon[88257]: cluster 2023-12-08T09:36:35.255758+0000 mgr.smithi119.jffuim (mgr.14180) 315 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:37.631 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:38.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:37 smithi145 conmon[88257]: audit 2023-12-08T09:36:35.911889+0000 mgr.smithi119.jffuim (mgr.14180) 316 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:38.088 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:37 smithi119 conmon[83797]: audit 2023-12-08T09:36:35.911889+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:36:38.088 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:37 smithi119 conmon[83797]: ) 316 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:38 smithi119 conmon[83797]: cluster 2023-12-08T09:36:37.256428+0000 mgr.smithi119.jffuim (mgr.14180) 317 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:39.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:38 smithi145 conmon[88257]: cluster 2023-12-08T09:36:37.256428+0000 mgr.smithi119.jffuim (mgr.14180) 317 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:39.513 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:39.513 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:40.128 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:40 smithi145 conmon[88257]: cluster 2023-12-08T09:36:39.256901+0000 mgr.smithi119.jffuim (mgr.14180) 318 2023-12-08T09:36:40.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:40 smithi145 conmon[88257]: : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:40.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:40 smithi145 conmon[88257]: audit 2023-12-08T09:36:39.508283+0000 mgr.smithi119.jffuim (mgr.14180) 319 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:40 smithi119 conmon[83797]: cluster 2023-12-08T09:36:39.256901+0000 mgr.smithi119.jffuim (mgr.14180) 318 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:40 smithi119 conmon[83797]: audit 2023-12-08T09:36:39.508283+0000 mgr.smithi119.jffuim (mgr.14180) 319 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:41.129 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:42 smithi119 conmon[83797]: cluster 2023-12-08T09:36:41.257502+0000 mgr.smithi119.jffuim (mgr.14180) 320 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:42.904 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:42.904 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:42 smithi145 conmon[88257]: cluster 2023-12-08T09:36:41.257502+0000 mgr.smithi119.jffuim (mgr.14180) 320 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:43.521 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:44.522 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:44 smithi119 conmon[83797]: audit 2023-12-08T09:36:42.899876+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:36:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:44 smithi119 conmon[83797]: .14180) 321 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:44 smithi119 conmon[83797]: cluster 2023-12-08T09:36:43.258166+0000 mgr.smithi119.jffuim (mgr.14180) 322 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:44 smithi145 conmon[88257]: audit 2023-12-08T09:36:42.899876+0000 mgr.smithi119.jffuim (mgr.14180) 321 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:44 smithi145 conmon[88257]: cluster 2023-12-08T09:36:43.258166+0000 2023-12-08T09:36:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:44 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 322 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:46.314 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:46.314 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:46.870 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:47.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:46 smithi145 conmon[88257]: cluster 2023-12-08T09:36:45.258621+0000 mgr.smithi119.jffuim (mgr.14180) 323 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:46 smithi119 conmon[83797]: cluster 2023-12-08T09:36:45.258621+0000 mgr.smithi119.jffuim (mgr.14180) 323 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:47.871 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:47 smithi145 conmon[88257]: audit 2023-12-08T09:36:46.309374+0000 mgr.smithi119.jffuim (mgr.14180) 324 : audit [DBG] 2023-12-08T09:36:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:47 smithi145 conmon[88257]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:48.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:47 smithi119 conmon[83797]: audit 2023-12-08T09:36:46.309374+0000 mgr.smithi119.jffuim (mgr.14180) 324 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:48 smithi145 conmon[88257]: cluster 2023-12-08T09:36:47.259240+0000 mgr.smithi119.jffuim (mgr.14180) 325 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:49.107 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:48 smithi119 conmon[83797]: cluster 2023-12-08T09:36:47.259240+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:36:49.108 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:48 smithi119 conmon[83797]: 14180) 325 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:49.726 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:49.726 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:50.326 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:50 smithi145 conmon[88257]: cluster 2023-12-08T09:36:49.259852+0000 mgr.smithi119.jffuim (mgr.14180) 326 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:50 smithi145 conmon[88257]: audit 2023-12-08T09:36:49.721745+0000 mgr.smithi119.jffuim (mgr.14180) 327 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:50 smithi119 conmon[83797]: cluster 2023-12-08T09:36:49.259852+0000 mgr.smithi119.jffuim (mgr.14180) 326 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:50 smithi119 conmon[83797]: audit 2023-12-08T09:36:49.721745+0000 mgr.smithi119.jffuim (mgr.14180) 327 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:51.327 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:52.780 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:52 smithi119 conmon[83797]: cluster 2023-12-08T09:36:51.260561+0000 mgr.smithi119.jffuim (mgr.14180) 328 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:52.780 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:52 smithi119 conmon[83797]: 2023-12-08T09:36:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:52 smithi145 conmon[88257]: cluster 2023-12-08T09:36:51.260561+0000 mgr.smithi119.jffuim (mgr.14180) 328 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:53.134 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:53.135 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:53.742 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:54.743 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:54 smithi145 conmon[88257]: audit 2023-12-08T09:36:53.129922+0000 mgr.smithi119.jffuim (mgr.14180) 329 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:54 smithi145 conmon[88257]: cluster 2023-12-08T09:36:53.261010+0000 mgr.smithi119.jffuim (mgr.14180) 330 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:55.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:54 smithi119 conmon[83797]: audit 2023-12-08T09:36:53.129922+0000 mgr.smithi119.jffuim (mgr.14180) 329 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:55.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:54 smithi119 conmon[83797]: cluster 2023-12-08T09:36:53.261010+0000 mgr.smithi119.jffuim (mgr.14180) 330 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:56.553 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:36:56.553 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:36:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:56 smithi119 conmon[83797]: cluster 2023-12-08T09:36:55.261604+0000 mgr.smithi119.jffuim (mgr.14180) 331 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:56 smithi145 conmon[88257]: cluster 2023-12-08T09:36:55.261604+0000 mgr.smithi119.jffuim (mgr.14180) 331 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:57.149 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:36:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:57 smithi145 conmon[88257]: audit 2023-12-08T09:36:56.548338+0000 mgr.smithi119.jffuim (mgr.14180) 332 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:57 smithi119 conmon[83797]: audit 2023-12-08T09:36:56.548338+0000 mgr.smithi119.jffuim (mgr.14180) 332 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:36:58.150 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:36:58.869 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:36:58 smithi119 conmon[83797]: cluster 2023-12-08T09:36:57.262051+0000 mgr.smithi119.jffuim (mgr.14180) 333 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:36:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:36:58 smithi145 conmon[88257]: cluster 2023-12-08T09:36:57.262051+0000 mgr.smithi119.jffuim (mgr.14180) 333 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:00.076 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:00.076 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:00.674 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:01.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:00 smithi145 conmon[88257]: cluster 2023-12-08T09:36:59.262494+0000 mgr.smithi119.jffuim (mgr.14180) 334 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:01.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:00 smithi119 conmon[83797]: cluster 2023-12-08T09:36:59.262494+0000 mgr.smithi119.jffuim (mgr.14180) 334 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:01.675 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:01 smithi145 conmon[88257]: audit 2023-12-08T09:37:00.071614+0000 mgr.smithi119.jffuim (mgr.14180) 335 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:02.110 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:01 smithi119 conmon[83797]: audit 2023-12-08T09:37:00.071614+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:37:02.110 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:01 smithi119 conmon[83797]: 335 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:02 smithi145 conmon[88257]: cluster 2023-12-08T09:37:01.263234+0000 mgr.smithi119.jffuim (mgr.14180) 336 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:02 smithi119 conmon[83797]: cluster 2023-12-08T09:37:01.263234+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:37:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:02 smithi119 conmon[83797]: .14180) 336 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:03.541 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:03.542 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:04.082 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:04 smithi145 conmon[88257]: cluster 2023-12-08T09:37:03.263705+0000 mgr.smithi119.jffuim (mgr.14180) 337 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:04 smithi145 conmon[88257]: audit 2023-12-08T09:37:03.536795+0000 mgr.smithi119.jffuim (mgr.14180) 338 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:05.083 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:05.109 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:04 smithi119 conmon[83797]: cluster 2023-12-08T09:37:03.263705+0000 mgr.smithi119.jffuim (mgr.14180) 337 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:05.109 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:04 smithi119 conmon[83797]: audit 2023-12-08T09:37:03.536795+0000 mgr.smithi119.jffuim (mgr.14180) 338 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:06.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:06 smithi119 conmon[83797]: cluster 2023-12-08T 2023-12-08T09:37:06.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:06 smithi119 conmon[83797]: 09:37:05.264230+0000 mgr.smithi119.jffuim (mgr.14180) 339 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:06.970 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:06.970 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:06 smithi145 conmon[88257]: cluster 2023-12-08T09:37:05.264230+0000 mgr.smithi119.jffuim (mgr.14180) 339 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:07.607 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:08.608 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:08 smithi145 conmon[88257]: audit 2023-12-08T09:37:06.965914+0000 mgr.smithi119.jffuim (mgr.14180) 340 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:08 smithi145 conmon[88257]: cluster 2023-12-08T09:37:07.264802+0000 mgr.smithi119.jffuim (mgr.14180) 341 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:09.074 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:08 smithi119 conmon[83797]: audit 2023-12-08T09:37:06.965914+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:37:09.074 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:08 smithi119 conmon[83797]: 340 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:09.074 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:08 smithi119 conmon[83797]: cluster 2023-12-08T09:37:07.264802+0000 mgr.smithi119.jffuim (mgr.14180) 341 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:10.441 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:10.442 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:10.982 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:11.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:10 smithi145 conmon[88257]: cluster 2023-12-08T09:37:09.265442+0000 mgr.smithi119.jffuim (mgr.14180) 342 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:10 smithi119 conmon[83797]: cluster 2023-12-08T09:37:09.265442+0000 mgr.smithi119.jffuim (mgr.14180) 342 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:11.984 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:11 smithi145 conmon[88257]: audit 2023-12-08T09:37:10.434684+0000 mgr.smithi119.jffuim (mgr.14180) 343 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:12.016 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:11 smithi119 conmon[83797]: audit 2023-12-08T09:37:10.434684+0000 mgr.smithi119.jffuim (mgr.14180) 343 : audit [DBG] 2023-12-08T09:37:12.016 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:11 smithi119 conmon[83797]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:12 smithi145 conmon[88257]: cluster 2023-12-08T09:37:11.265957+0000 mgr.smithi119.jffuim (mgr.14180) 344 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:12 smithi119 conmon[83797]: cluster 2023-12-08T09:37:11.265957+0000 2023-12-08T09:37:13.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:12 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 344 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:13.888 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:13.888 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:14.572 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:14.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:14 smithi119 conmon[83797]: cluster 2023-12-08T09:37:13.266397+0000 mgr.smithi119.jffuim (mgr.14180) 345 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:15.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:14 smithi145 conmon[88257]: cluster 2023-12-08T09:37:13.266397+0000 mgr.smithi119.jffuim (mgr.14180) 345 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:15.573 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:15 smithi119 conmon[83797]: audit 2023-12-08T09:37:13.883447+0000 mgr.smithi119.jffuim (mgr.14180) 346 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:15 smithi119 conmon[83797]: 2023-12-08T09:37:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:15 smithi145 conmon[88257]: audit 2023-12-08T09:37:13.883447+0000 mgr.smithi119.jffuim (mgr.14180) 346 : audit [DBG] 2023-12-08T09:37:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:15 smithi145 conmon[88257]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:16 smithi145 conmon[88257]: cluster 2023-12-08T09:37:15.266973+0000 mgr.smithi119.jffuim (mgr.14180) 347 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:17.058 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:16 smithi119 conmon[83797]: cluster 2023-12-08T09:37:15.266973+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:37:17.058 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:16 smithi119 conmon[83797]: 14180) 347 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:17.458 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:17.458 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:18.029 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:18 smithi145 conmon[88257]: cluster 2023-12-08T09:37:17.267394+0000 mgr.smithi119.jffuim (mgr.14180) 348 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:19.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:18 smithi145 conmon[88257]: audit 2023-12-08T09:37:17.452436+0000 mgr.smithi119.jffuim (mgr.14180) 349 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:19.033 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:19.064 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:18 smithi119 conmon[83797]: cluster 2023-12-08T09:37:17.267394+0000 mgr.smithi119.jffuim (mgr.14180) 348 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:19.064 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:18 smithi119 conmon[83797]: audit 2023-12-08T09:37:17.452436+0000 mgr.smithi119.jffuim (mgr.14180) 349 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:20 smithi119 conmon[83797]: cluster 2023-12-08T09:37:19.267773+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:37:20.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:20 smithi119 conmon[83797]: ) 350 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:20.906 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:20.906 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:20 smithi145 conmon[88257]: cluster 2023-12-08T09:37:19.267773+0000 mgr.smithi119.jffuim (mgr.14180) 350 : cluster 2023-12-08T09:37:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:20 smithi145 conmon[88257]: [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:21.496 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:22.498 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:22.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:22 smithi119 conmon[83797]: audit 2023-12-08T09:37:20.901593+0000 mgr.smithi119.jffuim (mgr.14180) 351 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:22.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:22 smithi119 conmon[83797]: cluster 2023-12-08T09:37:21.268305+0000 mgr.smithi119.jffuim (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-08T09:37:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:22 smithi145 conmon[88257]: audit 2023-12-08T09:37:20.901593+0000 mgr.smithi119.jffuim (mgr.14180) 351 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:22 smithi145 conmon[88257]: cluster 2023-12-08T09:37:21.268305+0000 mgr.smithi119.jffuim (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-08T09:37:24.448 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:24.449 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:25.018 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:24 smithi119 conmon[83797]: cluster 2023-12-08T09:37:23.268737+0000 mgr.smithi119.jffuim (mgr.14180) 353 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:25.037 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:24 smithi145 conmon[88257]: cluster 2023-12-08T09:37:23.268737+0000 mgr.smithi119.jffuim (mgr.14180) 353 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:24 smithi145 conmon[88257]: 2023-12-08T09:37:26.038 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:26.070 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:25 smithi119 conmon[83797]: audit 2023-12-08T09:37:24.442884+0000 mgr.smithi119.jffuim (mgr.14180) 354 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:26.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:25 smithi145 conmon[88257]: audit 2023-12-08T09:37:24.442884+0000 mgr.smithi119.jffuim (mgr.14180) 354 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:26 smithi119 conmon[83797]: cluster 2023-12-08T09:37:25.269179+0000 mgr.smithi119.jffuim (mgr.14180) 355 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:27.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:26 smithi145 conmon[88257]: cluster 2023-12-08T09:37:25.269179+0000 mgr.smithi119.jffuim (mgr.14180) 355 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:27.889 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:27.889 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:28.488 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:28 smithi119 conmon[83797]: cluster 2023-12-08T09:37:27.269633+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:37:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:28 smithi119 conmon[83797]: 14180) 356 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:28 smithi145 conmon[88257]: cluster 2023-12-08T09:37:27.269633+0000 mgr.smithi119.jffuim (mgr.14180) 356 : cluster [DBG] 2023-12-08T09:37:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:28 smithi145 conmon[88257]: pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:29.490 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:29 smithi119 conmon[83797]: audit 2023-12-08T09:37:27.883840+0000 2023-12-08T09:37:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:29 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 357 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:30.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:29 smithi145 conmon[88257]: audit 2023-12-08T09:37:27.883840+0000 mgr.smithi119.jffuim (mgr.14180) 357 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:31.019 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:30 smithi119 conmon[83797]: cluster 2023-12-08T09:37:29.270177+0000 mgr.smithi119.jffuim (mgr.14180) 358 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:31.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:30 smithi145 conmon[88257]: cluster 2023-12-08T09:37:29.270177+0000 mgr.smithi119.jffuim (mgr.14180) 358 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:31.330 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:31.330 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:31.969 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:32.970 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:33.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:32 smithi119 conmon[83797]: cluster 2023-12-08T09:37:31.270736+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:37:33.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:32 smithi119 conmon[83797]: 14180) 359 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:33.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:32 smithi119 conmon[83797]: audit 2023-12-08T09:37:31.324287+0000 mgr.smithi119.jffuim (mgr.14180) 360 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:32 smithi145 conmon[88257]: cluster 2023-12-08T09:37:31.270736+0000 mgr.smithi119.jffuim (mgr.14180) 359 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:32 smithi145 conmon[88257]: audit 2023-12-08T09:37:31.324287+0000 mgr.smithi119.jffuim (mgr.14180) 360 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:34.922 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:34.922 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:35.061 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:34 smithi119 conmon[83797]: cluster 2023-12-08T09:37:33.271140+0000 mgr.smithi119.jffuim (mgr.14180) 361 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:34 smithi145 conmon[88257]: cluster 2023-12-08T09:37:33.271140+0000 mgr.smithi119.jffuim (mgr.14180) 361 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:35.477 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:36.479 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:36 smithi119 conmon[83797]: audit 2023-12-08T09:37:34.916487+0000 mgr.smithi119.jffuim (mgr.14180) 362 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:36 smithi119 conmon[83797]: cluster 2023-12-08T09:37:35.272068+0000 mgr.smithi119.jffuim (mgr.14180) 363 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:36 smithi145 conmon[88257]: audit 2023-12-08T09:37:34.916487+0000 mgr.smithi119.jffuim (mgr.14180) 362 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:36 smithi145 conmon[88257]: cluster 2023-12-08T09:37:35.272068+0000 mgr.smithi119.jffuim ( 2023-12-08T09:37:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:36 smithi145 conmon[88257]: mgr.14180) 363 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:38.321 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:38.321 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:38.919 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:38 smithi119 conmon[83797]: cluster 2023-12-08T09:37:37.272528+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:37:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:38 smithi119 conmon[83797]: 364 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:38 smithi145 conmon[88257]: cluster 2023-12-08T09:37:37.272528+0000 mgr.smithi119.jffuim (mgr.14180) 364 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:39.920 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:39 smithi119 conmon[83797]: audit 2023-12-08T09:37:38.315746+0000 mgr.smithi119.jffuim (mgr.14180) 365 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:39 smithi145 conmon[88257]: audit 2023-12-08T09:37:38.315746+0000 mgr.smithi119.jffuim (mgr.14180) 365 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:40 smithi119 conmon[83797]: cluster 2023-12-08T09:37:39.272943+0000 mgr.smithi119.jffuim (mgr.14180) 366 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:41.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:40 smithi145 conmon[88257]: cluster 2023-12-08T09:37:39.272943+0000 mgr.smithi119.jffuim (mgr.14180) 366 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:41.790 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:41.790 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:42.401 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:43.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:42 smithi119 conmon[83797]: cluster 2023-12-08T09:37:41.273447+0000 mgr.smithi119.jffuim (mgr.14180) 367 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:43.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:42 smithi119 conmon[83797]: audit 2023-12-08T09 2023-12-08T09:37:43.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:42 smithi119 conmon[83797]: :37:41.785219+0000 mgr.smithi119.jffuim (mgr.14180) 368 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:43.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:42 smithi145 conmon[88257]: cluster 2023-12-08T09:37:41.273447+0000 mgr.smithi119.jffuim (mgr.14180) 367 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:43.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:42 smithi145 conmon[88257]: audit 2023-12-08T09:37:41.785219+0000 mgr.smithi119.jffuim (mgr.14180) 368 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:43.402 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:44.995 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:44 smithi119 conmon[83797]: cluster 2023-12-08T09:37:43.273893+0000 mgr.smithi119.jffuim (mgr.14180) 369 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:44 smithi145 conmon[88257]: cluster 2023-12-08T09:37:43.273893+0000 mgr.smithi119.jffuim (mgr.14180) 369 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:45.308 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:45.308 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:45.901 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:46.902 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:47.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:46 smithi119 conmon[83797]: cluster 2023-12-08T09:37:45.274417+0000 mgr.smithi119.jffuim (mgr.14180) 370 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:47.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:46 smithi119 conmon[83797]: audit 2023-12-08T09:37:45.303788+0000 mgr.smithi119.jffuim (mgr.14180) 371 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:46 smithi145 conmon[88257]: cluster 2023-12-08T09:37:45.274417+0000 mgr.smithi119.jffuim (mgr.14180) 370 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:46 smithi145 conmon[88257]: 2023-12-08T09:37:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:46 smithi145 conmon[88257]: audit 2023-12-08T09:37:45.303788+0000 mgr.smithi119.jffuim (mgr.14180) 371 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:48.690 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:48.690 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:48 smithi119 conmon[83797]: cluster 2023-12-08T09:37:47.275124+0000 mgr.smithi119.jffuim (mgr.14180) 372 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:48 smithi145 conmon[88257]: cluster 2023-12-08T09:37:47.275124+0000 mgr.smithi119.jffuim (mgr.14180) 372 : cluster [DBG] 2023-12-08T09:37:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:48 smithi145 conmon[88257]: pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:49.333 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:50.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:49 smithi119 conmon[83797]: audit 2023-12-08T09:37:48.682551+0000 mgr.smithi119.jffuim (mgr.14180) 373 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:50.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:49 smithi145 conmon[88257]: audit 2023-12-08T09:37:48.682551+0000 mgr.smithi119.jffuim (mgr.14180) 373 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:50.334 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:50 smithi119 conmon[83797]: cluster 2023-12-08T09:37:49.275597+0000 mgr.smithi119.jffuim ( 2023-12-08T09:37:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:50 smithi119 conmon[83797]: mgr.14180) 374 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:50 smithi145 conmon[88257]: cluster 2023-12-08T09:37:49.275597+0000 mgr.smithi119.jffuim (mgr.14180) 374 : cluster 2023-12-08T09:37:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:50 smithi145 conmon[88257]: [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:52.229 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:52.229 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:52.842 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:53.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:52 smithi119 conmon[83797]: cluster 2023-12-08T09:37:51.276105+0000 mgr.smithi119.jffuim (mgr.14180) 375 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:52 smithi145 conmon[88257]: cluster 2023-12-08T09:37:51.276105+0000 mgr.smithi119.jffuim (mgr.14180) 375 : cluster [DBG] 2023-12-08T09:37:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:52 smithi145 conmon[88257]: pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:53.844 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:53 smithi119 conmon[83797]: audit 2023-12-08T09:37:52.224125+0000 mgr.smithi119.jffuim (mgr.14180) 376 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:54.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:53 smithi145 conmon[88257]: audit 2023-12-08T09:37:52.224125+0000 mgr.smithi119.jffuim (mgr.14180) 376 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:54.989 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:54 smithi119 conmon[83797]: cluster 2023-12-08T09:37:53.276560+0000 2023-12-08T09:37:54.989 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:54 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 377 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:55.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:54 smithi145 conmon[88257]: cluster 2023-12-08T09:37:53.276560+0000 mgr.smithi119.jffuim (mgr.14180) 377 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:55.600 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:55.600 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:56.188 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:37:57.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:56 smithi119 conmon[83797]: cluster 2023-12-08T09:37:55.277022+0000 mgr.smithi119.jffuim (mgr.14180) 378 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:57.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:56 smithi119 conmon[83797]: audit 2023-12-08T09:37:55.595506+0000 mgr.smithi119.jffuim (mgr.14180) 379 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:57.188 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:37:57.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:56 smithi145 conmon[88257]: cluster 2023-12-08T09:37:55.277022+0000 mgr.smithi119.jffuim (mgr.14180) 378 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:57.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:56 smithi145 conmon[88257]: audit 2023-12-08T09:37:55.595506+0000 mgr.smithi119.jffuim (mgr.14180) 379 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:37:58.974 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:37:58.974 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:37:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:37:58 smithi119 conmon[83797]: cluster 2023-12-08T09:37:57.277528+0000 mgr.smithi119.jffuim (mgr.14180) 380 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:59.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:37:58 smithi145 conmon[88257]: cluster 2023-12-08T09:37:57.277528+0000 mgr.smithi119.jffuim (mgr.14180) 380 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:37:59.590 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:00.591 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:00.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:00 smithi119 conmon[83797]: audit 2023-12-08T09:37:58.968959+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:38:00.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:00 smithi119 conmon[83797]: 381 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:00.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:00 smithi119 conmon[83797]: cluster 2023-12-08T09:37:59.277908+0000 mgr.smithi119.jffuim (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-08T09:38:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:00 smithi145 conmon[88257]: audit 2023-12-08T09:37:58.968959+0000 mgr.smithi119.jffuim (mgr.14180) 381 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:00 smithi145 conmon[88257]: cluster 2023-12-08T09:37:59.277908+0000 mgr.smithi119.jffuim (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-08T09:38:02.407 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:02.407 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:02.998 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:02 smithi119 conmon[83797]: cluster 2023-12-08T09:38:01.278408+0000 mgr.smithi119.jffuim (mgr.14180) 383 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:02 smithi145 conmon[88257]: cluster 2023-12-08T09:38:01.278408+0000 mgr.smithi119.jffuim (mgr.14180) 383 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:03.998 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:04.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:03 smithi119 conmon[83797]: audit 2023-12-08T09:38:02.402318+0000 mgr.smithi119.jffuim (mgr.14180) 384 : 2023-12-08T09:38:04.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:03 smithi119 conmon[83797]: audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:03 smithi145 conmon[88257]: audit 2023-12-08T09:38:02.402318+0000 mgr.smithi119.jffuim (mgr.14180) 384 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:04 smithi119 conmon[83797]: cluster 2023-12-08T09:38:03.279069+0000 mgr.smithi119.jffuim (mgr.14180) 385 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:04 smithi145 conmon[88257]: cluster 2023-12-08T09:38:03.279069+0000 mgr.smithi119.jffuim (mgr.14180) 385 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:05.871 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:05.871 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:06.447 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:07.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:06 smithi119 conmon[83797]: cluster 2023-12-08T09:38:05.279647+0000 mgr.smithi119.jffuim (mgr.14180) 386 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:06 smithi145 conmon[88257]: cluster 2023-12-08T09:38:05.279647+0000 mgr.smithi119.jffuim (mgr.14180) 386 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:07.448 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:07 smithi119 conmon[83797]: audit 2023-12-08T09:38:05.866379+0000 mgr.smithi119.jffuim (mgr.14180) 387 2023-12-08T09:38:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:07 smithi119 conmon[83797]: : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:07 smithi119 conmon[83797]: cluster 2023-12-08T09:38:07.280219+0000 mgr.smithi119.jffuim (mgr.14180) 388 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:07 smithi145 conmon[88257]: audit 2023-12-08T09:38:05.866379+0000 mgr.smithi119.jffuim (mgr.14180) 387 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:07 smithi145 conmon[88257]: cluster 2023-12-08T09:38:07.280219+0000 mgr.smithi119.jffuim (mgr.14180) 388 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:09.274 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:09.274 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:09.837 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:10.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:10 smithi119 conmon[83797]: audit 2023-12-08T09:38:09.269580+0000 mgr.smithi119.jffuim (mgr.14180) 389 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:10.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:10 smithi119 conmon[83797]: cluster 2023-12-08T09:38:09.280609+0000 mgr.smithi119.jffuim (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-08T09:38:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:10 smithi145 conmon[88257]: audit 2023-12-08T09:38:09.269580+0000 mgr.smithi119.jffuim (mgr.14180) 389 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:10 smithi145 conmon[88257]: 2023-12-08T09:38:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:10 smithi145 conmon[88257]: cluster 2023-12-08T09:38:09.280609+0000 mgr.smithi119.jffuim (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-08T09:38:10.838 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:12.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:12 smithi119 conmon[83797]: cluster 2023-12-08T09:38:11.281153+0000 mgr.smithi119.jffuim (mgr.14180) 391 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:12.727 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:12.727 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:12.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:12 smithi145 conmon[88257]: cluster 2023-12-08T09:38:11.281153+0000 mgr.smithi119.jffuim (mgr.14180) 391 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:13.338 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:13.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:13 smithi119 conmon[83797]: audit 2023-12-08T09:38:12.722337+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:38:13.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:13 smithi119 conmon[83797]: ) 392 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:13.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:13 smithi145 conmon[88257]: audit 2023-12-08T09:38:12.722337+0000 mgr.smithi119.jffuim (mgr.14180) 392 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:14.340 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:14.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:14 smithi119 conmon[83797]: cluster 2023-12-08T09:38:13.281622+0000 mgr.smithi119.jffuim (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-08T09:38:14.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:14 smithi145 conmon[88257]: cluster 2023-12-08T09:38:13.281622+0000 mgr.smithi119.jffuim (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-08T09:38:16.207 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:16.207 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:16.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:16 smithi119 conmon[83797]: cluster 2023-12-08T09:38:15.282172+0000 mgr.smithi119.jffuim 2023-12-08T09:38:16.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:16 smithi119 conmon[83797]: (mgr.14180) 394 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:16.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:16 smithi145 conmon[88257]: cluster 2023-12-08T09:38:15.282172+0000 mgr.smithi119.jffuim (mgr.14180) 394 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:16.820 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:17.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:17 smithi145 conmon[88257]: audit 2023-12-08T09:38:16.202560+0000 mgr.smithi119.jffuim (mgr.14180) 395 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:17.822 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:17.849 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:17 smithi119 conmon[83797]: audit 2023-12-08T09:38:16.202560+0000 mgr.smithi119.jffuim (mgr.14180) 395 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:18.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:18 smithi119 conmon[83797]: cluster 2023-12-08T09:38:17.282629+0000 mgr.smithi119.jffuim (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-08T09:38:18.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:18 smithi145 conmon[88257]: cluster 2023-12-08T09:38:17.282629+0000 mgr.smithi119.jffuim (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-08T09:38:19.718 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:19.718 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:20.328 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:20.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:20 smithi119 conmon[83797]: cluster 2023-12-08T09:38:19.283024+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:38:20.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:20 smithi119 conmon[83797]: 397 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:20.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:20 smithi119 conmon[83797]: audit 2023-12-08T09:38:19.712948+0000 mgr.smithi119.jffuim (mgr.14180) 398 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:20.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:20 smithi145 conmon[88257]: cluster 2023-12-08T09:38:19.283024+0000 mgr.smithi119.jffuim (mgr.14180) 397 : cluster 2023-12-08T09:38:20.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:20 smithi145 conmon[88257]: [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:20.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:20 smithi145 conmon[88257]: audit 2023-12-08T09:38:19.712948+0000 mgr.smithi119.jffuim (mgr.14180) 398 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:21.329 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:22.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:22 smithi145 conmon[88257]: cluster 2023-12-08T09:38:21.283717+0000 mgr.smithi119.jffuim (mgr.14180) 399 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:22.814 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:22 smithi119 conmon[83797]: cluster 2023-12-08T09:38:21.283717+0000 mgr.smithi119.jffuim (mgr.14180) 399 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:23.201 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:23.201 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:23.770 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:24.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:24 smithi145 conmon[88257]: audit 2023-12-08T09:38:23.196413+0000 mgr.smithi119.jffuim (mgr.14180) 400 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:24.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:24 smithi145 conmon[88257]: 2023-12-08T09:38:24.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:24 smithi145 conmon[88257]: cluster 2023-12-08T09:38:23.284180+0000 mgr.smithi119.jffuim (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-08T09:38:24.772 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:24.801 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:24 smithi119 conmon[83797]: audit 2023-12-08T09:38:23.196413+0000 mgr.smithi119.jffuim (mgr.14180) 400 : audit [DBG] 2023-12-08T09:38:24.801 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:24 smithi119 conmon[83797]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:24.801 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:24 smithi119 conmon[83797]: cluster 2023-12-08T09:38:23.284180+0000 mgr.smithi119.jffuim (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-08T09:38:26.619 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:26.619 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:26.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:26 smithi145 conmon[88257]: cluster 2023-12-08T09:38:25.284680+0000 mgr.smithi119.jffuim (mgr.14180) 402 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:26.803 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:26 smithi119 conmon[83797]: cluster 2023-12-08T09:38:25.284680+0000 mgr.smithi119.jffuim (mgr.14180) 402 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:27.211 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:27.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:27 smithi119 conmon[83797]: audit 2023-12-08T09:38:26.614565+0000 mgr.smithi119.jffuim (mgr.14180) 403 2023-12-08T09:38:27.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:27 smithi119 conmon[83797]: : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:27 smithi145 conmon[88257]: audit 2023-12-08T09:38:26.614565+0000 mgr.smithi119.jffuim (mgr.14180) 403 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:28.212 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:28.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:28 smithi119 conmon[83797]: cluster 2023-12-08T09:38:27.285365+0000 2023-12-08T09:38:28.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:28 smithi119 conmon[83797]: mgr.smithi119.jffuim (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-08T09:38:28.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:28 smithi145 conmon[88257]: cluster 2023-12-08T09:38:27.285365+0000 mgr.smithi119.jffuim (mgr.14180) 404 : cluster 2023-12-08T09:38:28.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:28 smithi145 conmon[88257]: [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:30.078 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:30.079 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:30.636 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:30 smithi145 conmon[88257]: cluster 2023-12-08T09:38:29.286019+0000 mgr.smithi119.jffuim (mgr.14180) 405 2023-12-08T09:38:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:30 smithi145 conmon[88257]: : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:30 smithi119 conmon[83797]: cluster 2023-12-08T09:38:29.286019+0000 mgr.smithi119.jffuim (mgr.14180) 405 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:31.637 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:31.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:31 smithi145 conmon[88257]: audit 2023-12-08T09:38:30.073814+0000 mgr.smithi119.jffuim (mgr.14180) 406 : audit [DBG] 2023-12-08T09:38:31.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:31 smithi145 conmon[88257]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:31.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:31 smithi119 conmon[83797]: audit 2023-12-08T09:38:30.073814+0000 mgr.smithi119.jffuim (mgr.14180) 406 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:32.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:32 smithi145 conmon[88257]: cluster 2023-12-08T09:38: 2023-12-08T09:38:32.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:32 smithi145 conmon[88257]: 31.286648+0000 mgr.smithi119.jffuim (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-08T09:38:32.824 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:32 smithi119 conmon[83797]: cluster 2023-12-08T09:38:31.286648+0000 mgr.smithi119.jffuim (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-08T09:38:33.404 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:33.404 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:34.048 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:34.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:34 smithi145 conmon[88257]: cluster 2023-12-08T09:38:33.287185+0000 mgr.smithi119.jffuim (mgr.14180) 408 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:34.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:34 smithi145 conmon[88257]: audit 2023-12-08T09:38:33.399253+0000 mgr.smithi119.jffuim (mgr.14180) 409 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:34 smithi119 conmon[83797]: cluster 2023-12-08T09:38:33.287185+0000 mgr.smithi119.jffuim (mgr.14180) 408 : 2023-12-08T09:38:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:34 smithi119 conmon[83797]: cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:34 smithi119 conmon[83797]: audit 2023-12-08T09:38:33.399253+0000 mgr.smithi119.jffuim (mgr.14180) 409 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:35.050 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:36.612 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:36 smithi119 conmon[83797]: cluster 2023-12-08T09:38:35.287709+0000 mgr.smithi119.jffuim (mgr.14180) 410 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:36.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:36 smithi145 conmon[88257]: cluster 2023-12-08T09:38:35.287709+0000 mgr.smithi119.jffuim (mgr.14180) 410 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:36.968 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:36.968 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:37.541 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:38.541 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:38.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:38 smithi145 conmon[88257]: audit 2023-12-08T09:38:36.963773+0000 mgr.smithi119.jffuim (mgr.14180) 411 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:38.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:38 smithi145 conmon[88257]: cluster 2023-12-08T09:38:37.288159+0000 mgr.smithi119.jffuim (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-08T09:38:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:38 smithi119 conmon[83797]: audit 2023-12-08T09:38:36.963773+0000 mgr.smithi119.jffuim (mgr.14180) 411 : audit [DBG] 2023-12-08T09:38:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:38 smithi119 conmon[83797]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:38 smithi119 conmon[83797]: cluster 2023-12-08T09:38:37.288159+0000 mgr.smithi119.jffuim (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-08T09:38:40.409 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:40.410 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:40 smithi145 conmon[88257]: cluster 2023-12-08T09:38:39.288580+0000 mgr.smithi119.jffuim (mgr.14180) 413 : cluster 2023-12-08T09:38:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:40 smithi145 conmon[88257]: [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:40 smithi119 conmon[83797]: cluster 2023-12-08T09:38:39.288580+0000 mgr.smithi119.jffuim (mgr.14180) 413 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:41.008 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:41.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:41 smithi145 conmon[88257]: audit 2023-12-08T09:38:40.404963+0000 mgr.smithi119.jffuim (mgr.14180) 414 : audit [DBG] 2023-12-08T09:38:41.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:41 smithi145 conmon[88257]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:41 smithi119 conmon[83797]: audit 2023-12-08T09:38:40.404963+0000 mgr.smithi119.jffuim (mgr.14180) 414 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:42.009 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:42.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:42 smithi145 conmon[88257]: cluster 2023-12-08T09:38:41.289488+0000 mgr.smithi119.jffuim (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-08T09:38:42.833 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:42 smithi119 conmon[83797]: cluster 2023-12-08T09:38:41.289488+0000 mgr.smithi119.jffuim (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-08T09:38:43.839 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:43.839 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:44.417 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:44.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:44 smithi145 conmon[88257]: cluster 2023-12-08T09:38:43.289966+0000 mgr.smithi119.jffuim (mgr.14180) 416 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:44.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:44 smithi145 conmon[88257]: audit 2023-12-08T09:38:43.834191+0000 mgr.smithi119.jffuim (mgr.14180) 417 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:44 smithi119 conmon[83797]: cluster 2023-12-08T09:38:43.289966+0000 mgr.smithi119.jffuim (mgr.14180) 416 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:44 smithi119 conmon[83797]: audit 2023-12-08T09:38:43.834191+0000 mgr.smithi119.jffuim (mgr.14180) 417 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:45.418 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:46.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:46 smithi145 conmon[88257]: cluster 2023-12-08T09:38:45.290497+0000 mgr.smithi119.jffuim (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-08T09:38:46.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:46 smithi119 conmon[83797]: cluster 2023-12-08T09:38:45.290497+0000 mgr.smithi119.jffuim (mgr.14180) 418 2023-12-08T09:38:46.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:46 smithi119 conmon[83797]: : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:47.278 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:47.278 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:47.865 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:48.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:48 smithi145 conmon[88257]: audit 2023-12-08T09:38:47.273049+0000 mgr.smithi119.jffuim (mgr.14180) 419 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:48.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:48 smithi145 conmon[88257]: cluster 2023-12-08T09:38:47.291084+0000 mgr.smithi119.jffuim (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-08T09:38:48.866 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:48 smithi119 conmon[83797]: audit 2023-12-08T09:38:47.273049+0000 mgr.smithi119.jffuim (mgr.14180) 419 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:48 smithi119 conmon[83797]: cluster 2023-12-08T09:38:47.291084+0000 mgr.smithi119.jffuim (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-08T09:38:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:50 smithi145 conmon[88257]: cluster 2023-12-08T09:38:49.291494+0000 mgr.smithi119.jffuim (mgr.14180) 421 : cluster 2023-12-08T09:38:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:50 smithi145 conmon[88257]: [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:50.758 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:50.758 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:50.783 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:50 smithi119 conmon[83797]: cluster 2023-12-08T09:38:49.291494+0000 mgr.smithi119.jffuim (mgr.14180) 421 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:51.365 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:51.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:51 smithi119 conmon[83797]: audit 2023-12-08T09:38:50.752743+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:38:51.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:51 smithi119 conmon[83797]: 14180) 422 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:51.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:51 smithi145 conmon[88257]: audit 2023-12-08T09:38:50.752743+0000 mgr.smithi119.jffuim (mgr.14180) 422 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:52.366 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:52.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:52 smithi145 conmon[88257]: cluster 2023-12-08T09:38:51.291985+0000 mgr.smithi119.jffuim (mgr.14180) 423 : cluster [DBG] 2023-12-08T09:38:52.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:52 smithi145 conmon[88257]: pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:52.825 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:52 smithi119 conmon[83797]: cluster 2023-12-08T09:38:51.291985+0000 mgr.smithi119.jffuim ( 2023-12-08T09:38:52.826 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:52 smithi119 conmon[83797]: 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-08T09:38:54.248 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:54.249 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:54.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:54 smithi119 conmon[83797]: cluster 2023-12-08T09:38:53.292419+0000 mgr.smithi119.jffuim (mgr.14180) 424 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:54.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:54 smithi145 conmon[88257]: cluster 2023-12-08T09:38:53.292419+0000 mgr.smithi119.jffuim (mgr.14180) 424 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:54.813 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:55.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:55 smithi145 conmon[88257]: audit 2023-12-08T09:38:54.243936+0000 mgr.smithi119.jffuim (mgr.14180) 425 : audit 2023-12-08T09:38:55.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:55 smithi145 conmon[88257]: [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:55.814 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:38:55.844 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:55 smithi119 conmon[83797]: audit 2023-12-08T09:38:54.243936+0000 mgr.smithi119.jffuim (mgr.14180) 425 : audit 2023-12-08T09:38:55.844 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:55 smithi119 conmon[83797]: [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:56.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:56 smithi145 conmon[88257]: cluster 2023-12-08T09:38:55.292927+0000 mgr.smithi119.jffuim (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-08T09:38:56.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:56 smithi145 conmon[88257]: 2023-12-08T09:38:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:56 smithi119 conmon[83797]: cluster 2023-12-08T09:38:55.292927+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:38:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:56 smithi119 conmon[83797]: 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-08T09:38:57.712 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:38:57.713 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:38:58.322 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:38:58.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:58 smithi119 conmon[83797]: cluster 2023-12-08T09:38:57.293415+0000 mgr.smithi119.jffuim (mgr.14180) 427 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:58.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:38:58 smithi119 conmon[83797]: audit 2023-12-08T09:38:57.708149+0000 mgr.smithi119.jffuim (mgr.14180) 428 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:58 smithi145 conmon[88257]: cluster 2023-12-08T09:38:57.293415+0000 mgr.smithi119.jffuim (mgr.14180) 427 : cluster 2023-12-08T09:38:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:58 smithi145 conmon[88257]: [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:38:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:38:58 smithi145 conmon[88257]: audit 2023-12-08T09:38:57.708149+0000 mgr.smithi119.jffuim (mgr.14180) 428 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:38:59.323 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:00 smithi145 conmon[88257]: cluster 2023-12-08T09:38:59.294145+0000 mgr.smithi119.jffuim (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-08T09:39:00.807 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:00 smithi119 conmon[83797]: cluster 2023-12-08T09:38:59.294145+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:39:00.808 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:00 smithi119 conmon[83797]: ) 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-08T09:39:01.190 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:01.190 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:39:01.804 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:39:02.805 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:02.834 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:02 smithi119 conmon[83797]: audit 2023-12-08T09:39:01.185118+0000 mgr.smithi119.jffuim (mgr.14180) 430 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:02.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:02 smithi119 conmon[83797]: cluster 2023-12-08T09:39 2023-12-08T09:39:02.835 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:02 smithi119 conmon[83797]: :01.294722+0000 mgr.smithi119.jffuim (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-08T09:39:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:02 smithi145 conmon[88257]: audit 2023-12-08T09:39:01.185118+0000 mgr.smithi119.jffuim (mgr.14180) 430 : audit [DBG] 2023-12-08T09:39:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:02 smithi145 conmon[88257]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:02 smithi145 conmon[88257]: cluster 2023-12-08T09:39:01.294722+0000 mgr.smithi119.jffuim (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-08T09:39:04.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:04 smithi119 conmon[83797]: cluster 2023-12-08T09:39:03.295169+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:39:04.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:04 smithi119 conmon[83797]: ) 432 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:04.654 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:04.654 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:39:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:04 smithi145 conmon[88257]: cluster 2023-12-08T09:39:03.295169+0000 mgr.smithi119.jffuim (mgr.14180) 432 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:05.195 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:39:05.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:05 smithi119 conmon[83797]: audit 2023-12-08T09:39:04.649808+0000 mgr.smithi119.jffuim (mgr.14180) 433 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:05 smithi145 conmon[88257]: audit 2023-12-08T09:39:04.649808+0000 mgr.smithi119.jffuim (mgr.14180) 433 : audit 2023-12-08T09:39:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:05 smithi145 conmon[88257]: [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:06.197 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:06.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:06 smithi119 conmon[83797]: cluster 2023-12-08T09:39:05.295691+0000 mgr.smithi119.jffuim (mgr.14180) 434 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:06 smithi145 conmon[88257]: cluster 2023-12-08T09:39:05.295691+0000 mgr.smithi119.jffuim (mgr.14180) 434 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:08.096 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:08.097 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:40.694819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:40.694967Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:40.695039Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:40.695103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:40.695166Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T09:39:08.704 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T09:39:08.829 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:08 smithi119 conmon[83797]: cluster 2023-12-08T09:39:07.296228+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:39:08.829 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:08 smithi119 conmon[83797]: 14180) 435 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:08 smithi145 conmon[88257]: cluster 2023-12-08T09:39:07.296228+0000 mgr.smithi119.jffuim (mgr.14180) 435 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:09.705 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: audit 2023-12-08T09:39:08.091402+0000 mgr.smithi119.jffuim ( 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: mgr.14180) 436 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: cephadm 2023-12-08T09:39:08.827772+0000 mgr.smithi119.jffuim (mgr.14180) 437 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.wkcxdy ... 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:37:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:37:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:38:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: Traceback (most recent call last): 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: yield (conn, connr) 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: code, '\n'.join(err))) 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:09.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.wkcxdy ... 2023-12-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:37:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:37:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:38:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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 2023-12-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: .io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: cephadm 2023-12-08T09:39:08.827933+0000 mgr.smithi119.jffuim (mgr.14180) 438 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:09.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: audit 2023-12-08T09:39:08.828244+0000 mon.smithi119 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi119.wkcxdy"}]: dispatch 2023-12-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: cephadm 2023-12-08T09:39:08.828790+0000 mgr.smithi119.jffuim (mgr.14180) 439 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.wkcxdy ... 2023-12-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:37:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:37:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:38:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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-08T09:39:09.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: audit 2023-12-08T09:39:08.833048+0000 mon.smithi119 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: cephadm 2023-12-08T09:39:08.833341+0000 mgr.smithi119.jffuim (mgr.14180) 440 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: cephadm 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 2023-12-08T09:39:08.834322+0000 mgr.smithi119.jffuim (mgr.14180) 441 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: audit 2023-12-08T09:39:08.835068+0000 mon.smithi119 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: cluster 2023-12-08T09:39 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: :08.835099+0000 mgr.smithi119.jffuim (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-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: audit 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 2023-12-08T09:39:09. 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: 099439+0000 mon.smithi119 (mon.0) 672 : audit 2023-12-08T09:39:09.879 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:09 smithi119 conmon[83797]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: audit 2023-12-08T09:39:08.091402+0000 mgr.smithi119.jffuim (mgr.14180) 436 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: cephadm 2023-12-08T09:39:08.827772+0000 mgr.smithi119.jffuim (mgr.14180) 437 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.wkcxdy ... 2023-12-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:37:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:37:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:38:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: Traceback (most recent call last): 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: yield (conn, connr) 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: code, '\n'.join(err))) 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.wkcxdy ... 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:39:10.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:37:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:37:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:38:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: cephadm 2023-12-08T09:39:08.827933+0000 mgr.smithi119.jffuim (mgr.14180) 438 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: audit 2023-12-08T09:39:08.828244+0000 mon.smithi119 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi119.wkcxdy"}]: dispatch 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: cephadm 2023-12-08T09:39:08.828790+0000 mgr.smithi119.jffuim (mgr.14180) 439 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.wkcxdy ... 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:10.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:37:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:37:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:38:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: audit 2023-12-08T09:39:08.833048+0000 mon.smithi119 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: cephadm 2023-12-08T09:39:08.833341+0000 mgr.smithi119.jffuim (mgr.14180) 440 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: cephadm 2023-12-08T09:39:08.834322+0000 mgr.smithi119.jffuim (mgr.14180) 441 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: audit 2023-12-08T09:39:08.835068+0000 mon.smithi119 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: cluster 2023-12-08T09:39:08.835099+0000 mgr.smithi119.jffuim (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-08T09:39:10.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:09 smithi145 conmon[88257]: audit 2023-12-08T09:39:09.099439+0000 mon.smithi119 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:10.534 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:10 smithi119 conmon[83797]: cluster 2023-12-08T09:39:09.831355+0000 mon.smithi119 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T09:39:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:10 smithi145 conmon[88257]: cluster 2023-12-08T09:39:09.831355+0000 mon.smithi119 (mon. 2023-12-08T09:39:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:10 smithi145 conmon[88257]: 0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T09:39:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:11 smithi119 conmon[83797]: audit 2023-12-08T09:39:10.791203+0000 2023-12-08T09:39:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:11 smithi119 conmon[83797]: mon.smithi119 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:11 smithi119 conmon[83797]: cluster 2023-12-08T09:39:10.835735+0000 mgr.smithi119.jffuim (mgr.14180) 443 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:11 smithi145 conmon[88257]: audit 2023-12-08T09:39:10.791203+0000 mon.smithi119 (mon.0) 674 : 2023-12-08T09:39:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:11 smithi145 conmon[88257]: audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:11 smithi145 conmon[88257]: cluster 2023-12-08T09:39:10.835735+0000 mgr.smithi119.jffuim (mgr.14180) 443 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:12.298 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:12.298 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:33:43.848991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:33:43.849055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:33:43.849116Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:33:43.848918Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:33:43.848770Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:33:43.849175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:33:43.849328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:33:43.849265Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 2, "size": 4}}] 2023-12-08T09:39:13.104 INFO:tasks.cephadm:rgw.foo has 2/4 2023-12-08T09:39:13.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:13 smithi119 conmon[83797]: audit 2023-12-08T09:39:12.293048+0000 mgr.smithi119.jffuim (mgr.14180) 444 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:13.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:13 smithi119 conmon[83797]: audit 2023-12-08T09:39:12.318572+0000 mon.smithi119 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:13.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:13 smithi119 conmon[83797]: audit 2023-12-08T09:39:12.624563+0000 mon.smithi119 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:13.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:13 smithi119 conmon[83797]: cluster 2023-12-08T09:39:12.836319+0000 mgr.smithi119.jffuim (mgr.14180) 445 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:13.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:13 smithi145 conmon[88257]: audit 2023-12-08T09:39:12.293048+0000 mgr.smithi119.jffuim (mgr.14180) 444 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:13.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:13 smithi145 conmon[88257]: audit 2023-12-08T09:39:12.318572+0000 mon.smithi119 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:13.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:13 smithi145 conmon[88257]: audit 2023-12-08T09:39:12.624563+0000 mon.smithi119 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:13.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:13 smithi145 conmon[88257]: cluster 2023 2023-12-08T09:39:13.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:13 smithi145 conmon[88257]: -12-08T09:39:12.836319+0000 mgr.smithi119.jffuim (mgr.14180) 445 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:14.104 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:15.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: audit 2023-12-08T09:39:13.914809+0000 mon.smithi119 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: audit 2023-12-08T09:39:14.238038+0000 mon.smithi119 (mon.0) 678 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: audit 2023-12-08T09:39:14.238729+0000 mon.smithi119 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: cephadm 2023-12-08T09:39:14.241825+0000 mgr.smithi119.jffuim (mgr.14180) 446 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: audit 2023-12-08T09:39:14.522054+0000 mon.smithi119 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: audit 2023-12-08T09:39:14.527073+0000 mon.smithi119 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: audit 2023-12-08T09:39:14.534098+0000 mon.smithi119 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: cluster 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: 2023-12-08T09:39:14.534919+0000 mgr.smithi119.jffuim (mgr.14180) 447 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: audit 2023-12-08T09:39:14.539489+0000 mon.smithi119 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:39:15.218 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:14 smithi119 conmon[83797]: cephadm 2023-12-08T09:39:14.546270+0000 mgr.smithi119.jffuim (mgr.14180) 448 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi145.ojaomk on smithi145 2023-12-08T09:39:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: audit 2023-12-08T09:39:13.914809+0000 mon.smithi119 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: audit 2023-12-08T09:39:14.238038+0000 mon.smithi119 (mon.0) 678 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:39:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: audit 2023-12-08T09:39:14.238729+0000 mon.smithi119 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:39:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: cephadm 2023-12-08T09:39:14.241825+0000 mgr.smithi119.jffuim (mgr.14180) 446 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: audit 2023-12-08T09:39:14.522054+0000 mon.smithi119 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: audit 2023-12-08T09:39:14.527073+0000 mon.smithi119 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: 08T09:39:14.534098+0000 mon.smithi119 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: cluster 2023-12-08T09: 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: 39:14.534919+0000 mgr.smithi119.jffuim (mgr.14180) 447 : cluster [DBG] 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: audit 2023- 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: 12-08T09:39:14.539489+0000 mon.smithi119 (mon.0) 683 : audit [DBG] 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: cephadm 2023-12 2023-12-08T09:39:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:14 smithi145 conmon[88257]: -08T09:39:14.546270+0000 mgr.smithi119.jffuim (mgr.14180) 448 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi145.ojaomk on smithi145 2023-12-08T09:39:16.016 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:16.016 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:16.203 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:15 smithi119 conmon[83797]: cluster 2023-12-08T09:39:15.532278+0000 mon.smithi119 (mon.0 2023-12-08T09:39:16.203 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:15 smithi119 conmon[83797]: ) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T09:39:16.203 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:15 smithi119 conmon[83797]: cluster 2023-12-08T09:39:15.532312+0000 mon.smithi119 (mon.0) 685 : cluster [INF] Cluster is now healthy 2023-12-08T09:39:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:15 smithi145 conmon[88257]: cluster 2023-12-08T09:39:15.532278+0000 mon.smithi119 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T09:39:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:15 smithi145 conmon[88257]: cluster 2023 2023-12-08T09:39:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:15 smithi145 conmon[88257]: -12-08T09:39:15.532312+0000 mon.smithi119 (mon.0) 685 : cluster [INF] Cluster is now healthy 2023-12-08T09:39:16.653 INFO:tasks.cephadm:rgw.foo has 4/4 2023-12-08T09:39:16.653 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T09:39:16.664 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2023-12-08T09:39:16.664 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:17.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:17 smithi145 conmon[88257]: audit 2023-12-08T09:39:16.010676+0000 mgr.smithi119.jffuim (mgr.14180) 449 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:17.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:17 smithi145 conmon[88257]: cluster 2023-12-08T09:39:16.535523+0000 mgr.smithi119.jffuim (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; 1.8 KiB/s rd, 182 B/s wr, 2 op/s 2023-12-08T09:39:17.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:17 smithi119 conmon[83797]: audit 2023-12-08T09:39:16.010676+0000 mgr.smithi119.jffuim (mgr.14180) 449 : audit 2023-12-08T09:39:17.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:17 smithi119 conmon[83797]: [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:17.854 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:17 smithi119 conmon[83797]: cluster 2023-12-08T09:39:16.535523+0000 mgr.smithi119.jffuim (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; 1.8 KiB/s rd, 182 B/s wr, 2 op/s 2023-12-08T09:39:18.470 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:18.470 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:19.085 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:19 smithi119 conmon[83797]: audit 2023-12-08T09:39:18.465284+0000 mgr.smithi119.jffuim (mgr.14180) 451 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:19 smithi119 conmon[83797]: cluster 2023-12-08T09:39:18.536000+0000 mgr.smithi119.jffuim (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.1 KiB/s rd, 182 B/s wr, 2 op/s 2023-12-08T09:39:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:19 smithi145 conmon[88257]: audit 2023-12-08T09:39:18.465284+0000 mgr.smithi119.jffuim (mgr.14180) 451 : audit 2023-12-08T09:39:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:19 smithi145 conmon[88257]: [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:19 smithi145 conmon[88257]: cluster 2023-12-08T09:39:18.536000+0000 mgr.smithi119.jffuim (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.1 KiB/s rd, 182 B/s wr, 2 op/s 2023-12-08T09:39:20.086 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:21.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:21 smithi119 conmon[83797]: cluster 2023-12-08T09:39:20.536445+0000 mgr.smithi119.jffuim (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.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-08T09:39:21.989 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:21.990 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:21 smithi145 conmon[88257]: cluster 2023-12-08T09:39:20.536445+0000 mgr.smithi119.jffuim (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.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-08T09:39:22.611 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:23.612 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:23 smithi119 conmon[83797]: audit 2023-12-08T09:39:21.984781+0000 mgr.smithi119.jffuim (mgr.14180) 454 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:23 smithi119 conmon[83797]: cluster 2023-12-08T09:39:22.537125+0000 mgr.smithi119.jffuim (mgr.14180) 455 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-08T09:39:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:23 smithi145 conmon[88257]: audit 2023-12-08T09:39:21.984781+0000 mgr.smithi119.jffuim (mgr.14180) 454 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:23 smithi145 conmon[88257]: cluster 2023-12-08T09:39:22.537125+0000 mgr.smithi119.jffuim (mgr.14180) 455 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-08T09:39:25.442 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:25.443 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:25 smithi119 conmon[83797]: cluster 2023-12-08T09:39:24.537746+0000 mgr.smithi119.jffuim (mgr.14180) 456 2023-12-08T09:39:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:25 smithi119 conmon[83797]: : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-08T09:39:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:25 smithi145 conmon[88257]: cluster 2023-12-08T09:39:24.537746+0000 mgr.smithi119.jffuim (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; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-08T09:39:26.008 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:26.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:26 smithi119 conmon[83797]: audit 2023-12-08T09:39:25.437272+0000 mgr.smithi119.jffuim (mgr.14180) 457 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:26 smithi145 conmon[88257]: audit 2023-12-08T09:39:25.437272+0000 mgr.smithi119.jffuim (mgr.14180) 457 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:26 smithi145 conmon[88257]: 2023-12-08T09:39:27.009 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:27.859 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:27 smithi119 conmon[83797]: cluster 2023-12-08T09:39:26.538327+0000 mgr.smithi119.jffuim ( 2023-12-08T09:39:27.860 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:27 smithi119 conmon[83797]: 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; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-12-08T09:39:27.860 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:27 smithi119 conmon[83797]: audit 2023-12-08T09:39:27.319227+0000 mon.smithi119 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:27 smithi145 conmon[88257]: cluster 2023-12-08T09:39:26.538327+0000 mgr.smithi119.jffuim (mgr.14180) 458 : cluster [DBG] 2023-12-08T09:39:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:27 smithi145 conmon[88257]: pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-12-08T09:39:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:27 smithi145 conmon[88257]: audit 2023-12-08T09:39:27.319227+0000 mon.smithi119 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:39:28.896 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:28.896 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:29.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:29.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:29 smithi119 conmon[83797]: cluster 2023-12-08T09:39:28.538825+0000 mgr.smithi119.jffuim (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; 341 B/s rd, 0 op/s 2023-12-08T09:39:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:29 smithi145 conmon[88257]: cluster 2023-12-08T09:39:28.538825+0000 mgr.smithi119.jffuim (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; 341 B/s rd, 0 op/s 2023-12-08T09:39:30.418 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:30 smithi145 conmon[88257]: audit 2023-12-08T09:39:28.890988+0000 mgr.smithi119.jffuim (mgr.14180) 460 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:30 smithi119 conmon[83797]: audit 2023-12-08T09:39:28.890988+0000 mgr.smithi119.jffuim (mgr.14180) 460 2023-12-08T09:39:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:30 smithi119 conmon[83797]: : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:31.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:31 smithi119 conmon[83797]: cluster 2023-12-08T09:39:30.539348+0000 mgr.smithi119.jffuim (mgr.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-08T09:39:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:31 smithi145 conmon[88257]: cluster 2023-12-08T09:39:30.539348+0000 mgr.smithi119.jffuim (mgr.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-08T09:39:32.377 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:32.378 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:33.007 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:33.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:33 smithi119 conmon[83797]: audit 2023-12-08T09:39:32.370837+0000 mgr.smithi119.jffuim (mgr.14180) 462 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:33.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:33 smithi119 conmon[83797]: cluster 2023-12-08T09:39:32.539772+0000 mgr.smithi119.jffuim (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-08T09:39:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:33 smithi145 conmon[88257]: audit 2023-12-08T09:39:32.370837+0000 mgr.smithi119.jffuim (mgr.14180) 462 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:33 smithi145 conmon[88257]: cluster 2023-12-08T09:39:32.539772+0000 mgr.smithi119.jffuim (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-08T09:39:34.008 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:35.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:35 smithi119 conmon[83797]: cluster 2023-12-08T09:39:34.540341+0000 mgr.smithi119.jffuim (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-08T09:39:35.897 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:35.897 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:35 smithi145 conmon[88257]: cluster 2023-12-08T09:39:34.540341+0000 mgr.smithi119.jffuim (mgr.14180) 464 : cluster [DBG] 2023-12-08T09:39:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:35 smithi145 conmon[88257]: pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:36.727 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:37.727 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:37.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:37 smithi145 conmon[88257]: audit 2023-12-08T09:39:35.892300+0000 mgr.smithi119.jffuim (mgr.14180) 465 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:37.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:37 smithi145 conmon[88257]: cluster 2023-12-08T09:39:36.541065+0000 mgr.smithi119.jffuim (mgr.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-08T09:39:37.757 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:37 smithi119 conmon[83797]: audit 2023-12-08T09:39:35.892300+0000 mgr.smithi119.jffuim (mgr.14180) 465 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:37.757 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:37 smithi119 conmon[83797]: cluster 2023-12 2023-12-08T09:39:37.758 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:37 smithi119 conmon[83797]: -08T09:39:36.541065+0000 mgr.smithi119.jffuim (mgr.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-08T09:39:39.574 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:39.574 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:39.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:39 smithi119 conmon[83797]: cluster 2023-12-08T09:39:38.541598+0000 mgr.smithi119.jffuim (mgr.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-08T09:39:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:39 smithi145 conmon[88257]: cluster 2023-12-08T09:39:38.541598+0000 mgr.smithi119.jffuim (mgr.14180) 467 : cluster [DBG] 2023-12-08T09:39:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:39 smithi145 conmon[88257]: pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:40.164 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:40.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:40 smithi145 conmon[88257]: audit 2023-12-08T09:39:39.569355+0000 mgr.smithi119.jffuim (mgr.14180) 468 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:40 smithi119 conmon[83797]: audit 2023-12-08T09:39:39.569355+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:39:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:40 smithi119 conmon[83797]: ) 468 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:41.166 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:41 smithi119 conmon[83797]: cluster 2023-12-08T09:39:40.542082+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:39:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:41 smithi119 conmon[83797]: ) 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-08T09:39:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:41 smithi145 conmon[88257]: cluster 2023-12-08T09:39:40.542082+0000 mgr.smithi119.jffuim (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-08T09:39:43.172 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:43.172 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:43.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:43.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:43 smithi119 conmon[83797]: cluster 2023-12-08T09:39:42.542569+0000 mgr.smithi119.jffuim (mgr.14180) 470 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:43 smithi145 conmon[88257]: cluster 2023-12-08T09:39:42.542569+0000 mgr.smithi119.jffuim (mgr.14180) 470 : cluster 2023-12-08T09:39:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:43 smithi145 conmon[88257]: [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:44.808 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:44 smithi119 conmon[83797]: audit 2023-12-08T09:39:43.166948+0000 mgr.smithi119.jffuim (mgr.14180) 471 : audit [DBG] 2023-12-08T09:39:44.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:44 smithi119 conmon[83797]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:44 smithi145 conmon[88257]: audit 2023-12-08T09:39:43.166948+0000 mgr.smithi119.jffuim (mgr.14180) 471 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:45.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:45 smithi119 conmon[83797]: cluster 2023-12-08T09:39:44.543048+0000 mgr.smithi119.jffuim (mgr.14180) 472 2023-12-08T09:39:45.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:45 smithi119 conmon[83797]: : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:45 smithi145 conmon[88257]: cluster 2023-12-08T09:39:44.543048+0000 mgr.smithi119.jffuim (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-08T09:39:46.666 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:46.666 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:47.265 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:47.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:47 smithi119 conmon[83797]: cluster 2023-12-08T09:39:46.543575+0000 mgr.smithi119.jffuim ( 2023-12-08T09:39:47.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:47 smithi119 conmon[83797]: mgr.14180) 473 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:47.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:47 smithi119 conmon[83797]: audit 2023-12-08T09:39:46.661165+0000 mgr.smithi119.jffuim (mgr.14180) 474 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:47.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:47 smithi145 conmon[88257]: cluster 2023-12-08T09:39:46.543575+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:39:47.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:47 smithi145 conmon[88257]: ) 473 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:47.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:47 smithi145 conmon[88257]: audit 2023-12-08T09:39:46.661165+0000 mgr.smithi119.jffuim (mgr.14180) 474 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:48.267 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:49.864 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:49 smithi119 conmon[83797]: cluster 2023-12-08T09:39:48.543990+0000 2023-12-08T09:39:49.864 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:49 smithi119 conmon[83797]: mgr.smithi119.jffuim (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-08T09:39:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:49 smithi145 conmon[88257]: cluster 2023-12-08T09:39:48.543990+0000 mgr.smithi119.jffuim (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-08T09:39:50.188 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:50.189 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:50.730 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:51.730 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:51 smithi119 conmon[83797]: audit 2023-12-08T09:39:50.183467+0000 mgr.smithi119.jffuim (mgr.14180) 476 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:51 smithi119 conmon[83797]: cluster 2023-12-08T09:39:50.544611+0000 mgr.smithi119.jffuim (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-08T09:39:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:51 smithi145 conmon[88257]: audit 2023-12-08T09:39:50.183467+0000 mgr.smithi119.jffuim (mgr.14180) 476 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:51 smithi145 conmon[88257]: cluster 2023-12-08T09:39:50.544611+0000 mgr.smithi119.jffuim (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-08T09:39:53.653 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:53.653 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:53.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:53 smithi119 conmon[83797]: cluster 2023-12-08T09:39:52.545133+0000 mgr.smithi119.jffuim (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-08T09:39:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:53 smithi145 conmon[88257]: cluster 2023-12-08T09:39:52.545133+0000 mgr.smithi119.jffuim (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-08T09:39:54.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:54 smithi119 conmon[83797]: audit 2023-12-08T09:39:53.647147+0000 mgr.smithi119.jffuim (mgr.14180) 479 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:54 smithi145 conmon[88257]: audit 2023-12-08T09:39:53.647147+0000 mgr.smithi119.jffuim (mgr.14180) 479 : audit [DBG] 2023-12-08T09:39:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:54 smithi145 conmon[88257]: from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:55.248 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:55 smithi119 conmon[83797]: cluster 2023-12-08T09:39:54.545595+0000 mgr.smithi119.jffuim (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-08T09:39:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:55 smithi145 conmon[88257]: cluster 2023-12-08T09:39:54.545595+0000 mgr.smithi119.jffuim (mgr.14180) 480 : cluster [DBG] 2023-12-08T09:39:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:55 smithi145 conmon[88257]: pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:39:57.036 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:39:57.036 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:39:57.620 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:39:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:57 smithi145 conmon[88257]: cluster 2023-12-08T09:39:56.546248+0000 mgr.smithi119.jffuim (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-08T09:39:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:57 smithi119 conmon[83797]: cluster 2023-12-08T09:39:56.546248+0000 mgr.smithi119.jffuim (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-08T09:39:58.621 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:39:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:58 smithi145 conmon[88257]: audit 2023-12-08T09:39:57.031063+0000 mgr.smithi119.jffuim (mgr.14180) 482 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:58 smithi119 conmon[83797]: audit 2023-12-08T09:39:57.031063+0000 mgr.smithi119.jffuim (mgr.14180) 482 : audit [DBG] 2023-12-08T09:39:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:58 smithi119 conmon[83797]: from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:39:59.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:39:59 smithi145 conmon[88257]: cluster 2023-12-08T09:39:58.546688+0000 mgr.smithi119.jffuim (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-08T09:39:59.855 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:39:59 smithi119 conmon[83797]: cluster 2023-12-08T09:39:58.546688+0000 mgr.smithi119.jffuim (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-08T09:40:00.455 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:00.455 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:00 smithi145 conmon[88257]: cluster 2023-12-08T09:40:00.000119+0000 mon.smithi119 (mon.0) 687 : cluster 2023-12-08T09:40:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:00 smithi145 conmon[88257]: [INF] overall HEALTH_OK 2023-12-08T09:40:00.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:00 smithi119 conmon[83797]: cluster 2023-12-08T09:40:00.000119+0000 mon.smithi119 (mon.0) 687 : cluster [INF] overall HEALTH_OK 2023-12-08T09:40:01.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:01.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:01 smithi145 conmon[88257]: audit 2023-12-08T09:40:00.449604+0000 mgr.smithi119.jffuim (mgr.14180) 484 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:01.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:01 smithi145 conmon[88257]: cluster 2023-12-08T09:40:00.547195+0000 mgr.smithi119.jffuim (mgr.14180) 485 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:01 smithi119 conmon[83797]: audit 2023-12-08T09:40:00.449604+0000 mgr.smithi119.jffuim (mgr.14180) 484 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:01 smithi119 conmon[83797]: cluster 2023-12 2023-12-08T09:40:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:01 smithi119 conmon[83797]: -08T09:40:00.547195+0000 mgr.smithi119.jffuim (mgr.14180) 485 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:02.104 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:03.732 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:03 smithi119 conmon[83797]: cluster 2023-12-08T09:40:02.547881+0000 mgr.smithi119.jffuim (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-08T09:40:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:03 smithi145 conmon[88257]: cluster 2023-12-08T09:40:02.547881+0000 mgr.smithi119.jffuim (mgr.14180) 486 : cluster [DBG] 2023-12-08T09:40:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:03 smithi145 conmon[88257]: pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:04.103 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:04.103 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:04.677 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:05.678 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:05.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:05 smithi119 conmon[83797]: audit 2023-12-08T09:40:04.097965+0000 mgr.smithi119.jffuim (mgr.14180) 487 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:05.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:05 smithi119 conmon[83797]: cluster 2023-12-08T09:40:04.548623+0000 mgr.smithi119.jffuim (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-08T09:40:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:05 smithi145 conmon[88257]: audit 2023-12-08T09:40:04.097965+0000 mgr.smithi119.jffuim (mgr.14180) 487 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:05 smithi145 conmon[88257]: cluster 2023-12-08T09:40:04.548623+0000 mgr.smithi119.jffuim (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-08T09:40:07.579 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:07.579 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:07.601 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:07 smithi119 conmon[83797]: cluster 2023-12-08T09:40:06.549431+0000 mgr.smithi119.jffuim (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-08T09:40:07.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:07 smithi145 conmon[88257]: cluster 2023-12-08T09:40:06.549431+0000 mgr.smithi119.jffuim (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-08T09:40:08.144 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:08.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:08 smithi145 conmon[88257]: audit 2023-12-08T09:40:07.573503+0000 mgr.smithi119.jffuim (mgr.14180) 490 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:08.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:08 smithi119 conmon[83797]: audit 2023-12-08T09:40:07.573503+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:40:08.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:08 smithi119 conmon[83797]: .14180) 490 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:09.145 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:09.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:09 smithi145 conmon[88257]: cluster 2023-12-08T09:40:08.549943+0000 mgr.smithi119.jffuim (mgr.14180) 491 : cluster 2023-12-08T09:40:09.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:09 smithi145 conmon[88257]: [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:09.775 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:09 smithi119 conmon[83797]: cluster 2023-12-08T09:40:08.549943+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:40:09.775 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:09 smithi119 conmon[83797]: 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-08T09:40:11.014 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:11.014 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:11.543 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:11.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:11 smithi119 conmon[83797]: cluster 2023-12-08T09:40:10.550627+0000 mgr.smithi119.jffuim (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-08T09:40:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:11 smithi145 conmon[88257]: cluster 2023-12-08T09:40:10.550627+0000 mgr.smithi119.jffuim (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-08T09:40:12.544 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:12.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:12 smithi119 conmon[83797]: audit 2023-12-08T09:40:11.008761+0000 mgr.smithi119.jffuim (mgr.14180) 493 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:12 smithi145 conmon[88257]: audit 2023-12-08T09:40:11.008761+0000 mgr.smithi119.jffuim (mgr.14180) 493 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:12 smithi145 conmon[88257]: 2023-12-08T09:40:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:13 smithi119 conmon[83797]: cluster 2023-12-08T09:40:12.551085+0000 mgr.smithi119.jffuim (mgr.14180) 494 : cluster 2023-12-08T09:40:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:13 smithi119 conmon[83797]: [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:13 smithi145 conmon[88257]: cluster 2023-12-08T09:40:12.551085+0000 mgr.smithi119.jffuim (mgr.14180) 494 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:13 smithi145 conmon[88257]: 2023-12-08T09:40:14.318 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:14.318 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:14.951 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:15 smithi119 conmon[83797]: audit 2023-12-08T09:40:14.313191+0000 mgr.smithi119.jffuim (mgr.14180) 495 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:15 smithi119 conmon[83797]: cluster 2023-12-08T09:40:14.551695+0000 mgr.smithi119.jffuim (mgr.14180) 496 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:15.952 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:15 smithi145 conmon[88257]: audit 2023-12-08T09:40:14.313191+0000 mgr.smithi119.jffuim (mgr.14180) 495 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:15 smithi145 conmon[88257]: cluster 2023-12-08T09:40:14.551695+0000 mgr.smithi119.jffuim (mgr.14180) 496 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:17.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:17 smithi145 conmon[88257]: cluster 2023-12-08T09:40:16.552205+0000 mgr.smithi119.jffuim (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-08T09:40:17.813 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:17.813 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:17.834 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:17 smithi119 conmon[83797]: cluster 2023-12-08T09:40:16.552205+0000 mgr.smithi119.jffuim (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-08T09:40:18.409 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:18.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:18 smithi145 conmon[88257]: audit 2023-12-08T09:40:17.807699+0000 mgr.smithi119.jffuim (mgr.14180) 498 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:18.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:18 smithi145 conmon[88257]: 2023-12-08T09:40:18.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:18 smithi119 conmon[83797]: audit 2023-12-08T09:40:17.807699+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:40:18.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:18 smithi119 conmon[83797]: .14180) 498 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:19.410 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:19.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:19 smithi145 conmon[88257]: cluster 2023-12-08T09:40:18.552638+0000 mgr.smithi119.jffuim (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-08T09:40:19.850 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:19 smithi119 conmon[83797]: cluster 2023-12-08T09:40:18.552638+0000 mgr.smithi119.jffuim (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-08T09:40:21.307 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:21.307 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:21.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:21 smithi119 conmon[83797]: cluster 2023-12-08T09:40:20.553146+0000 mgr.smithi119.jffuim (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-08T09:40:21.915 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:21 smithi145 conmon[88257]: cluster 2023-12-08T09:40:20.553146+0000 mgr.smithi119.jffuim (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-08T09:40:22.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:22 smithi119 conmon[83797]: audit 2023-12-08T09:40:21.302064+0000 mgr.smithi119.jffuim (mgr.14180) 501 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:22.916 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:22 smithi145 conmon[88257]: audit 2023-12-08T09:40:21.302064+0000 mgr.smithi119.jffuim (mgr.14180) 501 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:23.777 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:23 smithi119 conmon[83797]: cluster 2023-12-08T09:40:22.553592+0000 2023-12-08T09:40:23.778 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:23 smithi119 conmon[83797]: mgr.smithi119.jffuim (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-08T09:40:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:23 smithi145 conmon[88257]: cluster 2023-12-08T09:40:22.553592+0000 mgr.smithi119.jffuim (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-08T09:40:24.832 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:24.832 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:25.382 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:25 smithi119 conmon[83797]: cluster 2023-12-08T09:40:24.554094+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:40:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:25 smithi119 conmon[83797]: 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-08T09:40:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:25 smithi119 conmon[83797]: audit 2023-12-08T09:40:24.826949+0000 mgr.smithi119.jffuim (mgr.14180) 504 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:25 smithi145 conmon[88257]: cluster 2023-12-08T09:40:24.554094+0000 mgr.smithi119.jffuim (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-08T09:40:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:25 smithi145 conmon[88257]: audit 2023-12-08T09:40:24.826949+0000 mgr.smithi119.jffuim (mgr.14180) 504 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:26.383 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:27.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:27 smithi119 conmon[83797]: cluster 2023-12-08T09:40:26.554640+0000 mgr.smithi119.jffuim (mgr.14180) 505 : 2023-12-08T09:40:27.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:27 smithi119 conmon[83797]: cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:27 smithi145 conmon[88257]: cluster 2023-12-08T09:40:26.554640+0000 mgr.smithi119.jffuim (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-08T09:40:28.276 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:28.276 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:28.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:29.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:29 smithi119 conmon[83797]: audit 2023-12-08T09:40:28.270939+0000 mgr.smithi119.jffuim (mgr.14180) 506 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:29.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:29 smithi119 conmon[83797]: cluster 2023-12-08T09:40:28.555119+0000 mgr.smithi119.jffuim (mgr.14180) 507 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:29.898 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:29 smithi145 conmon[88257]: audit 2023-12-08T09:40:28.270939+0000 mgr.smithi119.jffuim (mgr.14180) 506 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:29 smithi145 conmon[88257]: cluster 2023-12-08T09:40:28.555119+0000 mgr.smithi119.jffuim (mgr.14180) 507 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:31.800 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:31.800 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:31.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:31 smithi119 conmon[83797]: cluster 2023-12-08T09:40:30.555628+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:40:31.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:31 smithi119 conmon[83797]: 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-08T09:40:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:31 smithi145 conmon[88257]: cluster 2023-12-08T09:40:30.555628+0000 mgr.smithi119.jffuim (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-08T09:40:32.323 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:32.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:32 smithi119 conmon[83797]: audit 2023-12-08T09:40:31.794881+0000 mgr.smithi119.jffuim (mgr.14180) 509 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:32 smithi145 conmon[88257]: audit 2023-12-08T09:40:31.794881+0000 mgr.smithi119.jffuim (mgr.14180) 509 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:33.324 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:33.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:33 smithi119 conmon[83797]: cluster 2023-12-08T09:40:32.556170+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:40:33.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:33 smithi119 conmon[83797]: ) 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-08T09:40:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:33 smithi145 conmon[88257]: cluster 2023-12-08T09:40:32.556170+0000 mgr.smithi119.jffuim (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-08T09:40:35.188 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:35.188 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:35.780 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:35.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:35 smithi119 conmon[83797]: cluster 2023-12-08T09:40:34.556599+0000 mgr.smithi119.jffuim (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-08T09:40:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:35 smithi145 conmon[88257]: cluster 2023-12-08T09:40:34.556599+0000 mgr.smithi119.jffuim (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-08T09:40:36.782 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:36 smithi145 conmon[88257]: audit 2023-12-08T09:40:35.183322+0000 mgr.smithi119.jffuim (mgr.14180) 512 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:36 smithi119 conmon[83797]: audit 2023-12-08T09:40:35.183322+0000 mgr.smithi119.jffuim (mgr.14180) 512 : 2023-12-08T09:40:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:36 smithi119 conmon[83797]: audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:37 smithi145 conmon[88257]: cluster 2023-12-08T09:40:36.557095+0000 mgr.smithi119.jffuim (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-08T09:40:38.107 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:37 smithi119 conmon[83797]: cluster 2023-12-08T09:40:36.557095+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:40:38.107 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:37 smithi119 conmon[83797]: 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-08T09:40:38.690 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:38.690 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:39.331 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:39 smithi145 conmon[88257]: cluster 2023-12-08T09:40:38.557537+0000 mgr.smithi119.jffuim (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-08T09:40:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:39 smithi145 conmon[88257]: audit 2023-12-08T09:40:38.685417+0000 mgr.smithi119.jffuim (mgr.14180) 515 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:39 smithi119 conmon[83797]: cluster 2023-12-08T09:40:38.557537+0000 mgr.smithi119.jffuim (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-08T09:40:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:39 smithi119 conmon[83797]: audit 2023-12-08T09:40:38.685417+0000 mgr.smithi119.jffuim (mgr.14180) 515 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:40.332 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:41.866 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:41 smithi119 conmon[83797]: cluster 2023-12-08T09:40:40.558007+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:40:41.866 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:41 smithi119 conmon[83797]: 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-08T09:40:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:41 smithi145 conmon[88257]: cluster 2023-12-08T09:40:40.558007+0000 mgr.smithi119.jffuim (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-08T09:40:42.238 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:42.239 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:42.838 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:43.838 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:43 smithi145 conmon[88257]: audit 2023-12-08T09:40:42.233545+0000 mgr.smithi119.jffuim (mgr.14180) 517 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:43 smithi145 conmon[88257]: cluster 2023-12-08T09:40:42.558688 2023-12-08T09:40:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:43 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 518 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:43 smithi119 conmon[83797]: audit 2023-12-08T09:40:42.233545+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:40:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:43 smithi119 conmon[83797]: 517 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:43 smithi119 conmon[83797]: cluster 2023-12-08T09:40:42.558688+0000 mgr.smithi119.jffuim (mgr.14180) 518 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:45.702 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:45.702 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:45.921 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:45 smithi119 conmon[83797]: cluster 2023-12-08T09:40:44.559158+0000 mgr.smithi119.jffuim (mgr.14180) 519 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:45 smithi145 conmon[88257]: cluster 2023-12-08T09:40:44.559158+0000 mgr.smithi119.jffuim (mgr.14180) 519 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:46.304 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:47.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:46 smithi145 conmon[88257]: audit 2023-12-08T09:40:45.695378+0000 mgr.smithi119.jffuim (mgr.14180) 520 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:46 smithi119 conmon[83797]: audit 2023-12-08T09:40:45.695378+0000 mgr.smithi119.jffuim (mgr.14180) 520 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:47.306 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:47.957 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:47 smithi119 conmon[83797]: cluster 2023-12-08T09:40:46.559638+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:40:47.957 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:47 smithi119 conmon[83797]: .14180) 521 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:47 smithi145 conmon[88257]: cluster 2023-12-08T09:40:46.559638+0000 mgr.smithi119.jffuim (mgr.14180) 521 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:49.153 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:49.153 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:49.787 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:49 smithi145 conmon[88257]: cluster 2023-12-08T09:40:48.560066+0000 mgr.smithi119.jffuim (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-08T09:40:50.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:49 smithi119 conmon[83797]: cluster 2023-12-08T09:40:48.560066+0000 mgr.smithi119.jffuim (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-08T09:40:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:50 smithi145 conmon[88257]: audit 2023-12-08T09:40:49.147763+0000 mgr.smithi119.jffuim (mgr.14180) 523 : audit [DBG] 2023-12-08T09:40:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:50 smithi145 conmon[88257]: from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:50.788 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:50 smithi119 conmon[83797]: audit 2023-12-08T09:40:49.147763+0000 mgr.smithi119.jffuim (mgr.14180) 523 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:51 smithi145 conmon[88257]: cluster 2023-12-08T09:40:50.560589+0000 mgr.smithi119.jffuim (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-08T09:40:52.121 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:51 smithi119 conmon[83797]: cluster 2023-12-08T09:40:50.560589+0000 mgr.smithi119.jffuim ( 2023-12-08T09:40:52.121 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:51 smithi119 conmon[83797]: 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-08T09:40:52.756 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:52.756 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:53.296 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:53 smithi145 conmon[88257]: cluster 2023-12-08T09:40:52.561066+0000 mgr.smithi119.jffuim (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-08T09:40:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:53 smithi145 conmon[88257]: audit 2023-12-08T09:40:52.750974+0000 mgr.smithi119.jffuim (mgr.14180) 526 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:53 smithi119 conmon[83797]: cluster 2023-12-08T09:40:52.561066+0000 mgr.smithi119.jffuim (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-08T09:40:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:53 smithi119 conmon[83797]: audit 2023-12-08T09:40:52.750974+0000 mgr.smithi119.jffuim (mgr.14180) 526 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:54.297 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:55.798 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:55 smithi119 conmon[83797]: cluster 2023-12-08T09:40:54.561543+0000 mgr.smithi119.jffuim (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-08T09:40:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:55 smithi145 conmon[88257]: cluster 2023-12-08T09:40:54.561543+0000 mgr.smithi119.jffuim (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-08T09:40:56.122 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:56.122 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:56.744 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:40:57.746 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:40:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:57 smithi145 conmon[88257]: audit 2023-12-08T09:40:56.117489+0000 mgr.smithi119.jffuim (mgr.14180) 528 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:57 smithi145 conmon[88257]: cluster 2023-12-08T09:40:56.562059+0000 mgr.smithi119.jffuim (mgr.14180) 529 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:57.774 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:57 smithi119 conmon[83797]: audit 2023-12-08T09:40:56.117489+0000 mgr.smithi119.jffuim (mgr.14180) 528 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:40:57.774 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:57 smithi119 conmon[83797]: cluster 2023-12-08T09: 2023-12-08T09:40:57.774 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:57 smithi119 conmon[83797]: 40:56.562059+0000 mgr.smithi119.jffuim (mgr.14180) 529 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:40:59.617 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:40:59.617 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:40:59.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:40:59 smithi119 conmon[83797]: cluster 2023-12-08T09:40:58.562503+0000 mgr.smithi119.jffuim (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-08T09:41:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:40:59 smithi145 conmon[88257]: cluster 2023-12-08T09:40:58.562503+0000 mgr.smithi119.jffuim (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-08T09:41:00.220 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:00 smithi145 conmon[88257]: audit 2023-12-08T09:40:59.611501+0000 mgr.smithi119.jffuim (mgr.14180) 531 : audit [DBG] 2023-12-08T09:41:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:00 smithi145 conmon[88257]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:00.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:00 smithi119 conmon[83797]: audit 2023-12-08T09:40:59.611501+0000 mgr.smithi119.jffuim (mgr.14180) 531 : audit 2023-12-08T09:41:00.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:00 smithi119 conmon[83797]: [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:01.221 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:01 smithi145 conmon[88257]: cluster 2023-12-08T09:41:00.563067+0000 mgr.smithi119.jffuim (mgr.14180) 532 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:02.069 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:01 smithi119 conmon[83797]: cluster 2023-12-08T09:41:00.563067+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:41:02.069 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:01 smithi119 conmon[83797]: 14180) 532 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:03.079 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:03.080 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:03.701 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:03 smithi145 conmon[88257]: cluster 2023-12-08T09:41:02.563635+0000 mgr.smithi119.jffuim (mgr.14180) 533 : cluster [DBG] 2023-12-08T09:41:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:03 smithi145 conmon[88257]: pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:04.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:03 smithi119 conmon[83797]: cluster 2023-12-08T09:41:02.563635+0000 mgr.smithi119.jffuim (mgr.14180) 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-08T09:41:04.702 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:04 smithi145 conmon[88257]: audit 2023-12-08T09:41:03.074589+0000 mgr.smithi119.jffuim (mgr.14180) 534 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:04 smithi119 conmon[83797]: audit 2023-12-08T09:41:03.074589+0000 mgr.smithi119.jffuim (mgr.14180) 534 2023-12-08T09:41:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:04 smithi119 conmon[83797]: : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:05.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:05 smithi119 conmon[83797]: cluster 2023-12-08T09:41:04.564066+0000 mgr.smithi119.jffuim (mgr.14180) 535 : 2023-12-08T09:41:05.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:05 smithi119 conmon[83797]: cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:05 smithi145 conmon[88257]: cluster 2023-12-08T09:41:04.564066+0000 mgr.smithi119.jffuim (mgr.14180) 535 : cluster 2023-12-08T09:41:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:05 smithi145 conmon[88257]: [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:06.565 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:06.565 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:07.150 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:07.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:07 smithi145 conmon[88257]: audit 2023-12-08T09:41:06.559378+0000 mgr.smithi119.jffuim (mgr.14180) 536 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:07.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:07 smithi145 conmon[88257]: cluster 2023-12-08T09:41:06.564524+0000 mgr.smithi119.jffuim (mgr.14180) 537 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:07.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:07 smithi119 conmon[83797]: audit 2023-12-08T09:41:06.559378+0000 mgr.smithi119.jffuim (mgr.14180) 536 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:07.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:07 smithi119 conmon[83797]: cluster 2023-12-08T09:41:06.564524+0000 mgr.smithi119.jffuim (mgr.14180) 537 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:08.151 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:09.653 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:09 smithi119 conmon[83797]: cluster 2023-12-08T09:41:08.565053+0000 mgr.smithi119.jffuim (mgr.14180) 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-08T09:41:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:09 smithi145 conmon[88257]: cluster 2023-12-08T09:41:08.565053+0000 mgr.smithi119.jffuim (mgr.14180) 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-08T09:41:10.039 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:10.040 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:10.642 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:11.644 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:11.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:11 smithi119 conmon[83797]: audit 2023-12-08T09:41:10.034842+0000 mgr.smithi119.jffuim (mgr.14180) 539 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:11.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:11 smithi119 conmon[83797]: cluster 2023-12-08T09:41:10.565627+0000 mgr.smithi119.jffuim (mgr.14180) 540 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:11 smithi145 conmon[88257]: audit 2023-12-08T09:41:10.034842+0000 mgr.smithi119.jffuim (mgr.14180) 539 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:11 smithi145 conmon[88257]: cluster 2023-12-08T09:41:10.565627+0000 mgr.smithi119.jffuim (mgr.14180) 540 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:13.568 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:13.568 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:13 smithi119 conmon[83797]: cluster 2023-12-08T09:41 2023-12-08T09:41:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:13 smithi119 conmon[83797]: :12.566060+0000 mgr.smithi119.jffuim (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-08T09:41:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:13 smithi145 conmon[88257]: cluster 2023-12-08T09:41:12.566060+0000 mgr.smithi119.jffuim (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-08T09:41:14.166 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:15.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:14 smithi145 conmon[88257]: audit 2023-12-08T09:41:13.562751+0000 mgr.smithi119.jffuim (mgr.14180) 542 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:15.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:14 smithi119 conmon[83797]: audit 2023-12-08T09:41:13.562751+0000 mgr.smithi119.jffuim (mgr.14180) 542 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:15.167 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:15 smithi119 conmon[83797]: cluster 2023-12-08T09:41:14.566543+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:41:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:15 smithi119 conmon[83797]: 14180) 543 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:15 smithi145 conmon[88257]: cluster 2023-12-08T09:41:14.566543+0000 mgr.smithi119.jffuim (mgr.14180) 543 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:17.081 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:17.082 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:17.700 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:17.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:17 smithi145 conmon[88257]: cluster 2023-12-08T09:41:16.567301+0000 mgr.smithi119.jffuim (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-08T09:41:17.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:17 smithi119 conmon[83797]: cluster 2023-12-08T09:41:16.567301+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:41:17.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:17 smithi119 conmon[83797]: .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-08T09:41:18.701 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:18.731 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:18 smithi119 conmon[83797]: audit 2023-12-08T09:41:17.076023+0000 mgr.smithi119.jffuim (mgr.14180) 545 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:18.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:18 smithi145 conmon[88257]: audit 2023-12-08T09:41:17.076023+0000 mgr.smithi119.jffuim (mgr.14180) 545 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:19.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:19 smithi145 conmon[88257]: cluster 2023-12-08T09:41:18.567801+0000 mgr.smithi119.jffuim (mgr.14180) 546 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:19.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:19 smithi119 conmon[83797]: cluster 2023-12-08T09:41:18.567801+0000 mgr.smithi119.jffuim (mgr.14180) 546 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:20.534 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:20.534 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:21.107 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:21 smithi145 conmon[88257]: audit 2023-12-08T09:41:20.528262+0000 mgr.smithi119.jffuim (mgr.14180) 547 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:21 smithi145 conmon[88257]: cluster 2023-12-08T09:41:20.568495+0000 mgr.smithi119.jffuim (mgr.14180) 548 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:22.108 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:21 smithi119 conmon[83797]: audit 2023-12-08T09:41:20.528262+0000 mgr.smithi119.jffuim (mgr.14180) 547 2023-12-08T09:41:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:21 smithi119 conmon[83797]: : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:21 smithi119 conmon[83797]: cluster 2023-12-08T09:41:20.568495+0000 mgr.smithi119.jffuim (mgr.14180) 548 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:23 smithi119 conmon[83797]: cluster 2023-12-08T09:41:22.568940+0000 mgr.smithi119.jffuim (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-08T09:41:23.985 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:23.985 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:24.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:23 smithi145 conmon[88257]: cluster 2023-12-08T09:41:22.568940+0000 mgr.smithi119.jffuim (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-08T09:41:24.590 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:25.591 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:25 smithi119 conmon[83797]: audit 2023-12-08T09:41:23.978193+0000 mgr.smithi119.jffuim (mgr.14180) 550 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:25 smithi119 conmon[83797]: cluster 2023-12-08T09:41:24.569583+0000 mgr.smithi119.jffuim (mgr.14180) 551 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:25 smithi145 conmon[88257]: audit 2023-12-08T09:41:23.978193+0000 mgr.smithi119.jffuim (mgr.14180) 550 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:25 smithi145 conmon[88257]: cluster 2023-12-08T09:41:24.569583 2023-12-08T09:41:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:25 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 551 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:27.424 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:27.424 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:27 smithi145 conmon[88257]: cluster 2023-12-08T09:41:26.570338+0000 mgr.smithi119.jffuim (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-08T09:41:27.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:27 smithi119 conmon[83797]: cluster 2023-12-08T09:41:26.570338+0000 mgr.smithi119.jffuim (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-08T09:41:27.988 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:28.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:28 smithi145 conmon[88257]: audit 2023-12-08T09:41:27.418946+0000 mgr.smithi119.jffuim (mgr.14180) 553 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:28.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:28 smithi119 conmon[83797]: audit 2023-12-08T09:41:27.418946+0000 mgr.smithi119.jffuim (mgr.14180) 553 : 2023-12-08T09:41:28.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:28 smithi119 conmon[83797]: audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:28.989 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:29.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:29 smithi145 conmon[88257]: cluster 2023-12-08T09:41:28.571087+0000 mgr.smithi119.jffuim (mgr.14180) 554 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:29.806 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:29 smithi119 conmon[83797]: cluster 2023-12-08T09:41:28.571087+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:41:29.806 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:29 smithi119 conmon[83797]: .14180) 554 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:30.875 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:30.875 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:31.531 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:31.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:31 smithi119 conmon[83797]: cluster 2023-12-08T09:41:30.571574+0000 mgr.smithi119.jffuim (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-08T09:41:31.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:31 smithi119 conmon[83797]: audit 2023-12-08T09:41:30.870093+0000 mgr.smithi119.jffuim (mgr.14180) 556 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:31 smithi145 conmon[88257]: cluster 2023-12-08T09:41:30.571574+0000 mgr.smithi119.jffuim (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-08T09:41:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:31 smithi145 conmon[88257]: audit 2023-12-08T09:41:30.870093+0000 mgr.smithi119.jffuim (mgr.14180) 556 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:32.533 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:33.821 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:33 smithi119 conmon[83797]: cluster 2023-12-08T09:41:32.572058+0000 mgr.smithi119.jffuim (mgr.14180) 557 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:33 smithi145 conmon[88257]: cluster 2023-12-08T09:41:32.572058+0000 mgr.smithi119.jffuim (mgr.14180) 557 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:33 smithi145 conmon[88257]: 2023-12-08T09:41:34.455 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:34.455 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:35.038 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:35 smithi145 conmon[88257]: audit 2023-12-08T09:41:34.450357+0000 mgr.smithi119.jffuim (mgr.14180) 558 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:35 smithi145 conmon[88257]: cluster 2023-12-08T09:41:34.572737+0000 2023-12-08T09:41:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:35 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 559 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:36.039 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:36.069 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:35 smithi119 conmon[83797]: audit 2023-12-08T09:41:34.450357+0000 mgr.smithi119.jffuim (mgr.14180) 558 : audit 2023-12-08T09:41:36.069 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:35 smithi119 conmon[83797]: [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:36.069 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:35 smithi119 conmon[83797]: cluster 2023-12-08T09:41:34.572737+0000 mgr.smithi119.jffuim (mgr.14180) 559 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:37.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:37 smithi145 conmon[88257]: cluster 2023-12-08T09:41:36.573296+0000 mgr.smithi119.jffuim (mgr.14180) 560 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:37.839 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:37.839 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:37.860 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:37 smithi119 conmon[83797]: cluster 2023-12-08T09:41:36.573296+0000 mgr.smithi119.jffuim (mgr.14180) 560 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:38.404 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:38.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:38 smithi145 conmon[88257]: audit 2023-12-08T09:41:37.833679+0000 mgr.smithi119.jffuim (mgr.14180) 561 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:38 smithi119 conmon[83797]: audit 2023-12-08T09:41:37.833679+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:41:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:38 smithi119 conmon[83797]: ) 561 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:39.405 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:39.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:39 smithi145 conmon[88257]: cluster 2023-12-08T09:41:38.573869+0000 mgr.smithi119.jffuim (mgr.14180) 562 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:39.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:39 smithi119 conmon[83797]: cluster 2023-12-08T09:41:38.573869+0000 2023-12-08T09:41:39.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:39 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 562 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:41.185 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:41.185 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:41.795 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:41 smithi145 conmon[88257]: cluster 2023-12-08T09:41:40.574409+0000 mgr.smithi119.jffuim (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-08T09:41:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:41 smithi119 conmon[83797]: cluster 2023-12-08T09:41:40.574409+0000 mgr.smithi119.jffuim (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-08T09:41:42.796 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:42 smithi145 conmon[88257]: audit 2023-12-08T09:41:41.180029+0000 mgr.smithi119.jffuim (mgr.14180) 564 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:42 smithi145 conmon[88257]: 2023-12-08T09:41:43.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:42 smithi119 conmon[83797]: audit 2023-12-08T09:41:41.180029+0000 mgr.smithi119.jffuim (mgr.14180) 564 : audit 2023-12-08T09:41:43.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:42 smithi119 conmon[83797]: [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:43.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:43 smithi119 conmon[83797]: cluster 2023-12-08T09:41:42. 2023-12-08T09:41:43.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:43 smithi119 conmon[83797]: 574836+0000 mgr.smithi119.jffuim (mgr.14180) 565 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:43 smithi145 conmon[88257]: cluster 2023-12-08T09:41:42.574836+0000 mgr.smithi119.jffuim (mgr.14180) 565 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:44.635 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:44.635 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:45.220 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:45 smithi145 conmon[88257]: cluster 2023-12-08T09:41:44.575276+0000 mgr.smithi119.jffuim (mgr.14180) 566 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:45 smithi145 conmon[88257]: audit 2023-12-08T09:41:44.629626+0000 mgr.smithi119.jffuim (mgr.14180) 567 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:46.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:45 smithi119 conmon[83797]: cluster 2023-12-08T09:41:44.575276+0000 mgr.smithi119.jffuim (mgr.14180) 566 : 2023-12-08T09:41:46.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:45 smithi119 conmon[83797]: cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:46.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:45 smithi119 conmon[83797]: audit 2023-12-08T09:41:44.629626+0000 mgr.smithi119.jffuim (mgr.14180) 567 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:46.221 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:47.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:47 smithi119 conmon[83797]: cluster 2023-12-08T09:41:46.575804+0000 mgr.smithi119.jffuim ( 2023-12-08T09:41:47.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:47 smithi119 conmon[83797]: mgr.14180) 568 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:47.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:47 smithi145 conmon[88257]: cluster 2023-12-08T09:41:46.575804+0000 mgr.smithi119.jffuim (mgr.14180) 568 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:48.029 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:48.030 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.130445Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:48.634 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:48.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:48 smithi145 conmon[88257]: audit 2023-12-08T09:41:48.117164+0000 mon.smithi119 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi145.ojaomk"}]: dispatch 2023-12-08T09:41:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:48 smithi119 conmon[83797]: audit 2023-12-08T09:41:48.117164+0000 mon.smithi119 (mon.0) 688 2023-12-08T09:41:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:48 smithi119 conmon[83797]: : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi145.ojaomk"}]: dispatch 2023-12-08T09:41:49.635 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:49.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: audit 2023-12-08T09:41:48.024500+0000 mgr.smithi119.jffuim (mgr.14180) 569 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: cephadm 2023-12-08T09:41:48.116621+0000 mgr.smithi119.jffuim (mgr.14180) 570 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.ojaomk ... 2023-12-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:39:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:40:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:41:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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-08T09:41:49.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: Traceback (most recent call last): 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: yield (conn, connr) 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: code, '\n'.join(err))) 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.ojaomk ... 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:39:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:40:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:41:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: cephadm 2023-12-08T09:41:48.116836+0000 mgr.smithi119.jffuim (mgr.14180) 571 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: cephadm 2023-12-08T09:41:48.117747+0000 mgr.smithi119.jffuim (mgr.14180) 572 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.ojaomk ... 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:41:49.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:39:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:40:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:41:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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-08T09:41:49.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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-08T09:41:49.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: cephadm 2023-12-08T09:41:48.119170+0000 mgr.smithi119.jffuim (mgr.14180) 573 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi119.jpbtgh on smithi119 2023-12-08T09:41:49.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:49 smithi145 conmon[88257]: cluster 2023-12-08T09:41:48.576254+0000 mgr.smithi119.jffuim (mgr.14180) 574 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:49.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: audit 2023-12-08T09:41:48.024500+0000 mgr.smithi119.jffuim (mgr.14180) 569 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:49.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: cephadm 2023-12-08 2023-12-08T09:41:49.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: T09:41:48.116621+0000 mgr.smithi119.jffuim (mgr.14180) 570 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.ojaomk ... 2023-12-08T09:41:49.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:39:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:40:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:41:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: Traceback (most recent call last): 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: yield (conn, connr) 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: code, '\n'.join(err))) 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.ojaomk ... 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:39:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:40:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:41:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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 authen 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: ticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: cephadm 2023-12-08T09:41:48.116836+0000 mgr.smithi119.jffuim (mgr.14180) 571 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: cephadm 2023-12-08T09:41:48.117747+0000 mgr.smithi119.jffuim (mgr.14180) 572 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk 2023-12-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk 2023-12-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.ojaomk ... 2023-12-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:39:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:40:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:41:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: cephadm 2023-12-08T09:41:48.119170+0000 mgr.smithi119.jffuim (mgr.14180) 573 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi119.jpbtgh on smithi119 2023-12-08T09:41:49.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:49 smithi119 conmon[83797]: cluster 2023-12-08T09:41:48.576254+0000 mgr.smithi119.jffuim (mgr.14180) 574 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:51.504 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:51.504 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:51 smithi119 conmon[83797]: cluster 2023-12-08T09:41:50.576974+0000 mgr.smithi119.jffuim (mgr.14180) 575 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:51 smithi145 conmon[88257]: cluster 2023-12-08T09:41:50.576974+0000 mgr.smithi119.jffuim (mgr.14180) 575 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:52.075 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:52 smithi145 conmon[88257]: audit 2023-12-08T09:41:51.498708+0000 mgr.smithi119.jffuim (mgr.14180) 576 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:53.076 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:53.105 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:52 smithi119 conmon[83797]: audit 2023-12-08T09:41:51.498708+0000 mgr.smithi119.jffuim (mgr.14180) 576 : audit 2023-12-08T09:41:53.105 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:52 smithi119 conmon[83797]: [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:53.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:53 smithi119 conmon[83797]: cluster 2023-12-08T09:41:52.577579+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:41:53.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:53 smithi119 conmon[83797]: ) 577 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:53 smithi145 conmon[88257]: cluster 2023-12-08T09:41:52.577579+0000 mgr.smithi119.jffuim (mgr.14180) 577 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:53 smithi145 conmon[88257]: 2023-12-08T09:41:54.930 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:54.930 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:55.501 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:41:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:55 smithi119 conmon[83797]: cluster 2023-12-08T09:41:54.577980+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:41:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:55 smithi119 conmon[83797]: 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-08T09:41:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:55 smithi145 conmon[88257]: cluster 2023-12-08T09:41:54.577980+0000 mgr.smithi119.jffuim (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-08T09:41:56.502 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:41:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:56 smithi119 conmon[83797]: audit 2023-12-08T09:41:54.924894+0000 mgr.smithi119.jffuim (mgr.14180) 579 : audit 2023-12-08T09:41:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:56 smithi119 conmon[83797]: [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:56 smithi145 conmon[88257]: audit 2023-12-08T09:41:54.924894+0000 mgr.smithi119.jffuim (mgr.14180) 579 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:41:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:57 smithi145 conmon[88257]: cluster 2023-12-08T09:41:56.578659+0000 mgr.smithi119.jffuim (mgr.14180) 580 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:58.013 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:57 smithi119 conmon[83797]: cluster 2023-12-08T09:41:56.578659+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:41:58.013 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:57 smithi119 conmon[83797]: 580 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:41:58.385 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:41:58.385 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:41:59.009 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:59 smithi145 conmon[88257]: audit 2023-12-08T09:41:58.379630+0000 mgr.smithi119.jffuim (mgr.14180) 581 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:41:59 smithi145 conmon[88257]: cluster 2023-12-08T09:41:58.579269+0000 mgr.smithi119.jffuim (mgr.14180) 582 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:00.010 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:00.041 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:59 smithi119 conmon[83797]: audit 2023-12-08T09:41:58.379630+0000 mgr.smithi119.jffuim (mgr.14180) 581 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:00.042 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:41:59 smithi119 conmon[83797]: cluster 2023-12-08T09:41:58.579269+0000 mgr.smithi119.jffuim (mgr.14180) 582 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:01 smithi119 conmon[83797]: cluster 2023-12-08T09:42:00.579735+0000 mgr.smithi119.jffuim (mgr.14180) 583 : cluster 2023-12-08T09:42:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:01 smithi119 conmon[83797]: [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:01.938 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:01.939 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:01 smithi145 conmon[88257]: cluster 2023-12-08T09:42:00.579735+0000 mgr.smithi119.jffuim (mgr.14180) 583 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:02.491 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:03.492 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:03.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:03 smithi119 conmon[83797]: audit 2023-12-08T09:42:01.933639+0000 mgr.smithi119.jffuim (mgr.14180) 584 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:03.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:03 smithi119 conmon[83797]: cluster 2023-12-08T09:42:02.580443+0000 mgr.smithi119.jffuim (mgr.14180) 585 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:03 smithi145 conmon[88257]: audit 2023-12-08T09:42:01.933639+0000 mgr.smithi119.jffuim (mgr.14180) 584 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:03 smithi145 conmon[88257]: cluster 2023- 2023-12-08T09:42:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:03 smithi145 conmon[88257]: 12-08T09:42:02.580443+0000 mgr.smithi119.jffuim (mgr.14180) 585 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:05.386 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:05.386 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:05.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:05 smithi119 conmon[83797]: cluster 2023-12-08T09:42:04.580825+0000 mgr.smithi119.jffuim (mgr.14180) 586 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:05.949 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:05 smithi145 conmon[88257]: cluster 2023-12-08T09:42:04.580825+0000 mgr.smithi119.jffuim (mgr.14180) 586 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:06.949 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:06.979 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:06 smithi119 conmon[83797]: audit 2023-12-08T09:42:05.380847+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:42:06.979 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:06 smithi119 conmon[83797]: 587 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:06 smithi145 conmon[88257]: audit 2023-12-08T09:42:05.380847+0000 mgr.smithi119.jffuim (mgr.14180) 587 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:06 smithi145 conmon[88257]: 2023-12-08T09:42:08.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:07 smithi145 conmon[88257]: cluster 2023-12-08T09:42:06.581449+0000 mgr.smithi119.jffuim (mgr.14180) 588 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:07 smithi119 conmon[83797]: cluster 2023-12-08T09:42:06.581449+0000 mgr.smithi119.jffuim (mgr.14180) 588 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:08.808 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:08.809 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:09.381 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:09 smithi145 conmon[88257]: cluster 2023-12-08T09:42:08.581900+0000 mgr.smithi119.jffuim (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-08T09:42:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:09 smithi145 conmon[88257]: audit 2023-12-08T09:42:08.803601+0000 mgr.smithi119.jffuim (mgr.14180) 590 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:10.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:09 smithi119 conmon[83797]: cluster 2023-12-08T09:42:08.581900+0000 mgr.smithi119.jffuim (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-08T09:42:10.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:09 smithi119 conmon[83797]: audit 2023-12-08T09:42:08.803601+0000 mgr.smithi119.jffuim (mgr.14180) 590 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:10.382 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:11.906 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:11 smithi119 conmon[83797]: cluster 2023-12-08T09:42:10.582444+0000 mgr.smithi119.jffuim (mgr.14180) 591 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:11.906 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:11 smithi119 conmon[83797]: 2023-12-08T09:42:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:11 smithi145 conmon[88257]: cluster 2023-12-08T09:42:10.582444+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:42:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:11 smithi145 conmon[88257]: 14180) 591 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:12.274 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:12.275 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:12.865 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:13.865 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:14.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:13 smithi145 conmon[88257]: audit 2023-12-08T09:42:12.269583+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:42:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:13 smithi145 conmon[88257]: 592 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:13 smithi145 conmon[88257]: cluster 2023-12-08T09:42:12.583139+0000 mgr.smithi119.jffuim (mgr.14180) 593 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:13 smithi119 conmon[83797]: audit 2023-12-08T09:42:12.269583+0000 mgr.smithi119.jffuim (mgr.14180) 592 : audit 2023-12-08T09:42:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:13 smithi119 conmon[83797]: [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:13 smithi119 conmon[83797]: cluster 2023-12-08T09:42:12.583139+0000 mgr.smithi119.jffuim (mgr.14180) 593 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:15.732 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:15.732 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:15 smithi145 conmon[88257]: cluster 2023-12-08T09:42:14.583574+0000 mgr.smithi119.jffuim (mgr.14180) 594 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:15 smithi119 conmon[83797]: cluster 2023-12-08T09:42:14.583574+0000 mgr.smithi119.jffuim (mgr.14180) 594 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:16.355 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:16 smithi145 conmon[88257]: audit 2023-12-08T09:42:15.725797+0000 mgr.smithi119.jffuim (mgr.14180) 595 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:16 smithi119 conmon[83797]: audit 2023-12-08T09:42:15.725797+0000 mgr.smithi119.jffuim (mgr.14180) 595 : audit 2023-12-08T09:42:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:16 smithi119 conmon[83797]: [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:17.356 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:17.940 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:17 smithi119 conmon[83797]: cluster 2023-12-08T09:42:16.584151+0000 mgr.smithi119.jffuim (mgr.14180) 596 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:17 smithi145 conmon[88257]: cluster 2023-12-08T09:42:16.584151+0000 mgr.smithi119.jffuim (mgr.14180) 596 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:19.246 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:19.246 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:19.813 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:19 smithi145 conmon[88257]: cluster 2023-12-08T09:42:18.584586+0000 mgr.smithi119.jffuim (mgr.14180) 597 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:19 smithi119 conmon[83797]: cluster 2023-12-08T09:42:18.584586+0000 mgr.smithi119.jffuim (mgr.14180) 597 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:20.817 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:21.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:20 smithi145 conmon[88257]: audit 2023-12-08T09:42:19.240670+0000 mgr.smithi119.jffuim (mgr.14180) 598 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:20 smithi119 conmon[83797]: audit 2023-12-08T09:42:19.240670+0000 mgr.smithi119.jffuim (mgr.14180) 598 : audit [DBG] 2023-12-08T09:42:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:20 smithi119 conmon[83797]: from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:21 smithi145 conmon[88257]: cluster 2023-12-08T09:42:20.585152+0000 mgr.smithi119.jffuim (mgr.14180) 599 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:22.053 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:21 smithi119 conmon[83797]: cluster 2023-12-08T09:42:20.585152+0000 mgr.smithi119.jffuim (mgr.14180) 599 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:22.692 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:22.692 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:23.296 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:23 smithi145 conmon[88257]: cluster 2023-12-08T09:42:22.585742+0000 mgr.smithi119.jffuim (mgr.14180) 600 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:23 smithi145 conmon[88257]: audit 2023-12-08T09:42:22.686364+0000 mgr.smithi119.jffuim (mgr.14180) 601 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:23 smithi119 conmon[83797]: cluster 2023-12-08T09:42:22.585742+0000 mgr.smithi119.jffuim (mgr.14180) 600 : cluster 2023-12-08T09:42:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:23 smithi119 conmon[83797]: [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:23 smithi119 conmon[83797]: audit 2023-12-08T09:42:22.686364+0000 mgr.smithi119.jffuim (mgr.14180) 601 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:24.297 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:25.837 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:25 smithi119 conmon[83797]: cluster 2023-12-08T09:42:24.586222+0000 mgr.smithi119.jffuim (mgr.14180) 602 : 2023-12-08T09:42:25.838 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:25 smithi119 conmon[83797]: cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:25 smithi145 conmon[88257]: cluster 2023-12-08T09:42:24.586222+0000 mgr.smithi119.jffuim (mgr.14180) 602 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:25 smithi145 conmon[88257]: 2023-12-08T09:42:26.150 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:26.150 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:26.780 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:27 smithi145 conmon[88257]: audit 2023-12-08T09:42:26.145179+0000 mgr.smithi119.jffuim (mgr.14180) 603 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:27 smithi145 conmon[88257]: cluster 2023-12-08T09:42:26.586687+0000 mgr.smithi119.jffuim (mgr.14180) 604 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:27.781 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:27.811 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:27 smithi119 conmon[83797]: audit 2023-12-08T09:42:26.145179+0000 mgr.smithi119.jffuim (mgr.14180) 603 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:27.811 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:27 smithi119 conmon[83797]: cluster 2023-12-08T09:42:26.586687+0000 mgr.smithi119.jffuim (mgr.14180) 604 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:29.728 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:29.728 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:29.904 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:29 smithi119 conmon[83797]: cluster 2023-12-08T09:42:28.587100+0000 mgr.smithi119.jffuim (mgr.14180) 605 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:29 smithi145 conmon[88257]: cluster 2023-12-08T09:42:28.587100+0000 mgr.smithi119.jffuim (mgr.14180) 605 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:30.321 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:30 smithi145 conmon[88257]: audit 2023-12-08T09:42:29.722479+0000 mgr.smithi119.jffuim (mgr.14180) 606 : audit [DBG] 2023-12-08T09:42:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:30 smithi145 conmon[88257]: from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:30 smithi119 conmon[83797]: audit 2023-12-08T09:42:29.722479+0000 mgr.smithi119.jffuim (mgr.14180) 606 : audit 2023-12-08T09:42:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:30 smithi119 conmon[83797]: [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:31.321 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:31.979 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:31 smithi119 conmon[83797]: cluster 2023-12-08T09:42:30.587806+0000 mgr.smithi119.jffuim (mgr.14180) 607 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:31 smithi145 conmon[88257]: cluster 2023-12-08T09:42:30.587806+0000 mgr.smithi119.jffuim (mgr.14180) 607 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:33.171 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:33.171 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:33.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:33 smithi145 conmon[88257]: cluster 2023-12-08T09:42:32.588336+0000 mgr.smithi119.jffuim (mgr.14180) 608 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:33 smithi119 conmon[83797]: cluster 2023-12-08T09:42:32.588336+0000 mgr.smithi119.jffuim (mgr.14180) 608 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:34.828 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:34 smithi145 conmon[88257]: audit 2023-12-08T09:42:33.165796+0000 mgr.smithi119.jffuim (mgr.14180) 609 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:35.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:34 smithi119 conmon[83797]: audit 2023-12-08T09:42:33.165796+0000 mgr.smithi119.jffuim 2023-12-08T09:42:35.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:34 smithi119 conmon[83797]: (mgr.14180) 609 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:35.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:35 smithi119 conmon[83797]: cluster 2023-12-08T09:42:34.588734+0000 mgr.smithi119.jffuim (mgr.14180) 610 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:35 smithi145 conmon[88257]: cluster 2023-12-08T09:42:34.588734+0000 mgr.smithi119.jffuim (mgr.14180) 610 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:36.621 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:36.621 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:37.243 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:37.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:37 smithi145 conmon[88257]: cluster 2023-12-08T09:42:36.589221+0000 mgr.smithi119.jffuim (mgr.14180) 611 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:37.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:37 smithi145 conmon[88257]: audit 2023-12-08T09:42:36.615518+0000 mgr.smithi119.jffuim (mgr.14180) 612 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:37.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:37 smithi119 conmon[83797]: cluster 2023-12-08T09:42:36.589221+0000 mgr.smithi119.jffuim (mgr.14180) 611 2023-12-08T09:42:37.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:37 smithi119 conmon[83797]: : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:37.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:37 smithi119 conmon[83797]: audit 2023-12-08T09:42:36.615518+0000 mgr.smithi119.jffuim (mgr.14180) 612 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:38.245 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:39.780 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:39 smithi119 conmon[83797]: cluster 2023-12-08T09:42:38.589628+0000 mgr.smithi119.jffuim (mgr.14180) 613 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:39 smithi145 conmon[88257]: cluster 2023-12-08T09:42:38.589628+0000 mgr.smithi119.jffuim (mgr.14180) 613 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:40.175 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:40.175 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:40.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:41.761 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:41 smithi145 conmon[88257]: audit 2023-12-08T09:42:40.169868+0000 mgr.smithi119.jffuim (mgr.14180) 614 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:41 smithi145 conmon[88257]: cluster 2023-12-08T09:42:40.590453+0000 mgr.smithi119.jffuim (mgr.14180) 615 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:41 smithi119 conmon[83797]: audit 2023-12-08T09:42:40.169868+0000 mgr.smithi119.jffuim (mgr.14180) 614 : audit 2023-12-08T09:42:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:41 smithi119 conmon[83797]: [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:41 smithi119 conmon[83797]: cluster 2023-12-08T09:42:40.590453+0000 mgr.smithi119.jffuim (mgr.14180) 615 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:43.587 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:43.587 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:43.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:43 smithi119 conmon[83797]: cluster 2023-12-08T09:42:42.591230+0000 mgr.smithi119.jffuim (mgr.14180) 616 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:44.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:43 smithi145 conmon[88257]: cluster 2023-12-08T09:42:42.591230+0000 mgr.smithi119.jffuim (mgr.14180) 616 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:44.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:44 smithi145 conmon[88257]: audit 2023-12-08T09:42:43.581826+0000 mgr.smithi119.jffuim (mgr.14180) 617 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:45.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:44 smithi119 conmon[83797]: audit 2023-12-08T09:42:43.581826+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:42:45.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:44 smithi119 conmon[83797]: 617 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:45.203 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:45 smithi145 conmon[88257]: cluster 2023-12-08T09:42:44.591670+0000 mgr.smithi119.jffuim (mgr.14180) 618 : cluster 2023-12-08T09:42:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:45 smithi145 conmon[88257]: [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:46.018 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:45 smithi119 conmon[83797]: cluster 2023-12-08T09:42:44.591670+0000 mgr.smithi119.jffuim (mgr.14180) 618 2023-12-08T09:42:46.018 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:45 smithi119 conmon[83797]: : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:47.068 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:47.068 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:47.609 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:47.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:47 smithi145 conmon[88257]: cluster 2023-12-08T09:42:46.592431+0000 mgr.smithi119.jffuim (mgr.14180) 619 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:47 smithi119 conmon[83797]: cluster 2023-12-08T09:42:46.592431+0000 mgr.smithi119.jffuim (mgr.14180) 619 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:48.610 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:48.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:48 smithi145 conmon[88257]: audit 2023-12-08T09:42:47.062266+0000 mgr.smithi119.jffuim (mgr.14180) 620 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:48 smithi119 conmon[83797]: audit 2023-12-08T09:42:47.062266+0000 mgr.smithi119.jffuim (mgr.14180) 620 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:48 smithi119 conmon[83797]: 2023-12-08T09:42:49.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:49 smithi145 conmon[88257]: cluster 2023-12-08T09:42:48.593365+0000 mgr.smithi119.jffuim (mgr.14180) 621 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:49.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:49 smithi119 conmon[83797]: cluster 2023-12-08T09:42:48.593365+0000 mgr.smithi119.jffuim (mgr.14180) 621 2023-12-08T09:42:49.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:49 smithi119 conmon[83797]: : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:50.483 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:50.483 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:51.092 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:51 smithi145 conmon[88257]: audit 2023-12-08T09:42:50.478173+0000 mgr.smithi119.jffuim (mgr.14180) 622 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:51 smithi145 conmon[88257]: cluster 2023-12-08T09:42: 2023-12-08T09:42:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:51 smithi145 conmon[88257]: 50.593864+0000 mgr.smithi119.jffuim (mgr.14180) 623 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:52.093 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:52.123 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:51 smithi119 conmon[83797]: audit 2023-12-08T09:42:50.478173+0000 mgr.smithi119.jffuim (mgr.14180) 622 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:52.123 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:51 smithi119 conmon[83797]: cluster 2023-12-08T09:42:50.593864+0000 mgr.smithi119.jffuim (mgr.14180) 623 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:54.004 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:54.004 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:53 smithi145 conmon[88257]: cluster 2023-12-08T09:42:52.594427+0000 mgr.smithi119.jffuim (mgr.14180) 624 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:54.029 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:53 smithi119 conmon[83797]: cluster 2023-12-08T09:42:52.594427+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:42:54.029 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:53 smithi119 conmon[83797]: .14180) 624 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:54.599 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:55.600 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:55 smithi145 conmon[88257]: audit 2023-12-08T09:42:53.998668+0000 mgr.smithi119.jffuim (mgr.14180) 625 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:55 smithi145 conmon[88257]: cluster 2023-12-08T09:42:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:55 smithi145 conmon[88257]: 2023-12-08T09:42:54.594871+0000 mgr.smithi119.jffuim (mgr.14180) 626 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:56.042 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:55 smithi119 conmon[83797]: audit 2023-12-08T09:42:53.998668+0000 mgr.smithi119.jffuim (mgr.14180) 625 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:56.042 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:55 smithi119 conmon[83797]: cluster 2023-12-08T09:42:54.594871+0000 mgr.smithi119.jffuim (mgr.14180) 626 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:57.444 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:42:57.444 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:42:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:57 smithi145 conmon[88257]: cluster 2023-12-08T09:42:56.595376+0000 mgr.smithi119.jffuim (mgr.14180) 627 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:57 smithi145 conmon[88257]: 2023-12-08T09:42:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:57 smithi119 conmon[83797]: cluster 2023-12-08T09:42:56.595376+0000 mgr.smithi119.jffuim (mgr.14180) 627 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:57.999 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:42:58.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:58 smithi145 conmon[88257]: audit 2023-12-08T09:42:57.439485+0000 mgr.smithi119.jffuim (mgr.14180) 628 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:58 smithi119 conmon[83797]: audit 2023-12-08T09:42:57.439485+0000 mgr.smithi119.jffuim (mgr.14180) 628 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:42:58.999 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:42:59.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:59 smithi145 conmon[88257]: cluster 2023-12-08T09:42:58.596012+0000 mgr.smithi119.jffuim (mgr.14180) 629 : cluster 2023-12-08T09:42:59.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:42:59 smithi145 conmon[88257]: [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:42:59.858 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:59 smithi119 conmon[83797]: cluster 2023-12-08T09:42:58.596012+0000 2023-12-08T09:42:59.858 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:42:59 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 629 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:00.859 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:00.860 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:01.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:01 smithi145 conmon[88257]: cluster 2023-12-08T09:43:00.596551+0000 mgr.smithi119.jffuim (mgr.14180) 630 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:01 smithi145 conmon[88257]: audit 2023-12-08T09:43:00.854245 2023-12-08T09:43:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:01 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 631 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:01 smithi119 conmon[83797]: cluster 2023-12-08T09:43:00.596551+0000 mgr.smithi119.jffuim (mgr.14180) 630 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:01 smithi119 conmon[83797]: audit 2023-12-08T09:43:00.854245+0000 mgr.smithi119.jffuim (mgr.14180) 631 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:02.415 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:03.910 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:03 smithi119 conmon[83797]: cluster 2023-12-08T09:43:02.597035+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:43:03.911 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:03 smithi119 conmon[83797]: ) 632 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:03 smithi145 conmon[88257]: cluster 2023-12-08T09:43:02.597035+0000 mgr.smithi119.jffuim (mgr.14180) 632 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:04.287 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:04.287 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:04.873 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:05.873 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:05 smithi145 conmon[88257]: audit 2023-12-08T09:43:04.281833+0000 mgr.smithi119.jffuim (mgr.14180) 633 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:05 smithi145 conmon[88257]: cluster 2023-12-08T09:43:04.597629+0000 2023-12-08T09:43:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:05 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 634 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:05 smithi119 conmon[83797]: audit 2023-12-08T09:43:04.281833+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:43:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:05 smithi119 conmon[83797]: .14180) 633 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:05 smithi119 conmon[83797]: cluster 2023-12-08T09:43:04.597629+0000 mgr.smithi119.jffuim (mgr.14180) 634 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:07.705 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:07.705 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:07.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:07 smithi145 conmon[88257]: cluster 2023-12-08T09:43:06.598148+0000 mgr.smithi119.jffuim (mgr.14180) 635 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:07.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:07 smithi119 conmon[83797]: cluster 2023-12-08T09:43:06.598148+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:43:07.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:07 smithi119 conmon[83797]: 14180) 635 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:08.289 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:08.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:08 smithi119 conmon[83797]: audit 2023-12-08T09:43:07.700028+0000 mgr.smithi119.jffuim 2023-12-08T09:43:08.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:08 smithi119 conmon[83797]: (mgr.14180) 636 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:08.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:08 smithi145 conmon[88257]: audit 2023-12-08T09:43:07.700028+0000 mgr.smithi119.jffuim (mgr.14180) 636 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:09.290 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:09.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:09 smithi119 conmon[83797]: cluster 2023-12-08T09:43:08.598732+0000 mgr.smithi119.jffuim (mgr.14180) 637 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:09.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:09 smithi145 conmon[88257]: cluster 2023-12-08T09:43:08.598732+0000 mgr.smithi119.jffuim (mgr.14180) 637 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:11.088 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:11.089 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:11.705 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:11 smithi145 conmon[88257]: cluster 2023-12-08T09:43:10.599419+0000 mgr.smithi119.jffuim (mgr.14180) 638 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:11 smithi119 conmon[83797]: cluster 2023-12-08T09:43:10.599419+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:43:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:11 smithi119 conmon[83797]: 638 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:12.706 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:12 smithi145 conmon[88257]: audit 2023-12-08T09:43:11.082688+0000 mgr.smithi119.jffuim (mgr.14180) 639 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:12 smithi119 conmon[83797]: audit 2023-12-08T09:43:11.082688+0000 mgr.smithi119.jffuim (mgr.14180) 639 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:13 smithi119 conmon[83797]: cluster 2023-12-08T09:43:12.599979+0000 mgr.smithi119.jffuim ( 2023-12-08T09:43:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:13 smithi119 conmon[83797]: mgr.14180) 640 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:13 smithi145 conmon[88257]: cluster 2023-12-08T09:43:12.599979+0000 mgr.smithi119.jffuim (mgr.14180) 640 2023-12-08T09:43:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:13 smithi145 conmon[88257]: : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:14.629 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:14.629 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:15.231 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:15 smithi145 conmon[88257]: cluster 2023-12-08T09:43:14.600437+0000 mgr.smithi119.jffuim (mgr.14180) 641 : 2023-12-08T09:43:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:15 smithi145 conmon[88257]: cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:15 smithi145 conmon[88257]: audit 2023-12-08T09:43:14.623426+0000 mgr.smithi119.jffuim (mgr.14180) 642 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:15 smithi119 conmon[83797]: cluster 2023-12-08T09:43:14.600437+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:43:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:15 smithi119 conmon[83797]: 14180) 641 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:15 smithi119 conmon[83797]: audit 2023-12-08T09:43:14.623426+0000 mgr.smithi119.jffuim (mgr.14180) 642 : 2023-12-08T09:43:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:15 smithi119 conmon[83797]: audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:16.232 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:17.671 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:17 smithi119 conmon[83797]: cluster 2023-12-08T09:43:16.600972+0000 mgr.smithi119.jffuim (mgr.14180) 643 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:17.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:17 smithi145 conmon[88257]: cluster 2023-12-08T09:43:16.600972+0000 mgr.smithi119.jffuim (mgr.14180) 643 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:18.030 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:18.031 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:18.595 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:19.597 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:19 smithi145 conmon[88257]: audit 2023-12-08T09:43:18.025692+0000 mgr.smithi119.jffuim (mgr.14180) 644 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:19 smithi145 conmon[88257]: cluster 2023-12-08T09:43:18. 2023-12-08T09:43:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:19 smithi145 conmon[88257]: 601466+0000 mgr.smithi119.jffuim (mgr.14180) 645 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:20.046 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:19 smithi119 conmon[83797]: audit 2023-12-08T09:43:18.025692+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:43:20.046 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:19 smithi119 conmon[83797]: ) 644 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:20.046 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:19 smithi119 conmon[83797]: cluster 2023-12-08T09:43:18.601466+0000 mgr.smithi119.jffuim (mgr.14180) 645 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:21.462 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:21.462 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:21.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:21 smithi119 conmon[83797]: cluster 2023-12-08T09:43:20.602151+0000 mgr.smithi119.jffuim (mgr.14180) 646 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:21.933 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:21 smithi145 conmon[88257]: cluster 2023-12-08T09:43:20.602151+0000 mgr.smithi119.jffuim (mgr.14180) 646 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:22.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:22 smithi145 conmon[88257]: audit 2023-12-08T09:43:21.456406+0000 mgr.smithi119.jffuim (mgr.14180) 647 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:23.048 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:23.079 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:22 smithi119 conmon[83797]: audit 2023-12-08T09:43:21.456406+0000 mgr.smithi119.jffuim (mgr.14180) 647 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:23.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:23 smithi145 conmon[88257]: cluster 2023-12-08T09:43:22.602563+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:43:23.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:23 smithi145 conmon[88257]: .14180) 648 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:23 smithi119 conmon[83797]: cluster 2023-12-08T09:43:22.602563+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:43:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:23 smithi119 conmon[83797]: .14180) 648 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:24.910 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:24.910 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:25.469 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:25 smithi145 conmon[88257]: cluster 2023-12-08T09:43:24.602980+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:43:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:25 smithi145 conmon[88257]: 649 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:25 smithi145 conmon[88257]: audit 2023-12-08T09:43:24.904686+0000 mgr.smithi119.jffuim (mgr.14180) 650 2023-12-08T09:43:26.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:25 smithi145 conmon[88257]: : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:25 smithi119 conmon[83797]: cluster 2023-12-08T09:43:24.602980+0000 mgr.smithi119.jffuim (mgr.14180) 649 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:25 smithi119 conmon[83797]: audit 2023-12-08T09:43:24.904686+0000 mgr.smithi119.jffuim (mgr.14180) 650 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:26.470 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:27.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:27 smithi119 conmon[83797]: cluster 2023-12-08T09:43:26.603451+0000 mgr.smithi119.jffuim (mgr.14180) 651 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:27 smithi145 conmon[88257]: cluster 2023-12-08T09: 2023-12-08T09:43:27.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:27 smithi145 conmon[88257]: 43:26.603451+0000 mgr.smithi119.jffuim (mgr.14180) 651 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:28.370 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:28.370 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:28.952 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:29.953 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:29.984 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:29 smithi119 conmon[83797]: audit 2023-12-08T09:43:28.364429+0000 mgr.smithi119.jffuim (mgr.14180) 652 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:29.984 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:29 smithi119 conmon[83797]: cluster 2023-12-08T09:43:28.603900+0000 mgr.smithi119.jffuim (mgr.14180) 653 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:29 smithi145 conmon[88257]: audit 2023-12-08T09:43:28.364429+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:43:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:29 smithi145 conmon[88257]: 652 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:29 smithi145 conmon[88257]: cluster 2023-12-08T09:43:28.603900+0000 mgr.smithi119.jffuim (mgr.14180) 653 2023-12-08T09:43:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:29 smithi145 conmon[88257]: : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:31.815 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:31.816 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:32.003 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:31 smithi119 conmon[83797]: cluster 2023-12-08T09:43:30.604411+0000 mgr.smithi119.jffuim (mgr.14180) 654 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:31 smithi145 conmon[88257]: cluster 2023-12-08T09:43:30.604411+0000 mgr.smithi119.jffuim (mgr.14180) 654 2023-12-08T09:43:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:31 smithi145 conmon[88257]: : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:32.436 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:32.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:32 smithi119 conmon[83797]: audit 2023-12-08T09:43:31.810125+0000 mgr.smithi119.jffuim (mgr.14180) 655 : audit 2023-12-08T09:43:32.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:32 smithi119 conmon[83797]: [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:32 smithi145 conmon[88257]: audit 2023-12-08T09:43:31.810125+0000 mgr.smithi119.jffuim (mgr.14180) 655 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:33.437 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:33.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:33 smithi119 conmon[83797]: cluster 2023-12-08T09:43:32.605026+0000 2023-12-08T09:43:33.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:33 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 656 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:33 smithi145 conmon[88257]: cluster 2023-12-08T09:43:32.605026+0000 mgr.smithi119.jffuim (mgr.14180) 656 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:35.284 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:35.285 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:35.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:35 smithi119 conmon[83797]: cluster 2023-12-08T09:43:34.605470+0000 mgr.smithi119.jffuim (mgr.14180) 657 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:35.910 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:35 smithi145 conmon[88257]: cluster 2023-12-08T09:43:34.605470+0000 mgr.smithi119.jffuim (mgr.14180) 657 : 2023-12-08T09:43:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:35 smithi145 conmon[88257]: cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:36.913 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:36.941 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:36 smithi119 conmon[83797]: audit 2023-12-08T09:43:35.279162+0000 mgr.smithi119.jffuim (mgr.14180) 658 : audit 2023-12-08T09:43:36.941 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:36 smithi119 conmon[83797]: [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:36 smithi145 conmon[88257]: audit 2023-12-08T09:43:35.279162+0000 mgr.smithi119.jffuim (mgr.14180) 658 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:36 smithi145 conmon[88257]: 2023-12-08T09:43:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:37 smithi145 conmon[88257]: cluster 2023-12-08T09:43:36.605993+0000 mgr.smithi119.jffuim (mgr.14180) 659 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:37 smithi119 conmon[83797]: cluster 2023-12-08T09:43:36.605993+0000 mgr.smithi119.jffuim 2023-12-08T09:43:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:37 smithi119 conmon[83797]: (mgr.14180) 659 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:38.853 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:38.853 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:39.450 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:39 smithi145 conmon[88257]: cluster 2023-12-08T09:43:38.606440+0000 mgr.smithi119.jffuim (mgr.14180) 660 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:39 smithi145 conmon[88257]: audit 2023-12-08T09:43:38.847708+0000 mgr.smithi119.jffuim (mgr.14180) 661 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:39 smithi119 conmon[83797]: cluster 2023-12-08T09:43:38.606440+0000 mgr.smithi119.jffuim (mgr.14180) 660 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:39 smithi119 conmon[83797]: audit 2023-12-08T09:43:38.847708+0000 mgr.smithi119.jffuim (mgr.14180) 661 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:40.451 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:41 smithi145 conmon[88257]: cluster 2023-12-08T09:43:40.606965+0000 mgr.smithi119.jffuim (mgr.14180) 662 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:42.071 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:41 smithi119 conmon[83797]: cluster 2023-12-08T09:43:40.606965+0000 mgr.smithi119.jffuim 2023-12-08T09:43:42.071 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:41 smithi119 conmon[83797]: (mgr.14180) 662 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:42.469 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:42.469 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:43.049 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:43 smithi145 conmon[88257]: audit 2023-12-08T09:43:42.463640+0000 mgr.smithi119.jffuim (mgr.14180) 663 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:43 smithi145 conmon[88257]: cluster 2023-12-08T09:43:42.607406+0000 mgr.smithi119.jffuim (mgr.14180) 664 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:44.051 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:44.080 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:43 smithi119 conmon[83797]: audit 2023-12-08T09:43:42.463640+0000 mgr.smithi119.jffuim (mgr.14180) 663 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:44.080 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:43 smithi119 conmon[83797]: cluster 2023-12-08T09:43:42.607406+0000 mgr.smithi119.jffuim (mgr.14180) 664 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:45.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:45 smithi119 conmon[83797]: cluster 2023-12-08T09:43:44.608013+0000 mgr.smithi119.jffuim (mgr.14180) 665 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:45.926 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:45.927 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:45 smithi145 conmon[88257]: cluster 2023-12-08T09:43:44.608013+0000 mgr.smithi119.jffuim (mgr.14180) 665 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:46.602 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:47.603 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:47.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:47 smithi145 conmon[88257]: audit 2023-12-08T09:43:45.921057+0000 mgr.smithi119.jffuim (mgr.14180) 666 : audit [DBG] 2023-12-08T09:43:47.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:47 smithi145 conmon[88257]: from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:47.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:47 smithi145 conmon[88257]: cluster 2023-12-08T09:43:46.608653+0000 mgr.smithi119.jffuim (mgr.14180) 667 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:47 smithi119 conmon[83797]: audit 2023-12-08T09:43:45.921057+0000 mgr.smithi119.jffuim (mgr.14180) 666 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:47 smithi119 conmon[83797]: cluster 2023-12-08T09:43:46.608653+0000 mgr.smithi119.jffuim (mgr.14180) 667 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:49.515 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:49.515 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:49.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:49 smithi119 conmon[83797]: cluster 2023-12-08T09:43:48.609110+0000 mgr.smithi119.jffuim (mgr.14180) 668 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:49 smithi145 conmon[88257]: cluster 2023-12-08T09:43:48.609110+0000 mgr.smithi119.jffuim (mgr.14180) 668 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:50.076 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:50 smithi145 conmon[88257]: audit 2023-12-08T09:43:49.509958+0000 mgr.smithi119.jffuim (mgr.14180) 669 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:51.077 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:51.107 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:50 smithi119 conmon[83797]: audit 2023-12-08T09:43:49.509958+0000 mgr.smithi119.jffuim (mgr.14180) 669 : 2023-12-08T09:43:51.107 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:50 smithi119 conmon[83797]: audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:51 smithi119 conmon[83797]: cluster 2023-12-08T09:43:50. 2023-12-08T09:43:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:51 smithi119 conmon[83797]: 609753+0000 mgr.smithi119.jffuim (mgr.14180) 670 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:51 smithi145 conmon[88257]: cluster 2023-12-08T09:43:50.609753+0000 mgr.smithi119.jffuim (mgr.14180) 670 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:52.977 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:52.977 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:53.547 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:53.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:53 smithi119 conmon[83797]: cluster 2023-12-08T09:43:52.610242+0000 mgr.smithi119.jffuim (mgr.14180) 671 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:53 smithi145 conmon[88257]: cluster 2023-12-08T09:43:52.610242+0000 mgr.smithi119.jffuim (mgr.14180) 671 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:54.548 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:43:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:54 smithi119 conmon[83797]: audit 2023-12-08T09:43:52.971534+0000 mgr.smithi119.jffuim (mgr.14180) 672 2023-12-08T09:43:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:54 smithi119 conmon[83797]: : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:54 smithi145 conmon[88257]: audit 2023-12-08T09:43:52.971534+0000 mgr.smithi119.jffuim (mgr.14180) 672 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:55 smithi145 conmon[88257]: cluster 2023-12-08T09:43:54.610687+0000 mgr.smithi119.jffuim (mgr.14180) 673 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:56.053 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:55 smithi119 conmon[83797]: cluster 2023-12-08T09:43:54.610687+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:43:56.053 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:55 smithi119 conmon[83797]: 673 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:56.439 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:43:56.439 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:43:57.074 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:43:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:57 smithi145 conmon[88257]: audit 2023-12-08T09:43:56.432961+0000 mgr.smithi119.jffuim (mgr.14180) 674 2023-12-08T09:43:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:57 smithi145 conmon[88257]: : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:57.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:57 smithi145 conmon[88257]: cluster 2023-12-08T09:43:56.611397+0000 mgr.smithi119.jffuim (mgr.14180) 675 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:57 smithi119 conmon[83797]: audit 2023-12-08T09:43:56.432961+0000 mgr.smithi119.jffuim (mgr.14180) 674 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:43:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:57 smithi119 conmon[83797]: cluster 2023-12-08T09:43:56.611397+0000 mgr.smithi119.jffuim (mgr.14180) 675 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:43:58.075 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:59 smithi145 conmon[88257]: cluster 2023-12-08T09:43:58.611833+0000 mgr.smithi119.jffuim (mgr.14180) 676 : cluster 2023-12-08T09:44:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:43:59 smithi145 conmon[88257]: [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T09:44:00.085 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:00.085 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:00.111 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:43:59 smithi119 conmon[83797]: cluster 2023-12-08T09:43:58.611833+0000 mgr.smithi119.jffuim (mgr.14180) 676 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T09:44:00.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:01.808 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:01 smithi145 conmon[88257]: audit 2023-12-08T09:44:00.078956+0000 mgr.smithi119.jffuim (mgr.14180) 677 : 2023-12-08T09:44:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:01 smithi145 conmon[88257]: audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:01 smithi145 conmon[88257]: cluster 2023-12-08T09:44:00.612610+0000 mgr.smithi119.jffuim (mgr.14180) 678 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 41 op/s 2023-12-08T09:44:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:01 smithi119 conmon[83797]: audit 2023-12-08T09:44:00.078956+0000 mgr.smithi119.jffuim ( 2023-12-08T09:44:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:01 smithi119 conmon[83797]: mgr.14180) 677 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:01 smithi119 conmon[83797]: cluster 2023-12-08T09:44:00.612610+0000 mgr.smithi119.jffuim (mgr.14180) 678 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 41 op/s 2023-12-08T09:44:03.775 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:03.775 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:03.972 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:03 smithi119 conmon[83797]: cluster 2023-12-08T09:44:02.613302+0000 mgr.smithi119.jffuim (mgr.14180) 679 : 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, 129 op/s 2023-12-08T09:44:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:03 smithi145 conmon[88257]: cluster 2023-12-08T09:44:02.613302+0000 mgr.smithi119.jffuim (mgr.14180) 679 : 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, 129 op/s 2023-12-08T09:44:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:03 smithi145 conmon[88257]: 2023-12-08T09:44:04.353 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:04 smithi145 conmon[88257]: audit 2023-12-08T09:44:03.769306+0000 mgr.smithi119.jffuim (mgr.14180) 680 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:04 smithi119 conmon[83797]: audit 2023-12-08T09:44:03.769306+0000 mgr.smithi119.jffuim (mgr.14180) 680 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:05.354 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:05 smithi145 conmon[88257]: cluster 2023-12-08T09:44:04.613887+0000 mgr.smithi119.jffuim (mgr.14180) 681 : cluster [DBG] 2023-12-08T09:44:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:05 smithi145 conmon[88257]: pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 164 op/s 2023-12-08T09:44:06.023 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:05 smithi119 conmon[83797]: cluster 2023-12-08T09:44:04.613887+0000 mgr.smithi119.jffuim (mgr.14180) 681 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 164 op/s 2023-12-08T09:44:07.194 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:07.194 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:07.802 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:07 smithi119 conmon[83797]: cluster 2023-12-08T09:44:06.614446+0000 mgr.smithi119.jffuim (mgr.14180) 682 2023-12-08T09:44:07.803 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:07 smithi119 conmon[83797]: : cluster [DBG] pgmap v465: 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, 183 op/s 2023-12-08T09:44:07.821 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:08.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:07 smithi145 conmon[88257]: cluster 2023-12-08T09:44:06.614446+0000 mgr.smithi119.jffuim (mgr.14180) 682 : cluster [DBG] pgmap v465: 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, 183 op/s 2023-12-08T09:44:08.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:07 smithi145 conmon[88257]: 2023-12-08T09:44:08.822 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:08.853 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:08 smithi119 conmon[83797]: audit 2023-12-08T09:44:07.188734+0000 mgr.smithi119.jffuim (mgr.14180) 683 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:08 smithi145 conmon[88257]: audit 2023-12-08T09:44:07.188734+0000 mgr.smithi119.jffuim (mgr.14180) 683 : audit [DBG] 2023-12-08T09:44:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:08 smithi145 conmon[88257]: from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:09.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:09 smithi119 conmon[83797]: cluster 2023-12-08T09:44:08.614946+0000 mgr.smithi119.jffuim (mgr.14180) 684 : cluster [DBG] pgmap v466: 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, 183 op/s 2023-12-08T09:44:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:09 smithi145 conmon[88257]: cluster 2023-12-08T09:44:08.614946+0000 mgr.smithi119.jffuim (mgr.14180) 684 : cluster [DBG] pgmap v466: 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, 183 op/s 2023-12-08T09:44:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:09 smithi145 conmon[88257]: 2023-12-08T09:44:10.707 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:10.707 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:11.271 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:11 smithi145 conmon[88257]: cluster 2023-12-08T09:44:10.615634+0000 mgr.smithi119.jffuim (mgr.14180) 685 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 182 op/s 2023-12-08T09:44:12.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:11 smithi145 conmon[88257]: audit 2023-12-08T09:44:10.701983+0000 mgr.smithi119.jffuim (mgr.14180) 686 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:11 smithi119 conmon[83797]: cluster 2023-12-08T09:44:10.615634+0000 mgr.smithi119.jffuim (mgr.14180) 685 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 182 op/s 2023-12-08T09:44:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:11 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:44:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:11 smithi119 conmon[83797]: 09:44:10.701983+0000 mgr.smithi119.jffuim (mgr.14180) 686 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:12.272 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:13.757 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:13 smithi119 conmon[83797]: cluster 2023-12-08T09:44:12.616099+0000 mgr.smithi119.jffuim (mgr.14180) 687 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s rd, 0 B/s wr, 142 op/s 2023-12-08T09:44:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:13 smithi145 conmon[88257]: cluster 2023-12-08T09:44:12.616099+0000 mgr.smithi119.jffuim (mgr.14180) 687 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s rd, 0 B/s wr, 142 op/s 2023-12-08T09:44:14.100 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:14.100 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:14.762 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:15.763 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:15 smithi145 conmon[88257]: audit 2023-12-08T09:44:14.095293+0000 mgr.smithi119.jffuim (mgr.14180) 688 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:15 smithi145 conmon[88257]: 2023-12-08T09:44:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:15 smithi145 conmon[88257]: cluster 2023-12-08T09:44:14.616543+0000 mgr.smithi119.jffuim (mgr.14180) 689 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-12-08T09:44:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:15 smithi119 conmon[83797]: audit 2023-12-08T09:44:14.095293+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:44:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:15 smithi119 conmon[83797]: 14180) 688 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:15 smithi119 conmon[83797]: cluster 2023-12-08T09:44:14.616543+0000 mgr.smithi119.jffuim (mgr.14180) 689 : cluster 2023-12-08T09:44:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:15 smithi119 conmon[83797]: [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-12-08T09:44:17.648 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:17.648 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:17.845 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:17 smithi119 conmon[83797]: cluster 2023-12-08T09:44:16.617003+0000 mgr.smithi119.jffuim (mgr.14180) 690 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2023-12-08T09:44:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:17 smithi145 conmon[88257]: cluster 2023-12-08T09:44:16.617003+0000 mgr.smithi119.jffuim (mgr.14180) 690 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2023-12-08T09:44:18.253 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:18.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:18 smithi119 conmon[83797]: audit 2023-12-08T09:44:17.642352+0000 mgr.smithi119.jffuim ( 2023-12-08T09:44:18.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:18 smithi119 conmon[83797]: mgr.14180) 691 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:18 smithi145 conmon[88257]: audit 2023-12-08T09:44:17.642352+0000 mgr.smithi119.jffuim (mgr.14180) 691 : audit [DBG] 2023-12-08T09:44:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:18 smithi145 conmon[88257]: from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:19.254 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:19.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:19 smithi119 conmon[83797]: cluster 2023-12-08T09:44:18.617519+0000 mgr.smithi119.jffuim 2023-12-08T09:44:19.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:19 smithi119 conmon[83797]: (mgr.14180) 692 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:19 smithi145 conmon[88257]: cluster 2023-12-08T09:44:18.617519+0000 mgr.smithi119.jffuim (mgr.14180) 692 : cluster [DBG] 2023-12-08T09:44:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:19 smithi145 conmon[88257]: pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:21.146 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:21.146 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:10.785487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:36:34.589333Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.trdqhv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-trdqhv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.trdqhv\nDeploy daemon haproxy.rgw.foo.smithi145.trdqhv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:34:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:35:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.828710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.wkcxdy on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-wkcxdy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.wkcxdy\nDeploy daemon haproxy.rgw.foo.smithi119.wkcxdy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:37:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:37:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:38:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:39:08.833245Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.gaobwl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:10.785625Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:10.785694Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:10.785756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:10.785816Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:10.786068Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:21.735 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:21 smithi145 conmon[88257]: cluster 2023-12-08T09:44:20.618061+0000 mgr.smithi119.jffuim (mgr.14180) 693 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:21 smithi119 conmon[83797]: cluster 2023-12-08T09:44:20.618061+0000 mgr.smithi119.jffuim (mgr.14180) 693 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:22.736 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: audit 2023-12-08T09:44:21.140786+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 694 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:21.893319+0000 mgr.smithi119.jffuim (mgr.14180) 695 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.jpbtgh ... 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:44:23.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:42:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:43:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:43:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: Traceback (most recent call last): 2023-12-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: yield (conn, connr) 2023-12-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: code, '\n'.join(err))) 2023-12-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.jpbtgh ... 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:42:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:43:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:43:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: /haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:21.893479+0000 mgr.smithi119.jffuim (mgr.14180) 696 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: audit 2023-12-08T09:44:21.893851+0000 mon.smithi119 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi119.jpbtgh"}]: dispatch 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:21.894414+0000 mgr.smithi119.jffuim (mgr.14180) 697 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.jpbtgh ... 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:42:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:43:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:43:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:21.895645+0000 mgr.smithi119.jffuim (mgr.14180) 698 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:44:23.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:21.896610+0000 mgr.smithi119.jffuim (mgr.14180) 699 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:44:23.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: cluster 2023-12-08T09:44:21.897388+0000 mgr.smithi119.jffuim (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-08T09:44:23.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: audit 2023-12-08T09:44:21.900387+0000 mon.smithi119 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:44:23.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:22 smithi145 conmon[88257]: audit 2023-12-08T09:44:22.182235+0000 mon.smithi119 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: audit 2023-12-08T09:44:21.140786+0000 mgr.smithi119.jffuim 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: (mgr.14180) 694 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:21.893319+0000 mgr.smithi119.jffuim (mgr.14180) 695 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.jpbtgh ... 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:44:23.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:42:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:43:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:43:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: Traceback (most recent call last): 2023-12-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: yield (conn, connr) 2023-12-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: code, '\n'.join(err))) 2023-12-08T09:44:23.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.jpbtgh ... 2023-12-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:42:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:43:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:43:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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-08T09:44:23.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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]): dock 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: er.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:21.893479+0000 mgr.smithi119.jffuim (mgr.14180) 696 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: audit 2023-12-08T09:44:21.893851+0000 mon.smithi119 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi119.jpbtgh"}]: dispatch 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:21.894414+0000 mgr.smithi119.jffuim (mgr.14180) 697 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.jpbtgh ... 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:42:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:43:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:43:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:21.895645+0000 mgr.smithi119.jffuim (mgr.14180) 698 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:21.896610+0000 mgr.smithi119.jffuim (mgr.14180) 699 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: cluster 2023-12-08T09:44:21.897388+0000 mgr.smithi119.jffuim (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-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: audit 2023-12-08T09:44:21.900387+0000 mon.smithi119 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: audit 2023-12-08T09:44:22.182235+0000 mon.smithi119 ( 2023-12-08T09:44:23.129 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:22 smithi119 conmon[83797]: mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:23 smithi145 conmon[88257]: cluster 2023-12-08T09:44:22.673508+0000 mon.smithi119 (mon.0) 692 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T09:44:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:23 smithi145 conmon[88257]: audit 2023-12-08T09:44:22.732902+0000 mon.smithi119 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:23 smithi119 conmon[83797]: cluster 2023-12-08T09:44:22.673508+0000 mon.smithi119 (mon.0) 692 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T09:44:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:23 smithi119 conmon[83797]: audit 2023-12-08T09:44:22.732902+0000 mon.smithi119 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:24.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:24 smithi119 conmon[83797]: cluster 2023-12-08T09:44:23.897934+0000 mgr.smithi119.jffuim (mgr.14180) 701 2023-12-08T09:44:24.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:24 smithi119 conmon[83797]: : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:24.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:24 smithi119 conmon[83797]: audit 2023-12-08T09:44:24.150167+0000 mon.smithi119 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:24.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:24 smithi119 conmon[83797]: audit 2023-12-08T09:44:24.455268+0000 mon.smithi119 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:24.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:24 smithi119 conmon[83797]: audit 2023-12-08T09:44:24.455999+0000 mon.smithi119 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:24.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:24 smithi119 conmon[83797]: audit 2023-12-08T09:44:24.456608+0000 mon.smithi119 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:24.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:24 smithi119 conmon[83797]: audit 2023-12-08T09:44:24.457168+0000 mon.smithi119 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:24.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:24 smithi119 conmon[83797]: audit 2023-12-08T09:44:24.461796+0000 mon.smithi119 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:24.905 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:24.905 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:39:13.908545Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:39:13.908608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:39:13.908668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:39:13.908461Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:39:13.908318Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:39:13.908726Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:39:13.908845Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:39:13.908786Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:39:13.909079Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: cluster 2023-12-08T09:44:23.897934+0000 mgr.smithi119.jffuim (mgr.14180) 701 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: audit 2023-12-08T09:44:24.150167+0000 mon.smithi119 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: audit 2023-12-08T09:44:24.455268+0000 mon.smithi119 (mon.0) 695 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: audit 2023-12-08T09:44:24.455999+0000 mon.smithi119 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: audit 2023-12-08T09:44:24.456608+0000 mon.smithi119 (mon.0) 697 : audit 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: audit 2023-12- 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: 08T09:44:24.457168+0000 mon.smithi119 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: audit 2023-12-08T09:44:24.461796+0000 mon.smithi119 ( 2023-12-08T09:44:25.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:24 smithi145 conmon[88257]: mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:25.819 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:25 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:24.457604+0000 mgr.smithi119.jffuim (mgr.14180) 702 : cephadm 2023-12-08T09:44:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:25 smithi145 conmon[88257]: [INF] Adjusting osd_memory_target on smithi145 to 3492M 2023-12-08T09:44:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:25 smithi145 conmon[88257]: audit 2023-12-08T09:44:24.899894+0000 mgr.smithi119.jffuim (mgr.14180) 703 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:25 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:24.457604+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:44:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:25 smithi119 conmon[83797]: ) 702 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3492M 2023-12-08T09:44:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:25 smithi119 conmon[83797]: audit 2023-12-08T09:44:24.899894+0000 mgr.smithi119.jffuim (mgr.14180) 703 2023-12-08T09:44:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:25 smithi119 conmon[83797]: : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:26.820 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:26 smithi145 conmon[88257]: cluster 2023-12-08T09:44:25.898547+0000 mgr.smithi119.jffuim (mgr.14180) 704 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:26 smithi119 conmon[83797]: cluster 2023-12-08T09:44:25. 2023-12-08T09:44:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:26 smithi119 conmon[83797]: 898547+0000 mgr.smithi119.jffuim (mgr.14180) 704 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:26.758262+0000 mon.smithi119 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.097472+0000 mon.smithi119 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.098152+0000 mon.smithi119 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.098742+0000 mon.smithi119 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.099339+0000 mon.smithi119 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.105712+0000 mon.smithi119 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.106682+0000 mon.smithi119 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.107420+0000 mon.smithi119 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.274176+0000 mon.smithi119 (mon. 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: 0) 708 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.279128+0000 mon.smithi119 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:44:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:27 smithi119 conmon[83797]: audit 2023-12-08T09:44:27.325554+0000 mon.smithi119 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:28.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44:26.758262+0000 mon.smithi119 (mon.0) 700 : 2023-12-08T09:44:28.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:28.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44:27.097472+0000 mon.smithi119 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44:27.098152+0000 mon.smithi119 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44:27.098742+0000 mon.smithi119 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44:27.099339+0000 mon.smithi119 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44:27. 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: 105712+0000 mon.smithi119 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44:27.106682+0000 mon.smithi119 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44:27.107420+0000 mon.smithi119 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09: 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: 44:27.274176+0000 mon.smithi119 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08T09:44 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: :27.279128+0000 mon.smithi119 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: audit 2023-12-08 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: T09:44:27.325554+0000 mon.smithi119 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:28.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:27 smithi145 conmon[88257]: 2023-12-08T09:44:28.744 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:28.744 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:28 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:27.099774+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:44:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:28 smithi119 conmon[83797]: 705 : cephadm [INF] Adjusting osd_memory_target on smithi119 to 2724M 2023-12-08T09:44:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:28 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:27.110721+0000 mgr.smithi119.jffuim (mgr.14180) 706 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T09:44:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:28 smithi119 conmon[83797]: cluster 2023-12-08T09:44:27.275068+0000 mgr.smithi119.jffuim (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 2023-12-08T09:44:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:28 smithi119 conmon[83797]: cephadm 2023-12-08T09:44:27.285667+0000 mgr.smithi119.jffuim (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi145.yvrwxm on smithi145 2023-12-08T09:44:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:28 smithi119 conmon[83797]: cluster 2023-12-08T09:44:28.272407+0000 mon.smithi119 (mon.0) 711 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T09:44:29.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:28 smithi119 conmon[83797]: cluster 2023-12-08T09:44:28.272433+0000 mon.smithi119 (mon.0) 712 : cluster [INF] Cluster is now healthy 2023-12-08T09:44:29.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:27.099774+0000 mgr.smithi119.jffuim (mgr.14180) 705 : cephadm 2023-12-08T09:44:29.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: [INF] Adjusting osd_memory_target on smithi119 to 2724M 2023-12-08T09:44:29.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:27.110721+0000 mgr.smithi119.jffuim (mgr.14180) 706 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T09:44:29.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: cluster 2023-12-08T09:44:27.275068+0000 mgr.smithi119.jffuim (mgr.14180) 707 : cluster [DBG] 2023-12-08T09:44:29.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:29.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: cephadm 2023-12-08T09:44:27.285667+0000 mgr.smithi119.jffuim (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi145.yvrwxm on smithi145 2023-12-08T09:44:29.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: cluster 2023-12-08T09:44:29.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: 2023-12-08T09:44:28.272407+0000 mon.smithi119 (mon.0) 711 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T09:44:29.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: cluster 2023-12-08T09:44:28.272433+0000 mon.smithi119 ( 2023-12-08T09:44:29.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:28 smithi145 conmon[88257]: mon.0) 712 : cluster [INF] Cluster is now healthy 2023-12-08T09:44:29.325 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:29 smithi119 conmon[83797]: audit 2023-12-08T09:44:28.738039+0000 mgr.smithi119.jffuim (mgr.14180) 709 : audit 2023-12-08T09:44:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:29 smithi119 conmon[83797]: [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:30.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:29 smithi145 conmon[88257]: audit 2023-12-08T09:44:28.738039+0000 mgr.smithi119.jffuim (mgr.14180) 709 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:30.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:29 smithi145 conmon[88257]: 2023-12-08T09:44:30.326 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:30 smithi119 conmon[83797]: cluster 2023-12-08T09:44:29.275606+0000 mgr.smithi119.jffuim (mgr.14180) 710 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:31.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:30 smithi145 conmon[88257]: cluster 2023-12-08T09:44:29.275606+0000 mgr.smithi119.jffuim (mgr.14180) 710 : cluster 2023-12-08T09:44:31.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:30 smithi145 conmon[88257]: [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:32.181 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:32.181 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:32.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:33.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:32 smithi119 conmon[83797]: cluster 2023-12-08T09:44:31.276280+0000 mgr.smithi119.jffuim (mgr.14180) 711 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 960 B/s rd, 1 op/s 2023-12-08T09:44:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:32 smithi145 conmon[88257]: cluster 2023-12-08T09:44:31.276280+0000 mgr.smithi119.jffuim (mgr.14180) 711 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 960 B/s rd, 1 op/s 2023-12-08T09:44:33.760 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:33 smithi119 conmon[83797]: audit 2023-12-08T09:44:32.175368+0000 mgr.smithi119.jffuim 2023-12-08T09:44:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:33 smithi119 conmon[83797]: (mgr.14180) 712 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:34.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:33 smithi145 conmon[88257]: audit 2023-12-08T09:44:32.175368+0000 mgr.smithi119.jffuim (mgr.14180) 712 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:34 smithi119 conmon[83797]: cluster 2023-12-08T09:44:33.276795+0000 mgr.smithi119.jffuim (mgr.14180) 713 : 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-08T09:44:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:34 smithi145 conmon[88257]: cluster 2023-12-08T09:44:33.276795+0000 mgr.smithi119.jffuim (mgr.14180) 713 : 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-08T09:44:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:34 smithi145 conmon[88257]: 2023-12-08T09:44:35.651 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:35.651 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:36.233 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:36 smithi119 conmon[83797]: cluster 2023-12-08T09:44:35.277433+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:44:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:36 smithi119 conmon[83797]: ) 714 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T09:44:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:36 smithi119 conmon[83797]: audit 2023-12-08T09:44:35.645400+0000 mgr.smithi119.jffuim (mgr.14180) 715 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:37.234 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:36 smithi145 conmon[88257]: cluster 2023-12-08T09:44:35.277433+0000 mgr.smithi119.jffuim (mgr.14180) 714 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T09:44:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:36 smithi145 conmon[88257]: audit 2023-12-08T09:44:35.645400+0000 mgr.smithi119.jffuim (mgr.14180) 715 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:39.083 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:39.084 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:39.104 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:38 smithi119 conmon[83797]: cluster 2023-12-08T09:44:37.277904+0000 mgr.smithi119.jffuim (mgr.14180) 716 : cluster [DBG] pgmap v481: 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-08T09:44:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:38 smithi145 conmon[88257]: cluster 2023-12-08T09:44:37.277904+0000 mgr.smithi119.jffuim (mgr.14180) 716 : cluster [DBG] 2023-12-08T09:44:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:38 smithi145 conmon[88257]: pgmap v481: 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-08T09:44:39.658 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:40.659 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:41.116 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:40 smithi119 conmon[83797]: audit 2023-12-08T09:44:39.078276+0000 mgr.smithi119.jffuim (mgr.14180) 717 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:41.117 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:40 smithi119 conmon[83797]: cluster 2023-12-08T09:44:39.278293+0000 mgr.smithi119.jffuim (mgr.14180) 718 : cluster [DBG] pgmap v482: 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-08T09:44:41.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:40 smithi145 conmon[88257]: audit 2023-12-08T09:44:39.078276+0000 mgr.smithi119.jffuim (mgr.14180) 717 : audit 2023-12-08T09:44:41.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:40 smithi145 conmon[88257]: [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:41.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:40 smithi145 conmon[88257]: cluster 2023-12-08T09:44:39.278293+0000 mgr.smithi119.jffuim (mgr.14180) 718 : cluster [DBG] pgmap v482: 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-08T09:44:42.527 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:42.527 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:42 smithi119 conmon[83797]: cluster 2023-12-08T09:44:41.278846+0000 mgr.smithi119.jffuim (mgr.14180) 719 : cluster [DBG] pgmap v483: 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-08T09:44:42.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:42 smithi119 conmon[83797]: audit 2023-12-08T09:44:42.324875+0000 mon.smithi119 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:43.090 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:43.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:42 smithi145 conmon[88257]: cluster 2023-12-08T09:44:41.278846+0000 mgr.smithi119.jffuim (mgr.14180) 719 : cluster [DBG] pgmap v483: 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-08T09:44:43.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:42 smithi145 conmon[88257]: audit 2023-12-08T09:44:42.324875+0000 mon.smithi119 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:44:44.090 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:44.119 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:43 smithi119 conmon[83797]: audit 2023-12-08T09:44:42.521858+0000 mgr.smithi119.jffuim (mgr.14180) 720 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:44.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:43 smithi145 conmon[88257]: audit 2023-12-08T09:44:42.521858+0000 mgr.smithi119.jffuim (mgr.14180) 720 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:45.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:44 smithi119 conmon[83797]: cluster 2023-12-08T09:44:43.279637+0000 mgr.smithi119.jffuim 2023-12-08T09:44:45.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:44 smithi119 conmon[83797]: (mgr.14180) 721 : cluster [DBG] pgmap v484: 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-08T09:44:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:44 smithi145 conmon[88257]: cluster 2023-12-08T09:44:43.279637+0000 mgr.smithi119.jffuim (mgr.14180) 721 : cluster [DBG] pgmap v484: 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-08T09:44:45.838 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:45.838 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:46.389 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:46 smithi119 conmon[83797]: cluster 2023-12-08T09:44:45.280107+0000 mgr.smithi119.jffuim (mgr.14180) 722 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:46 smithi119 conmon[83797]: audit 2023-12-08T09:44:45.832992+0000 mgr.smithi119.jffuim (mgr.14180) 723 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:46 smithi145 conmon[88257]: cluster 2023-12-08T09:44:45.280107+0000 mgr.smithi119.jffuim (mgr.14180) 722 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:46 smithi145 conmon[88257]: audit 2023-12-08T09:44:45.832992+0000 mgr.smithi119.jffuim (mgr.14180) 723 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:47.391 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:48.892 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:48 smithi119 conmon[83797]: cluster 2023-12-08T09:44:47.280671+0000 mgr.smithi119.jffuim (mgr.14180) 724 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:48 smithi145 conmon[88257]: cluster 2023-12-08T09:44:47.280671+0000 mgr.smithi119.jffuim (mgr.14180) 724 : cluster [DBG] 2023-12-08T09:44:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:48 smithi145 conmon[88257]: pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:49.259 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:49.259 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:49.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:50.807 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:50 smithi119 conmon[83797]: audit 2023-12-08T09:44:49.254319+0000 mgr.smithi119.jffuim (mgr.14180) 725 : 2023-12-08T09:44:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:50 smithi119 conmon[83797]: audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:50 smithi119 conmon[83797]: cluster 2023-12-08T09:44:49.281063+0000 mgr.smithi119.jffuim (mgr.14180) 726 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:50 smithi145 conmon[88257]: audit 2023-12-08T09:44:49.254319+0000 2023-12-08T09:44:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:50 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 725 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:50 smithi145 conmon[88257]: cluster 2023-12-08T09:44:49.281063+0000 2023-12-08T09:44:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:50 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 726 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:52.698 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:52.698 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:53.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:52 smithi119 conmon[83797]: cluster 2023-12-08T09:44:51.281621+0000 mgr.smithi119.jffuim (mgr.14180) 727 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:53.254 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:52 smithi145 conmon[88257]: cluster 2023-12-08T09:44:51.281621+0000 mgr.smithi119.jffuim (mgr.14180) 727 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:53 smithi119 conmon[83797]: audit 2023-12-08T09:44:52.692289+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:44:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:53 smithi119 conmon[83797]: 14180) 728 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:54.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:53 smithi145 conmon[88257]: audit 2023-12-08T09:44:52.692289+0000 mgr.smithi119.jffuim (mgr.14180) 728 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:54.255 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:55.097 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:54 smithi119 conmon[83797]: cluster 2023-12-08T09:44:53.282227+0000 mgr.smithi119.jffuim (mgr.14180) 729 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:55.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:54 smithi145 conmon[88257]: cluster 2023-12-08T09:44:53.282227+0000 mgr.smithi119.jffuim (mgr.14180) 729 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:56.152 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:56.152 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:44:56.770 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:44:57.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:56 smithi119 conmon[83797]: cluster 2023-12-08T09:44:55.282693+0000 mgr.smithi119.jffuim (mgr.14180) 730 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:57.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:56 smithi145 conmon[88257]: cluster 2023-12-08T09:44:55.282693+0000 mgr.smithi119.jffuim (mgr.14180) 730 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:57.771 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:44:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:57 smithi119 conmon[83797]: audit 2023-12-08T09:44:56.147213+0000 mgr.smithi119.jffuim (mgr.14180) 731 2023-12-08T09:44:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:57 smithi119 conmon[83797]: : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:58.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:57 smithi145 conmon[88257]: audit 2023-12-08T09:44:56.147213+0000 mgr.smithi119.jffuim (mgr.14180) 731 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:44:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:58 smithi119 conmon[83797]: cluster 2023-12-08T09:44:57.283139+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:44:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:44:58 smithi119 conmon[83797]: ) 732 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:59.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:44:58 smithi145 conmon[88257]: cluster 2023-12-08T09:44:57.283139+0000 mgr.smithi119.jffuim (mgr.14180) 732 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:44:59.612 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:44:59.612 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:00.170 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:01.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:00 smithi119 conmon[83797]: cluster 2023-12-08T09:44:59.283537+0000 mgr.smithi119.jffuim (mgr.14180) 733 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:01.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:00 smithi119 conmon[83797]: audit 2023-12-08T09:44:59.607268+0000 mgr.smithi119.jffuim (mgr.14180) 734 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:01.172 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:00 smithi145 conmon[88257]: cluster 2023-12-08T09:44:59.283537+0000 mgr.smithi119.jffuim (mgr.14180) 733 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:00 smithi145 conmon[88257]: audit 2023-12-08T09:44:59.607268+0000 mgr.smithi119.jffuim (mgr.14180) 734 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:03.014 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:03.015 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:02 smithi119 conmon[83797]: cluster 2023-12-08T09:45:01.284058+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:45:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:02 smithi119 conmon[83797]: .14180) 735 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:02 smithi145 conmon[88257]: cluster 2023-12-08T09:45:01.284058+0000 mgr.smithi119.jffuim (mgr.14180) 735 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:03.587 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:04.588 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:04.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:04 smithi119 conmon[83797]: audit 2023-12-08T09:45:03.009566+0000 mgr.smithi119.jffuim (mgr.14180) 736 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:04.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:04 smithi119 conmon[83797]: cluster 2023-12-08T09:45:03.284521+0000 mgr.smithi119.jffuim (mgr.14180) 737 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:04 smithi145 conmon[88257]: audit 2023-12-08T09:45:03.009566+0000 mgr.smithi119.jffuim (mgr.14180) 736 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:04 smithi145 conmon[88257]: cluster 2023-12-08T09:45:03 2023-12-08T09:45:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:04 smithi145 conmon[88257]: .284521+0000 mgr.smithi119.jffuim (mgr.14180) 737 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:06.424 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:06.424 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:07.021 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:07.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:06 smithi119 conmon[83797]: cluster 2023-12-08 2023-12-08T09:45:07.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:06 smithi119 conmon[83797]: T09:45:05.284993+0000 mgr.smithi119.jffuim (mgr.14180) 738 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:06 smithi145 conmon[88257]: cluster 2023-12-08T09:45:05.284993+0000 mgr.smithi119.jffuim (mgr.14180) 738 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:08.023 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:07 smithi119 conmon[83797]: audit 2023-12-08T09:45:06.418446+0000 mgr.smithi119.jffuim (mgr.14180) 739 : audit 2023-12-08T09:45:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:07 smithi119 conmon[83797]: [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:07 smithi145 conmon[88257]: audit 2023-12-08T09:45:06.418446+0000 mgr.smithi119.jffuim (mgr.14180) 739 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:09.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:08 smithi119 conmon[83797]: cluster 2023-12-08T09:45:07.285535+0000 mgr.smithi119.jffuim (mgr.14180) 740 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:09.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:08 smithi145 conmon[88257]: cluster 2023-12-08T09:45:07.285535+0000 mgr.smithi119.jffuim (mgr.14180) 740 : cluster 2023-12-08T09:45:09.303 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:08 smithi145 conmon[88257]: [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:10.002 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:10.003 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:10.578 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:10 smithi119 conmon[83797]: cluster 2023-12-08T09:45:09.286053+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:45:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:10 smithi119 conmon[83797]: 741 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:10 smithi145 conmon[88257]: cluster 2023-12-08T09:45:09.286053+0000 mgr.smithi119.jffuim (mgr.14180) 741 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:11.579 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:12.121 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:11 smithi119 conmon[83797]: audit 2023-12-08T09:45:09.997032+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:45:12.121 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:11 smithi119 conmon[83797]: 14180) 742 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:11 smithi145 conmon[88257]: audit 2023-12-08T09:45:09.997032+0000 mgr.smithi119.jffuim (mgr.14180) 742 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:11 smithi145 conmon[88257]: 2023-12-08T09:45:13.101 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:12 smithi119 conmon[83797]: cluster 2023-12-08T09:45:11.286724+0000 mgr.smithi119.jffuim (mgr.14180) 743 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:13.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:12 smithi145 conmon[88257]: cluster 2023-12-08T09:45:11.286724+0000 mgr.smithi119.jffuim (mgr.14180) 743 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:13.419 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:13.419 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:14.054 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:15.058 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:15.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:14 smithi119 conmon[83797]: cluster 2023-12-08T09:45:13.287322+0000 mgr.smithi119.jffuim (mgr.14180) 744 2023-12-08T09:45:15.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:14 smithi119 conmon[83797]: : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:15.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:14 smithi119 conmon[83797]: audit 2023-12-08T09:45:13.413924+0000 mgr.smithi119.jffuim (mgr.14180) 745 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:14 smithi145 conmon[88257]: cluster 2023-12-08T09:45:13.287322+0000 mgr.smithi119.jffuim (mgr.14180) 744 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:14 smithi145 conmon[88257]: audit 2023-12-08T09:45:13.413924+0000 mgr.smithi119.jffuim (mgr.14180) 745 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:16.931 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:16.931 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:17.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:16 smithi145 conmon[88257]: cluster 2023-12-08T09:45:15.287813+0000 mgr.smithi119.jffuim (mgr.14180) 746 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:17.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:16 smithi119 conmon[83797]: cluster 2023-12-08T09:45:15.287813+0000 mgr.smithi119.jffuim (mgr.14180) 746 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:17.526 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:18.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:17 smithi145 conmon[88257]: audit 2023-12-08T09:45:16.925662+0000 mgr.smithi119.jffuim (mgr.14180) 747 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:18.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:17 smithi119 conmon[83797]: audit 2023-12-08T09:45:16.925662+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:45:18.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:17 smithi119 conmon[83797]: ) 747 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:18.527 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:19.228 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:18 smithi119 conmon[83797]: cluster 2023-12-08T09:45:17.288381+0000 mgr.smithi119.jffuim (mgr.14180) 748 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:18 smithi145 conmon[88257]: cluster 2023-12-08T09:45:17.288381+0000 mgr.smithi119.jffuim (mgr.14180) 748 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:20.379 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:20.379 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:20.968 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:20 smithi145 conmon[88257]: cluster 2023-12-08T09:45:19.288773+0000 mgr.smithi119.jffuim (mgr.14180) 749 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:21.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:20 smithi119 conmon[83797]: cluster 2023-12-08T09:45:19.288773+0000 mgr.smithi119.jffuim (mgr.14180) 749 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:21.968 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:22.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:21 smithi145 conmon[88257]: audit 2023-12-08T09:45:20.373852+0000 mgr.smithi119.jffuim (mgr.14180) 750 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:22.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:21 smithi119 conmon[83797]: audit 2023-12-08T09:45:20.373852+0000 mgr.smithi119.jffuim (mgr.14180) 750 : audit [DBG] 2023-12-08T09:45:22.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:21 smithi119 conmon[83797]: from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:22 smithi119 conmon[83797]: cluster 2023-12-08T09:45:21.289490+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:45:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:22 smithi119 conmon[83797]: ) 751 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:22 smithi145 conmon[88257]: cluster 2023-12-08T09:45:21.289490+0000 mgr.smithi119.jffuim (mgr.14180) 751 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:23.816 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:23.816 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:24.491 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:25.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:24 smithi119 conmon[83797]: cluster 2023-12-08T09:45:23.290151+0000 mgr.smithi119.jffuim (mgr.14180) 752 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:25.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:24 smithi119 conmon[83797]: audit 2023-12-08T09:45:23.810906+0000 mgr.smithi119.jffuim (mgr.14180) 753 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:24 smithi145 conmon[88257]: cluster 2023-12-08T09:45:23.290151+0000 mgr.smithi119.jffuim (mgr.14180) 752 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:24 smithi145 conmon[88257]: audit 2023-12-08T09:45:23.810906+0000 mgr.smithi119.jffuim (mgr.14180) 753 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:25.492 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:26.985 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:26 smithi119 conmon[83797]: cluster 2023-12-08T09:45:25.290883+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:45:26.985 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:26 smithi119 conmon[83797]: 14180) 754 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:27.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:26 smithi145 conmon[88257]: cluster 2023-12-08T09:45:25.290883+0000 mgr.smithi119.jffuim (mgr.14180) 754 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:27.354 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:27.354 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:27.974 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:28.975 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:28 smithi145 conmon[88257]: cluster 2023-12-08T09:45:27.291368+0000 mgr.smithi119.jffuim (mgr.14180) 755 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:29.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:28 smithi145 conmon[88257]: audit 2023-12-08T09:45: 2023-12-08T09:45:29.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:28 smithi145 conmon[88257]: 27.347328+0000 mgr.smithi119.jffuim (mgr.14180) 756 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:29.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:28 smithi119 conmon[83797]: cluster 2023-12-08T09:45:27.291368+0000 mgr.smithi119.jffuim (mgr.14180) 755 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:29.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:28 smithi119 conmon[83797]: audit 2023-12-08T09:45:27.347328+0000 mgr.smithi119.jffuim (mgr.14180) 756 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:30.852 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:30.852 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:30 smithi119 conmon[83797]: cluster 2023-12-08T09:45:29.291823+0000 mgr.smithi119.jffuim (mgr.14180) 757 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:31.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:30 smithi145 conmon[88257]: cluster 2023-12-08T09:45:29.291823+0000 mgr.smithi119.jffuim (mgr.14180) 757 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:31.431 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:32.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:31 smithi145 conmon[88257]: audit 2023-12-08T09:45:30.846955+0000 mgr.smithi119.jffuim (mgr.14180) 758 : audit 2023-12-08T09:45:32.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:31 smithi145 conmon[88257]: [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:32.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:31 smithi119 conmon[83797]: audit 2023-12-08T09:45:30.846955+0000 mgr.smithi119.jffuim (mgr.14180) 758 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:32.432 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:32 smithi145 conmon[88257]: cluster 2023-12-08T09:45:31.292377+0000 mgr.smithi119.jffuim (mgr.14180) 759 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:32 smithi145 conmon[88257]: 2023-12-08T09:45:33.290 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:32 smithi119 conmon[83797]: cluster 2023-12-08T09:45:31.292377+0000 mgr.smithi119.jffuim (mgr.14180) 759 2023-12-08T09:45:33.291 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:32 smithi119 conmon[83797]: : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:34.364 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:34.364 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:34.899 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:35.216 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:34 smithi119 conmon[83797]: cluster 2023-12-08T09:45:33.292815+0000 mgr.smithi119.jffuim (mgr.14180) 760 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:34 smithi145 conmon[88257]: cluster 2023-12-08T09:45:33.292815+0000 mgr.smithi119.jffuim (mgr.14180) 760 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:35.900 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:36.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:35 smithi145 conmon[88257]: audit 2023-12-08T09:45:34.358796+0000 mgr.smithi119.jffuim (mgr.14180) 761 : audit [DBG] 2023-12-08T09:45:36.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:35 smithi145 conmon[88257]: from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:36.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:35 smithi119 conmon[83797]: audit 2023-12-08T09:45:34.358796+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:45:36.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:35 smithi119 conmon[83797]: .14180) 761 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:36 smithi119 conmon[83797]: cluster 2023-12-08T09:45:35.293418+0000 mgr.smithi119.jffuim ( 2023-12-08T09:45:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:36 smithi119 conmon[83797]: mgr.14180) 762 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:36 smithi145 conmon[88257]: cluster 2023-12-08T09:45:35.293418+0000 mgr.smithi119.jffuim (mgr.14180) 762 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:37.805 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:37.805 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:38.389 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:38 smithi145 conmon[88257]: cluster 2023-12-08T09:45:37.294060+0000 mgr.smithi119.jffuim (mgr.14180) 763 : cluster 2023-12-08T09:45:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:38 smithi145 conmon[88257]: [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:38 smithi145 conmon[88257]: audit 2023-12-08T09:45:37.800390+0000 mgr.smithi119.jffuim (mgr.14180) 764 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:39.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:38 smithi119 conmon[83797]: cluster 2023-12-08T09:45:37.294060+0000 mgr.smithi119.jffuim (mgr.14180) 763 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:39.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:38 smithi119 conmon[83797]: audit 2023-12-08T09:45:37.800390+0000 mgr.smithi119.jffuim (mgr.14180) 764 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:39.390 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:39 smithi119 conmon[83797]: cluster 2023-12-08T09:45:39.294489+0000 mgr.smithi119.jffuim (mgr.14180) 765 : cluster [DBG] 2023-12-08T09:45:40.179 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:39 smithi119 conmon[83797]: pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:39 smithi145 conmon[88257]: cluster 2023-12-08T09:45:39.294489+0000 mgr.smithi119.jffuim (mgr.14180) 765 : cluster [DBG] 2023-12-08T09:45:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:39 smithi145 conmon[88257]: pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:41.308 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:41.308 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:41.821 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:42.822 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:42.848 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:42 smithi119 conmon[83797]: cluster 2023-12-08T09:45:41.295059+0000 mgr.smithi119.jffuim (mgr.14180) 766 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:42.848 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:42 smithi119 conmon[83797]: audit 2023-12-08T09:45:41.303152+0000 mgr.smithi119.jffuim (mgr.14180) 767 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:42 smithi145 conmon[88257]: cluster 2023-12-08T09:45:41.295059+0000 mgr.smithi119.jffuim (mgr.14180) 766 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:42 smithi145 conmon[88257]: audit 2023-12-08T09:45:41.303152+0000 mgr.smithi119.jffuim (mgr.14180) 767 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:44.696 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:44.697 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:44.855 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:44 smithi119 conmon[83797]: cluster 2023-12-08T09:45:43.295604+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:45:44.855 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:44 smithi119 conmon[83797]: 14180) 768 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:44 smithi145 conmon[88257]: cluster 2023-12-08T09:45:43.295604+0000 mgr.smithi119.jffuim (mgr.14180) 768 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:44 smithi145 conmon[88257]: 2023-12-08T09:45:45.223 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:45.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:45 smithi119 conmon[83797]: audit 2023-12-08T09:45:44.691234+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:45:45.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:45 smithi119 conmon[83797]: ) 769 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:45 smithi145 conmon[88257]: audit 2023-12-08T09:45:44.691234+0000 mgr.smithi119.jffuim (mgr.14180) 769 : audit [DBG] 2023-12-08T09:45:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:45 smithi145 conmon[88257]: from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:46.224 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:46.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:46 smithi119 conmon[83797]: cluster 2023-12-08T09:45:45.296295+0000 mgr.smithi119.jffuim (mgr.14180) 770 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:47.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:46 smithi145 conmon[88257]: cluster 2023-12-08T09:45:45.296295+0000 mgr.smithi119.jffuim (mgr.14180) 770 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:47.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:46 smithi145 conmon[88257]: 2023-12-08T09:45:48.089 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:48.089 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:48.747 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:48 smithi119 conmon[83797]: cluster 2023-12-08T09:45:47.296764+0000 2023-12-08T09:45:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:48 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 771 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:48 smithi145 conmon[88257]: cluster 2023-12-08T09:45:47.296764+0000 mgr.smithi119.jffuim ( 2023-12-08T09:45:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:48 smithi145 conmon[88257]: mgr.14180) 771 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:49.747 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:49.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:49 smithi119 conmon[83797]: audit 2023-12-08T09:45:48.083901+0000 mgr.smithi119.jffuim (mgr.14180) 772 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:49 smithi145 conmon[88257]: audit 2023-12-08T09:45:48.083901+0000 mgr.smithi119.jffuim (mgr.14180) 772 : audit [DBG] 2023-12-08T09:45:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:49 smithi145 conmon[88257]: from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:50 smithi145 conmon[88257]: cluster 2023-12-08T09:45:49.297371+0000 mgr.smithi119.jffuim (mgr.14180) 773 : cluster [DBG] 2023-12-08T09:45:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:50 smithi145 conmon[88257]: pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:50.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:50 smithi119 conmon[83797]: cluster 2023-12-08T09:45:49.297371+0000 mgr.smithi119.jffuim (mgr.14180) 773 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:51.532 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:51.532 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:52.105 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:52.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:52 smithi119 conmon[83797]: cluster 2023-12-08T09:45:51.297915+0000 mgr.smithi119.jffuim (mgr.14180) 774 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:52.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:52 smithi119 conmon[83797]: audit 2023-12-08T09:45:51.527440+0000 mgr.smithi119.jffuim (mgr.14180) 775 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:52 smithi145 conmon[88257]: cluster 2023-12-08T09:45:51.297915+0000 mgr.smithi119.jffuim (mgr.14180) 774 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:52 smithi145 conmon[88257]: audit 2023-12-08T09:45:51.527440+0000 mgr.smithi119.jffuim (mgr.14180) 775 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:53.106 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:54.668 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:54 smithi119 conmon[83797]: cluster 2023-12-08T09:45:53.298534+0000 mgr.smithi119.jffuim (mgr.14180) 776 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:54.996 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:54.997 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:54 smithi145 conmon[88257]: cluster 2023-12-08T09:45:53.298534+0000 mgr.smithi119.jffuim (mgr.14180) 776 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:55.570 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:56.571 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:45:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:56 smithi119 conmon[83797]: audit 2023-12-08T09:45:54.991660+0000 mgr.smithi119.jffuim (mgr.14180) 777 : audit [DBG] 2023-12-08T09:45:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:56 smithi119 conmon[83797]: from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:56 smithi119 conmon[83797]: cluster 2023-12-08T09:45:55.299039+0000 mgr.smithi119.jffuim (mgr.14180) 778 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:56 smithi145 conmon[88257]: audit 2023-12-08T09:45:54.991660+0000 mgr.smithi119.jffuim (mgr.14180) 777 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:45:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:56 smithi145 conmon[88257]: cluster 2023-12-08T09:45:55.299039+0000 mgr.smithi119.jffuim (mgr.14180) 778 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:58.388 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:45:58.388 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:45:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:58 smithi119 conmon[83797]: cluster 2023-12-08T09:45:57.299536+0000 mgr.smithi119.jffuim (mgr.14180) 779 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:59.004 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:45:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:58 smithi145 conmon[88257]: cluster 2023-12-08T09:45:57.299536+0000 mgr.smithi119.jffuim (mgr.14180) 779 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:45:59.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:45:59 smithi119 conmon[83797]: audit 2023-12-08T09:45:58.383316+0000 mgr.smithi119.jffuim (mgr.14180) 780 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:00.005 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:45:59 smithi145 conmon[88257]: audit 2023-12-08T09:45:58.383316+0000 mgr.smithi119.jffuim (mgr.14180) 780 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:00 smithi145 conmon[88257]: cluster 2023-12-08T09:45:59.300311+0000 mgr.smithi119.jffuim (mgr.14180) 781 : cluster [DBG] 2023-12-08T09:46:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:00 smithi145 conmon[88257]: pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:00.836 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:00 smithi119 conmon[83797]: cluster 2023-12-08T09:45:59.300311+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:46:00.837 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:00 smithi119 conmon[83797]: ) 781 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:01.892 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:01.892 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:02.461 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:02.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:02 smithi119 conmon[83797]: cluster 2023-12-08T09:46:01.301350+0000 mgr.smithi119.jffuim (mgr.14180) 782 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:02.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:02 smithi119 conmon[83797]: audit 2023-12-08T09:46:01.887112+0000 mgr.smithi119.jffuim (mgr.14180) 783 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:03.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:02 smithi145 conmon[88257]: cluster 2023-12-08T09:46:01.301350+0000 mgr.smithi119.jffuim (mgr.14180) 782 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:03.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:02 smithi145 conmon[88257]: audit 2023-12-08T09:46:01.887112+0000 mgr.smithi119.jffuim (mgr.14180) 783 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:03.462 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:04.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:04 smithi119 conmon[83797]: cluster 2023-12-08T09:46:03.301813+0000 mgr.smithi119.jffuim (mgr.14180) 784 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:04.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:04 smithi119 conmon[83797]: 2023-12-08T09:46:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:04 smithi145 conmon[88257]: cluster 2023-12-08T09:46:03.301813+0000 mgr.smithi119.jffuim (mgr.14180) 784 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:04 smithi145 conmon[88257]: 2023-12-08T09:46:05.298 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:05.298 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:05.860 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:06.860 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:06.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:06 smithi119 conmon[83797]: audit 2023-12-08T09:46:05.292969+0000 mgr.smithi119.jffuim (mgr.14180) 785 2023-12-08T09:46:06.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:06 smithi119 conmon[83797]: : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:06.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:06 smithi119 conmon[83797]: cluster 2023-12-08T09:46:05.302275+0000 mgr.smithi119.jffuim (mgr.14180) 786 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:06 smithi145 conmon[88257]: audit 2023-12-08T09:46:05.292969+0000 mgr.smithi119.jffuim (mgr.14180) 785 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:06 smithi145 conmon[88257]: cluster 2023-12-08T09:46:05.302275+0000 mgr.smithi119.jffuim (mgr.14180) 786 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:08.769 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:08.769 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:08.791 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:08 smithi119 conmon[83797]: cluster 2023-12-08T09:46:07.302721+0000 mgr.smithi119.jffuim (mgr.14180) 787 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:08 smithi145 conmon[88257]: cluster 2023-12-08T09:46:07.302721+0000 mgr.smithi119.jffuim (mgr.14180) 787 : cluster [DBG] 2023-12-08T09:46:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:08 smithi145 conmon[88257]: pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:09.384 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:09.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:09 smithi119 conmon[83797]: audit 2023-12-08T09:46:08.763529+0000 mgr.smithi119.jffuim (mgr.14180) 788 2023-12-08T09:46:09.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:09 smithi119 conmon[83797]: : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:09 smithi145 conmon[88257]: audit 2023-12-08T09:46:08.763529+0000 mgr.smithi119.jffuim (mgr.14180) 788 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:09 smithi145 conmon[88257]: 2023-12-08T09:46:10.385 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:10 smithi145 conmon[88257]: cluster 2023-12-08T09:46:09.303141+0000 mgr.smithi119.jffuim (mgr.14180) 789 : cluster 2023-12-08T09:46:10.885 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:10 smithi145 conmon[88257]: [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:10.886 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:10 smithi119 conmon[83797]: cluster 2023-12-08T09:46:09.303141+0000 mgr.smithi119.jffuim ( 2023-12-08T09:46:10.886 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:10 smithi119 conmon[83797]: mgr.14180) 789 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:12.234 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:12.234 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:12.793 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:12.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:12 smithi119 conmon[83797]: cluster 2023-12-08T09:46:11.303820+0000 mgr.smithi119.jffuim (mgr.14180) 790 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:12 smithi145 conmon[88257]: cluster 2023-12-08T09:46:11.303820+0000 mgr.smithi119.jffuim (mgr.14180) 790 : cluster [DBG] 2023-12-08T09:46:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:12 smithi145 conmon[88257]: pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:13.793 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:13 smithi119 conmon[83797]: audit 2023-12-08T09:46:12.229244+0000 mgr.smithi119.jffuim (mgr.14180) 791 : audit [DBG] 2023-12-08T09:46:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:13 smithi119 conmon[83797]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:13 smithi145 conmon[88257]: audit 2023-12-08T09:46:12.229244+0000 mgr.smithi119.jffuim 2023-12-08T09:46:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:13 smithi145 conmon[88257]: (mgr.14180) 791 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:14.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:14 smithi119 conmon[83797]: cluster 2023-12-08T09:46:13.304332+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:46:14.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:14 smithi119 conmon[83797]: ) 792 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:15.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:14 smithi145 conmon[88257]: cluster 2023-12-08T09:46:13.304332+0000 mgr.smithi119.jffuim (mgr.14180) 792 : cluster [DBG] 2023-12-08T09:46:15.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:14 smithi145 conmon[88257]: pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:15.697 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:15.697 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:16.233 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:16 smithi119 conmon[83797]: cluster 2023-12-08T09:46:15.305038+0000 mgr.smithi119.jffuim (mgr.14180) 793 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:16.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:16 smithi119 conmon[83797]: audit 2023-12-08T09:46:15.692242+0000 mgr.smithi119.jffuim (mgr.14180) 794 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:16 smithi145 conmon[88257]: cluster 2023-12-08T09:46:15.305038+0000 mgr.smithi119.jffuim (mgr.14180) 793 : cluster [DBG] 2023-12-08T09:46:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:16 smithi145 conmon[88257]: pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:16 smithi145 conmon[88257]: audit 2023-12-08T09:46:15.692242+0000 mgr.smithi119.jffuim (mgr.14180) 794 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:17.234 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:18.769 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:18 smithi119 conmon[83797]: cluster 2023-12-08T09:46:17 2023-12-08T09:46:18.770 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:18 smithi119 conmon[83797]: .305595+0000 mgr.smithi119.jffuim (mgr.14180) 795 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:18 smithi145 conmon[88257]: cluster 2023-12-08T09:46:17.305595+0000 mgr.smithi119.jffuim (mgr.14180) 795 : cluster [DBG] 2023-12-08T09:46:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:18 smithi145 conmon[88257]: pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:19.150 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:19.151 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:19.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:20.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:20 smithi145 conmon[88257]: audit 2023-12-08T09:46:19.145497+0000 mgr.smithi119.jffuim (mgr.14180) 796 2023-12-08T09:46:20.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:20 smithi145 conmon[88257]: : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:20.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:20 smithi145 conmon[88257]: cluster 2023-12-08T09:46:19.306155+0000 mgr.smithi119.jffuim (mgr.14180) 797 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:20.761 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:20 smithi119 conmon[83797]: audit 2023-12-08T09:46:19.145497+0000 mgr.smithi119.jffuim (mgr.14180) 796 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:20.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:20 smithi119 conmon[83797]: cluster 2023-12-08T09:46:19.306155+0000 mgr.smithi119.jffuim (mgr.14180) 797 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:22.657 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:22.657 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:22.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:22 smithi119 conmon[83797]: cluster 2023-12-08T09:46:21.306857+0000 mgr.smithi119.jffuim ( 2023-12-08T09:46:22.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:22 smithi119 conmon[83797]: mgr.14180) 798 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:22 smithi145 conmon[88257]: cluster 2023-12-08T09:46:21.306857+0000 mgr.smithi119.jffuim (mgr.14180) 798 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:23.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:23 smithi145 conmon[88257]: audit 2023-12-08T09:46:22.651654+0000 mgr.smithi119.jffuim (mgr.14180) 799 : audit [DBG] 2023-12-08T09:46:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:23 smithi145 conmon[88257]: from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:23 smithi119 conmon[83797]: audit 2023-12-08T09:46:22.651654+0000 2023-12-08T09:46:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:23 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 799 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:24.225 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:24.889 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:24 smithi119 conmon[83797]: cluster 2023-12-08T09:46:23.307423+0000 mgr.smithi119.jffuim (mgr.14180) 800 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:25.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:24 smithi145 conmon[88257]: cluster 2023-12-08T09:46:23.307423+0000 mgr.smithi119.jffuim (mgr.14180) 800 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:26.114 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:26.115 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:26.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:26 smithi145 conmon[88257]: cluster 2023-12-08T09:46:25.308140+0000 mgr.smithi119.jffuim (mgr.14180) 801 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:26 smithi119 conmon[83797]: cluster 2023-12-08T09:46:25 2023-12-08T09:46:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:26 smithi119 conmon[83797]: .308140+0000 mgr.smithi119.jffuim (mgr.14180) 801 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:27.654 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:27 smithi145 conmon[88257]: audit 2023-12-08T09:46:26.109051+0000 mgr.smithi119.jffuim (mgr.14180) 802 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:28.107 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:27 smithi119 conmon[83797]: audit 2023-12-08T09:46:26.109051+0000 mgr.smithi119.jffuim (mgr.14180) 802 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:28.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:28 smithi119 conmon[83797]: cluster 2023-12-08T09:46:27.308814+0000 mgr.smithi119.jffuim (mgr.14180) 803 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:29.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:28 smithi145 conmon[88257]: cluster 2023-12-08T09:46:27.308814+0000 mgr.smithi119.jffuim (mgr.14180) 803 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:29.543 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:29.543 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:30.139 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:30 smithi145 conmon[88257]: cluster 2023-12-08T09:46:29.309260+0000 mgr.smithi119.jffuim (mgr.14180) 804 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:30.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:30 smithi145 conmon[88257]: audit 2023-12-08T09:46:29.537232+0000 mgr.smithi119.jffuim (mgr.14180) 805 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:30 smithi119 conmon[83797]: cluster 2023-12-08T09:46:29.309260+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:46:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:30 smithi119 conmon[83797]: 804 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:30 smithi119 conmon[83797]: audit 2023-12-08T09:46:29.537232+0000 mgr.smithi119.jffuim (mgr.14180) 805 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:31.141 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:32 smithi145 conmon[88257]: cluster 2023-12-08T09:46:31.309929+0000 mgr.smithi119.jffuim (mgr.14180) 806 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:33.019 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:33.019 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:33.040 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:32 smithi119 conmon[83797]: cluster 2023-12-08T09:46:31.309929+0000 mgr.smithi119.jffuim (mgr.14180) 806 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:33.605 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:34.606 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:34 smithi145 conmon[88257]: audit 2023-12-08T09:46:33.013887+0000 mgr.smithi119.jffuim (mgr.14180) 807 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:34 smithi145 conmon[88257]: 2023-12-08T09:46:35.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:34 smithi145 conmon[88257]: cluster 2023-12-08T09:46:33.310358+0000 mgr.smithi119.jffuim (mgr.14180) 808 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:35.064 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:34 smithi119 conmon[83797]: audit 2023-12-08T09:46:33.013887+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:46:35.065 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:34 smithi119 conmon[83797]: .14180) 807 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:35.065 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:34 smithi119 conmon[83797]: cluster 2023-12-08T09:46:33.310358+0000 mgr.smithi119.jffuim (mgr.14180) 808 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:36.496 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:36.496 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:36.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:36 smithi119 conmon[83797]: cluster 2023-12-08T09:46:35.310850+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:46:36.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:36 smithi119 conmon[83797]: ) 809 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:36 smithi145 conmon[88257]: cluster 2023-12-08T09:46:35.310850+0000 mgr.smithi119.jffuim (mgr.14180) 809 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:37.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:37 smithi145 conmon[88257]: audit 2023-12-08T09:46:36.490465+0000 mgr.smithi119.jffuim (mgr.14180) 810 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:37 smithi145 conmon[88257]: 2023-12-08T09:46:38.090 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:38.121 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:37 smithi119 conmon[83797]: audit 2023-12-08T09:46:36.490465+0000 mgr.smithi119.jffuim (mgr.14180) 810 : audit [DBG] 2023-12-08T09:46:38.121 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:37 smithi119 conmon[83797]: from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:38 smithi119 conmon[83797]: cluster 2023-12-08T09:46:37.311333+0000 mgr.smithi119.jffuim (mgr.14180) 811 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:39.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:38 smithi145 conmon[88257]: cluster 2023-12-08T09:46:37.311333+0000 mgr.smithi119.jffuim (mgr.14180) 811 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:39.944 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:39.944 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:40.520 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:40 smithi145 conmon[88257]: cluster 2023-12-08T09:46:39.311924+0000 mgr.smithi119.jffuim (mgr.14180) 812 : cluster 2023-12-08T09:46:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:40 smithi145 conmon[88257]: [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:40.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:40 smithi145 conmon[88257]: audit 2023-12-08T09:46:39.938747+0000 mgr.smithi119.jffuim (mgr.14180) 813 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:40 smithi119 conmon[83797]: cluster 2023-12-08T09:46:39.311924+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:46:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:40 smithi119 conmon[83797]: 14180) 812 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:40 smithi119 conmon[83797]: audit 2023-12-08T09:46:39.938747+0000 mgr.smithi119.jffuim (mgr.14180) 813 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:41.521 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:42.966 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:42 smithi119 conmon[83797]: cluster 2023-12-08T09:46:41.312786+0000 mgr.smithi119.jffuim (mgr.14180) 814 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:42 smithi145 conmon[88257]: cluster 2023-12-08T09:46:41.312786+0000 mgr.smithi119.jffuim (mgr.14180) 814 : cluster [DBG] 2023-12-08T09:46:43.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:42 smithi145 conmon[88257]: pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:43.369 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:43.369 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:44.003 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:45.004 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:44 smithi145 conmon[88257]: cluster 2023-12-08T09:46:43.313230+0000 mgr.smithi119.jffuim (mgr.14180) 815 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:45.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:44 smithi145 conmon[88257]: audit 2023-12-08T09:46:43.363750+0000 mgr.smithi119.jffuim (mgr.14180) 816 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:45.030 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:44 smithi119 conmon[83797]: cluster 2023-12-08T09:46:43.313230+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:46:45.030 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:44 smithi119 conmon[83797]: ) 815 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:45.030 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:44 smithi119 conmon[83797]: audit 2023-12-08T09:46:43.363750+0000 mgr.smithi119.jffuim (mgr.14180) 816 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:46.840 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:46.840 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:46.865 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:46 smithi119 conmon[83797]: cluster 2023-12-08T09:46:45.313704+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:46:46.865 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:46 smithi119 conmon[83797]: .14180) 817 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:47.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:46 smithi145 conmon[88257]: cluster 2023-12-08T09:46:45.313704+0000 mgr.smithi119.jffuim (mgr.14180) 817 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:47.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:47 smithi145 conmon[88257]: audit 2023-12-08T09:46:46.834586+0000 mgr.smithi119.jffuim (mgr.14180) 818 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:48.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:47 smithi119 conmon[83797]: audit 2023-12-08T09:46:46.834586+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:46:48.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:47 smithi119 conmon[83797]: ) 818 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:48.404 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:48 smithi145 conmon[88257]: cluster 2023-12-08T09:46:47.314263+0000 mgr.smithi119.jffuim (mgr.14180) 819 : cluster [DBG] 2023-12-08T09:46:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:48 smithi145 conmon[88257]: pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:49.050 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:48 smithi119 conmon[83797]: cluster 2023-12-08T09:46:47.314263 2023-12-08T09:46:49.050 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:48 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14180) 819 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:50.236 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:50.236 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:50.844 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:50 smithi145 conmon[88257]: cluster 2023-12-08T09:46:49.314680+0000 mgr.smithi119.jffuim (mgr.14180) 820 : cluster [DBG] 2023-12-08T09:46:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:50 smithi145 conmon[88257]: pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:50 smithi119 conmon[83797]: cluster 2023-12-08T09:46:49.314680+0000 mgr.smithi119.jffuim (mgr.14180) 820 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:51.845 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:51 smithi145 conmon[88257]: audit 2023-12-08T09:46:50.230725+0000 mgr.smithi119.jffuim (mgr.14180) 821 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:51 smithi145 conmon[88257]: 2023-12-08T09:46:52.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:51 smithi119 conmon[83797]: audit 2023-12-08T09:46:50.230725+0000 mgr.smithi119.jffuim (mgr.14180) 821 : audit 2023-12-08T09:46:52.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:51 smithi119 conmon[83797]: [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:52 smithi145 conmon[88257]: cluster 2023-12-08T09:46:51.315474+0000 mgr.smithi119.jffuim (mgr.14180) 822 : cluster [DBG] 2023-12-08T09:46:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:52 smithi145 conmon[88257]: pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:53.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:52 smithi119 conmon[83797]: cluster 2023-12-08T09:46:51.315474+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:46:53.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:52 smithi119 conmon[83797]: 822 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:53.769 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:53.769 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:54.344 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:54 smithi145 conmon[88257]: cluster 2023-12-08T09:46:53.315921+0000 mgr.smithi119.jffuim (mgr.14180) 823 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:54 smithi145 conmon[88257]: audit 2023-12-08T09:46:53.763225+0000 mgr.smithi119.jffuim (mgr.14180) 824 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:55.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:54 smithi119 conmon[83797]: cluster 2023-12-08T09:46:53.315921+0000 mgr.smithi119.jffuim (mgr.14180) 823 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:55.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:54 smithi119 conmon[83797]: audit 2023-12-08T09:46:53.763225+0000 mgr.smithi119.jffuim (mgr.14180) 824 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:55.345 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:56 smithi119 conmon[83797]: cluster 2023-12-08T09:46:55.316436+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:46:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:56 smithi119 conmon[83797]: 14180) 825 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:56 smithi145 conmon[88257]: cluster 2023-12-08T09:46:55.316436+0000 mgr.smithi119.jffuim (mgr.14180) 825 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:57.215 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:46:57.215 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:46:57.810 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:46:58.811 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:46:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:58 smithi145 conmon[88257]: audit 2023-12-08T09:46:57.209669+0000 mgr.smithi119.jffuim (mgr.14180) 826 : audit [DBG] 2023-12-08T09:46:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:58 smithi145 conmon[88257]: from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:46:58 smithi145 conmon[88257]: cluster 2023-12-08T09:46:57.317127+0000 mgr.smithi119.jffuim (mgr.14180) 827 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:46:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:58 smithi119 conmon[83797]: audit 2023-12-08T09:46:57.209669+0000 mgr.smithi119.jffuim (mgr.14180) 826 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:46:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:46:58 smithi119 conmon[83797]: cluster 2023-12-08T09:46:57.317127+0000 mgr.smithi119.jffuim (mgr.14180) 827 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:00.642 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:00.642 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:39:08.834255Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.jeoqcd on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:01.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:00 smithi145 conmon[88257]: cluster 2023-12-08T09:46:59.317515+0000 mgr.smithi119.jffuim (mgr.14180) 828 : cluster 2023-12-08T09:47:01.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:00 smithi145 conmon[88257]: [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:01.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:00 smithi119 conmon[83797]: cluster 2023-12-08T09:46:59.317515+0000 mgr.smithi119.jffuim (mgr.14180) 828 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:01.229 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:02.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: audit 2023-12-08T09:47:00.637475+0000 mgr.smithi119.jffuim (mgr.14180) 829 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:02.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: cephadm 2023-12-08T09:47:00.907128+0000 mgr.smithi119.jffuim (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.yvrwxm ... 2023-12-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:45:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:45:41Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:46:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: Traceback (most recent call last): 2023-12-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:47:02.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: yield (conn, connr) 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: code, '\n'.join(err))) 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.yvrwxm ... 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:45:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:45:41Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:46:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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-08T09:47:02.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: cephadm 2023-12-08T09:47:00.907397+0000 mgr.smithi119.jffuim (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: audit 2023-12-08T09:47:00.907689+0000 mon.smithi119 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi145.yvrwxm"}]: dispatch 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: cephadm 2023-12-08T09:47:00.908223+0000 mgr.smithi119.jffuim (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.yvrwxm ... 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:45:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:45:41Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:46:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:47:02.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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-08T09:47:02.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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-08T09:47:02.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: cephadm 2023-12-08T09: 2023-12-08T09:47:02.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:01 smithi145 conmon[88257]: 47:00.909600+0000 mgr.smithi119.jffuim (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi119.smpdhc on smithi119 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: audit 2023-12-08T09:47:00.637475+0000 mgr.smithi119.jffuim (mgr.14180) 829 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: cephadm 2023-12 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: -08T09:47:00.907128+0000 mgr.smithi119.jffuim (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.yvrwxm ... 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:45:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:45:41Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:46:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: Traceback (most recent call last): 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: yield (conn, connr) 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: code, '\n'.join(err))) 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.yvrwxm ... 2023-12-08T09:47:02.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:45:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:45:41Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:46:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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 aut 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: henticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: cephadm 2023-12-08T09:47:00.907397+0000 mgr.smithi119.jffuim (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: audit 2023-12-08T09:47:00.907689+0000 mon.smithi119 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi145.yvrwxm"}]: dispatch 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: cephadm 2023-12-08T09:47:00.908223+0000 mgr.smithi119.jffuim (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.yvrwxm ... 2023-12-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:45:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:45:41Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:46:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:47:02.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:01 smithi119 conmon[83797]: cephadm 2023-12-08T09:47:00.909600+0000 mgr.smithi119.jffuim (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi119.smpdhc on smithi119 2023-12-08T09:47:02.230 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:02 smithi145 conmon[88257]: cluster 2023-12-08T09:47:01.318111+0000 mgr.smithi119.jffuim (mgr.14180) 834 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:02 smithi145 conmon[88257]: 2023-12-08T09:47:03.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:02 smithi119 conmon[83797]: cluster 2023-12-08T09:47:01.318111+0000 mgr.smithi119.jffuim (mgr.14180) 834 2023-12-08T09:47:03.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:02 smithi119 conmon[83797]: : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:04.153 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:04.153 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:04.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:04 smithi145 conmon[88257]: cluster 2023-12-08T09:47:03.318558+0000 mgr.smithi119.jffuim (mgr.14180) 835 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:04 smithi119 conmon[83797]: cluster 2023-12-08T09:47:03.318558+0000 mgr.smithi119.jffuim (mgr.14180) 835 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:05.692 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:05 smithi145 conmon[88257]: audit 2023-12-08T09:47:04.148041+0000 mgr.smithi119.jffuim (mgr.14180) 836 : audit [DBG] 2023-12-08T09:47:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:05 smithi145 conmon[88257]: from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:05 smithi119 conmon[83797]: audit 2023-12-08T09:47:04.148041+0000 mgr.smithi119.jffuim (mgr.14180) 836 : audit [DBG] 2023-12-08T09:47:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:05 smithi119 conmon[83797]: from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:06.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:06 smithi119 conmon[83797]: cluster 2023-12-08T09:47:05.319153+0000 mgr.smithi119.jffuim (mgr.14180) 837 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:07.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:06 smithi145 conmon[88257]: cluster 2023-12-08T09:47:05.319153+0000 mgr.smithi119.jffuim (mgr.14180) 837 : cluster 2023-12-08T09:47:07.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:06 smithi145 conmon[88257]: [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:07.632 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:07.633 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:08.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:08 smithi145 conmon[88257]: cluster 2023-12-08T09:47:07.319673+0000 mgr.smithi119.jffuim (mgr.14180) 838 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:08 smithi145 conmon[88257]: 2023-12-08T09:47:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:08 smithi145 conmon[88257]: audit 2023-12-08T09:47:07.626705+0000 mgr.smithi119.jffuim (mgr.14180) 839 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:09.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:08 smithi119 conmon[83797]: cluster 2023-12-08T09:47:07.319673+0000 mgr.smithi119.jffuim (mgr.14180) 838 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:09.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:08 smithi119 conmon[83797]: audit 2023-12-08T09:47:07.626705+0000 mgr.smithi119.jffuim (mgr.14180) 839 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:09.225 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:10.761 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:10 smithi119 conmon[83797]: cluster 2023-12-08T09:47:09.320353+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:47:10.761 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:10 smithi119 conmon[83797]: 14180) 840 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:11.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:10 smithi145 conmon[88257]: cluster 2023-12-08T09:47:09.320353+0000 mgr.smithi119.jffuim (mgr.14180) 840 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:11.185 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:11.186 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:11.766 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:12.767 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:12 smithi145 conmon[88257]: audit 2023-12-08T09:47:11.180727+0000 mgr.smithi119.jffuim (mgr.14180) 841 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:12 smithi145 conmon[88257]: 2023-12-08T09:47:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:12 smithi145 conmon[88257]: cluster 2023-12-08T09:47:11.320903+0000 mgr.smithi119.jffuim (mgr.14180) 842 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:12 smithi119 conmon[83797]: audit 2023-12-08T09:47:11.180727+0000 mgr.smithi119.jffuim (mgr.14180) 841 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:12 smithi119 conmon[83797]: cluster 2023-12-08T09:47:11.320903+0000 mgr.smithi119.jffuim (mgr.14180) 842 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:14.643 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:14.643 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:15.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:14 smithi145 conmon[88257]: cluster 2023-12-08T09:47:13.321509+0000 mgr.smithi119.jffuim (mgr.14180) 843 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:15.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:14 smithi119 conmon[83797]: cluster 2023-12-08T09:47:13.321509+0000 2023-12-08T09:47:15.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:14 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 843 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:15.248 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:15 smithi119 conmon[83797]: audit 2023-12-08T09:47:14.637515 2023-12-08T09:47:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:15 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14180) 844 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:16.249 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:15 smithi145 conmon[88257]: audit 2023-12-08T09:47:14.637515+0000 mgr.smithi119.jffuim (mgr.14180) 844 : audit [DBG] 2023-12-08T09:47:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:15 smithi145 conmon[88257]: from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:16 smithi119 conmon[83797]: cluster 2023-12-08T09:47:15.321969+0000 mgr.smithi119.jffuim (mgr.14180) 845 : cluster 2023-12-08T09:47:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:16 smithi119 conmon[83797]: [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:17.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:16 smithi145 conmon[88257]: cluster 2023-12-08T09:47:15.321969+0000 mgr.smithi119.jffuim (mgr.14180) 845 : cluster [DBG] 2023-12-08T09:47:17.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:16 smithi145 conmon[88257]: pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:18.193 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:18.194 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:18.815 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:18 smithi119 conmon[83797]: cluster 2023-12-08T09:47:17.322395+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:47:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:18 smithi119 conmon[83797]: 14180) 846 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:18 smithi145 conmon[88257]: cluster 2023-12-08T09:47:17.322395+0000 mgr.smithi119.jffuim (mgr.14180) 846 : 2023-12-08T09:47:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:18 smithi145 conmon[88257]: cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:19.815 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:19 smithi119 conmon[83797]: audit 2023-12-08T09:47:18.188558+0000 mgr.smithi119.jffuim (mgr.14180) 847 : audit [DBG] 2023-12-08T09:47:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:19 smithi119 conmon[83797]: from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:20.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:19 smithi145 conmon[88257]: audit 2023-12-08T09:47:18.188558+0000 mgr.smithi119.jffuim (mgr.14180) 847 : audit 2023-12-08T09:47:20.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:19 smithi145 conmon[88257]: [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:21.037 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:20 smithi119 conmon[83797]: cluster 2023-12-08T09:47:19.323001+0000 mgr.smithi119.jffuim (mgr.14180) 848 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:20 smithi145 conmon[88257]: cluster 2023-12-08T09:47:19.323001+0000 mgr.smithi119.jffuim (mgr.14180) 848 : cluster [DBG] 2023-12-08T09:47:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:20 smithi145 conmon[88257]: pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:21.635 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:21.635 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:22.205 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:22 smithi119 conmon[83797]: cluster 2023-12-08T09:47:21.323823+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:47:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:22 smithi119 conmon[83797]: 14180) 849 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:22 smithi119 conmon[83797]: audit 2023-12-08T09:47:21.629440+0000 mgr.smithi119.jffuim (mgr.14180) 850 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:23.206 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:22 smithi145 conmon[88257]: cluster 2023-12-08T09:47:21.323823+0000 mgr.smithi119.jffuim (mgr.14180) 849 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:22 smithi145 conmon[88257]: audit 2023-12-08T09:47:21.629440+0000 mgr.smithi119.jffuim (mgr.14180) 850 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:25.047 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:25.047 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:25.071 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:24 smithi119 conmon[83797]: cluster 2023-12-08T09:47:23.324292+0000 mgr.smithi119.jffuim (mgr.14180) 851 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:24 smithi145 conmon[88257]: cluster 2023-12-08T09:47:23.324292+0000 mgr.smithi119.jffuim (mgr.14180) 851 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:25.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:26.622 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:27.106 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:26 smithi119 conmon[83797]: audit 2023-12-08T09:47:25.042055+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:47:27.107 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:26 smithi119 conmon[83797]: ) 852 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:27.107 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:26 smithi119 conmon[83797]: cluster 2023-12-08T09:47:25.324785+0000 mgr.smithi119.jffuim (mgr.14180) 853 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:27.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:26 smithi145 conmon[88257]: audit 2023-12-08T09:47:25.042055+0000 mgr.smithi119.jffuim (mgr.14180) 852 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:27.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:26 smithi145 conmon[88257]: cluster 2023-12-08T09:47:25.324785+0000 mgr.smithi119.jffuim ( 2023-12-08T09:47:27.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:26 smithi145 conmon[88257]: mgr.14180) 853 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:28.536 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:28.536 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:28.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:28 smithi119 conmon[83797]: cluster 2023-12-08T09:47:27.325260+0000 mgr.smithi119.jffuim (mgr.14180) 854 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:29.163 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:28 smithi145 conmon[88257]: cluster 2023-12-08T09:47:27.325260+0000 mgr.smithi119.jffuim (mgr.14180) 854 : cluster 2023-12-08T09:47:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:28 smithi145 conmon[88257]: [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:29 smithi119 conmon[83797]: audit 2023-12-08T09:47:28.530564+0000 mgr.smithi119.jffuim (mgr.14180) 855 : audit [DBG] 2023-12-08T09:47:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:29 smithi119 conmon[83797]: from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:30.164 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:30.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:29 smithi145 conmon[88257]: audit 2023-12-08T09:47:28.530564+0000 mgr.smithi119.jffuim (mgr.14180) 855 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:30 smithi119 conmon[83797]: cluster 2023-12-08T09:47:29.325802+0000 mgr.smithi119.jffuim 2023-12-08T09:47:30.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:30 smithi119 conmon[83797]: (mgr.14180) 856 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:31.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:30 smithi145 conmon[88257]: cluster 2023-12-08T09:47:29.325802+0000 mgr.smithi119.jffuim (mgr.14180) 856 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:32.001 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:32.001 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:32.587 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:32.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:32 smithi119 conmon[83797]: cluster 2023-12-08T09:47:31.326475+0000 mgr.smithi119.jffuim (mgr.14180) 857 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:32 smithi145 conmon[88257]: cluster 2023-12-08T09:47:31.326475+0000 mgr.smithi119.jffuim (mgr.14180) 857 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:33.589 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:33.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:33 smithi119 conmon[83797]: audit 2023-12-08T09:47:31.995794+0000 2023-12-08T09:47:33.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:33 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 858 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:34.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:33 smithi145 conmon[88257]: audit 2023-12-08T09:47:31.995794+0000 mgr.smithi119.jffuim (mgr.14180) 858 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:35.060 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:34 smithi119 conmon[83797]: cluster 2023-12-08T09:47:33.326943+0000 mgr.smithi119.jffuim (mgr.14180) 859 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:34 smithi145 conmon[88257]: cluster 2023-12-08T09:47:33.326943+0000 mgr.smithi119.jffuim (mgr.14180) 859 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:35.437 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:35.437 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:36.027 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:37.028 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:37.062 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:36 smithi119 conmon[83797]: cluster 2023-12-08T09:47:35.327464+0000 mgr.smithi119.jffuim (mgr.14180) 860 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:37.062 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:36 smithi119 conmon[83797]: 2023-12-08T09:47:37.062 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:36 smithi119 conmon[83797]: audit 2023-12-08T09:47:35.432301+0000 mgr.smithi119.jffuim (mgr.14180) 861 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:36 smithi145 conmon[88257]: cluster 2023-12-08T09:47:35.327464+0000 mgr.smithi119.jffuim (mgr.14180) 860 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:36 smithi145 conmon[88257]: audit 2023-12-08T09:47:35.432301+0000 2023-12-08T09:47:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:36 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 861 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:38.867 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:38.868 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:38 smithi119 conmon[83797]: cluster 2023-12-08T09:47:37.327929+0000 mgr.smithi119.jffuim (mgr.14180) 862 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:38 smithi145 conmon[88257]: cluster 2023-12-08T09:47:37.327929+0000 mgr.smithi119.jffuim (mgr.14180) 862 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:39.586 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:39 smithi119 conmon[83797]: audit 2023-12-08T09:47:38.862132+0000 mgr.smithi119.jffuim (mgr.14180) 863 : audit [DBG] 2023-12-08T09:47:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:39 smithi119 conmon[83797]: from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:39 smithi145 conmon[88257]: audit 2023-12-08T09:47:38.862132+0000 mgr.smithi119.jffuim (mgr.14180) 863 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:40.587 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:40 smithi119 conmon[83797]: cluster 2023-12-08T09:47:39.328368+0000 2023-12-08T09:47:40.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:40 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 864 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:41.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:40 smithi145 conmon[88257]: cluster 2023-12-08T09:47:39.328368+0000 mgr.smithi119.jffuim (mgr.14180) 864 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:42.465 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:42.465 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:43.052 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:43.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:42 smithi119 conmon[83797]: cluster 2023-12-08T09:47:41.328890+0000 mgr.smithi119.jffuim (mgr.14180) 865 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:43.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:42 smithi145 conmon[88257]: cluster 2023-12-08T09:47:41.328890+0000 mgr.smithi119.jffuim (mgr.14180) 865 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:44.053 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:44.082 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:43 smithi119 conmon[83797]: audit 2023-12-08T09:47:42.459608+0000 mgr.smithi119.jffuim (mgr.14180) 866 : audit [DBG] 2023-12-08T09:47:44.082 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:43 smithi119 conmon[83797]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:44.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:43 smithi145 conmon[88257]: audit 2023-12-08T09:47:42.459608+0000 mgr.smithi119.jffuim (mgr.14180) 866 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:45.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:44 smithi119 conmon[83797]: cluster 2023-12-08T09:47:43.329497+0000 mgr.smithi119.jffuim (mgr.14180) 867 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:44 smithi145 conmon[88257]: cluster 2023-12-08T09:47:43.329497+0000 mgr.smithi119.jffuim (mgr.14180) 867 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:45.778 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:45.778 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:46.402 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:46 smithi119 conmon[83797]: cluster 2023-12-08T09:47:45.329984+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:47:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:46 smithi119 conmon[83797]: .14180) 868 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:46 smithi119 conmon[83797]: audit 2023-12-08T09:47:45.772527+0000 mgr.smithi119.jffuim (mgr.14180) 869 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:46 smithi145 conmon[88257]: cluster 2023-12-08T09:47:45.329984+0000 mgr.smithi119.jffuim (mgr.14180) 868 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:46 smithi145 conmon[88257]: audit 2023-12-08T09:47:45.772527+0000 mgr.smithi119.jffuim ( 2023-12-08T09:47:47.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:46 smithi145 conmon[88257]: mgr.14180) 869 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:47.403 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:48 smithi119 conmon[83797]: cluster 2023-12-08T09:47:47.330716+0000 mgr.smithi119.jffuim (mgr.14180) 870 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:49.194 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:49.194 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:48 smithi145 conmon[88257]: cluster 2023-12-08T09:47:47.330716+0000 mgr.smithi119.jffuim (mgr.14180) 870 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:49.792 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:50.794 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:50 smithi119 conmon[83797]: audit 2023-12-08T09:47:49.188764+0000 mgr.smithi119.jffuim (mgr.14180) 871 : audit [DBG] 2023-12-08T09:47:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:50 smithi119 conmon[83797]: from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:50 smithi119 conmon[83797]: cluster 2023-12-08T09:47:49.331148+0000 mgr.smithi119.jffuim (mgr.14180) 872 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:50 smithi145 conmon[88257]: audit 2023-12-08T09:47:49.188764+0000 mgr.smithi119.jffuim (mgr.14180) 871 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:50 smithi145 conmon[88257]: cluster 2023-12-08T09:47:49.331148 2023-12-08T09:47:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:50 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 872 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:52.667 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:52.668 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:53.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:52 smithi119 conmon[83797]: cluster 2023-12-08T09:47:51.331692+0000 mgr.smithi119.jffuim (mgr.14180) 873 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:53.233 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:52 smithi145 conmon[88257]: cluster 2023-12-08T09:47:51.331692+0000 mgr.smithi119.jffuim (mgr.14180) 873 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:53 smithi119 conmon[83797]: audit 2023-12-08T09:47:52.662519+0000 mgr.smithi119.jffuim (mgr.14180) 874 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:54.234 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:54.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:53 smithi145 conmon[88257]: audit 2023-12-08T09:47:52.662519+0000 mgr.smithi119.jffuim (mgr.14180) 874 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:55.059 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:54 smithi119 conmon[83797]: cluster 2023-12-08T09:47:53.332092+0000 mgr.smithi119.jffuim ( 2023-12-08T09:47:55.059 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:54 smithi119 conmon[83797]: mgr.14180) 875 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:55.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:54 smithi145 conmon[88257]: cluster 2023-12-08T09:47:53.332092+0000 mgr.smithi119.jffuim (mgr.14180) 875 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:56.087 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:56.087 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:47:56.650 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:47:57.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:56 smithi119 conmon[83797]: cluster 2023-12-08T09:47:55.332628+0000 mgr.smithi119.jffuim (mgr.14180) 876 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:57.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:56 smithi145 conmon[88257]: cluster 2023-12-08T09:47:55.332628+0000 mgr.smithi119.jffuim (mgr.14180) 876 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:57.652 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:47:58.108 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:57 smithi119 conmon[83797]: audit 2023-12-08T09:47:56.081950 2023-12-08T09:47:58.108 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:57 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14180) 877 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:58.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:57 smithi145 conmon[88257]: audit 2023-12-08T09:47:56.081950+0000 mgr.smithi119.jffuim (mgr.14180) 877 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:47:59.083 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:58 smithi119 conmon[83797]: cluster 2023-12-08T09:47:57.334786+0000 mgr.smithi119.jffuim (mgr.14180) 878 : cluster 2023-12-08T09:47:59.083 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:47:58 smithi119 conmon[83797]: [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:59.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:47:58 smithi145 conmon[88257]: cluster 2023-12-08T09:47:57.334786+0000 mgr.smithi119.jffuim (mgr.14180) 878 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:47:59.433 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:47:59.433 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:00.000 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:01.001 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:01.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:00 smithi119 conmon[83797]: cluster 2023-12-08T09:47:59.335261+0000 mgr.smithi119.jffuim (mgr.14180) 879 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:01.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:00 smithi119 conmon[83797]: audit 2023-12-08T09:47:59.427871+0000 mgr.smithi119.jffuim (mgr.14180) 880 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:00 smithi145 conmon[88257]: cluster 2023-12-08T09:47:59.335261+0000 mgr.smithi119.jffuim (mgr.14180) 879 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:00 smithi145 conmon[88257]: audit 2023-12-08T09:47:59. 2023-12-08T09:48:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:00 smithi145 conmon[88257]: 427871+0000 mgr.smithi119.jffuim (mgr.14180) 880 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:02.784 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:02.785 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:02 smithi119 conmon[83797]: cluster 2023-12-08T09:48:01.335756+0000 mgr.smithi119.jffuim (mgr.14180) 881 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:02 smithi145 conmon[88257]: cluster 2023-12-08T09:48:01.335756+0000 mgr.smithi119.jffuim (mgr.14180) 881 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:03.301 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:03 smithi145 conmon[88257]: audit 2023-12-08T09:48:02.779313+0000 mgr.smithi119.jffuim (mgr.14180) 882 : audit [DBG] 2023-12-08T09:48:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:03 smithi145 conmon[88257]: from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:04.303 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:04.332 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:03 smithi119 conmon[83797]: audit 2023-12-08T09:48:02.779313+0000 mgr.smithi119.jffuim (mgr.14180) 882 : audit 2023-12-08T09:48:04.332 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:03 smithi119 conmon[83797]: [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:04 smithi119 conmon[83797]: cluster 2023-12-08T09:48:03.336178+0000 2023-12-08T09:48:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:04 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 883 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:04 smithi145 conmon[88257]: cluster 2023-12-08T09:48:03.336178+0000 mgr.smithi119.jffuim (mgr.14180) 883 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:06.110 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:06.110 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:06.707 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:07.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:06 smithi119 conmon[83797]: cluster 2023-12-08T09:48:05.336778+0000 mgr.smithi119.jffuim (mgr.14180) 884 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:06 smithi145 conmon[88257]: cluster 2023-12-08T09:48:05.336778+0000 mgr.smithi119.jffuim (mgr.14180) 884 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:07.708 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:07 smithi119 conmon[83797]: audit 2023-12-08T09:48:06.105151+0000 mgr.smithi119.jffuim (mgr.14180) 885 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:07 smithi145 conmon[88257]: audit 2023-12-08T09:48:06.105151+0000 mgr.smithi119.jffuim (mgr.14180) 885 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:09.201 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:08 smithi119 conmon[83797]: cluster 2023-12-08T09:48:07.337393+0000 mgr.smithi119.jffuim (mgr.14180) 886 : 2023-12-08T09:48:09.201 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:08 smithi119 conmon[83797]: cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:09.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:08 smithi145 conmon[88257]: cluster 2023-12-08T09:48:07.337393+0000 mgr.smithi119.jffuim (mgr.14180) 886 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:09.572 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:09.572 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:10.172 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:11.174 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:11.203 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:10 smithi119 conmon[83797]: cluster 2023-12-08T09:48:09.337828+0000 mgr.smithi119.jffuim (mgr.14180) 887 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:11.203 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:10 smithi119 conmon[83797]: audit 2023-12-08T09:48:09.566608+0000 mgr.smithi119.jffuim (mgr.14180) 888 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:10 smithi145 conmon[88257]: cluster 2023-12-08T09:48:09.337828+0000 mgr.smithi119.jffuim (mgr.14180) 887 : cluster [DBG] 2023-12-08T09:48:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:10 smithi145 conmon[88257]: pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:10 smithi145 conmon[88257]: audit 2023-12-08T09:48:09.566608+0000 mgr.smithi119.jffuim (mgr.14180) 888 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:13.020 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:13.020 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:13.039 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:12 smithi119 conmon[83797]: cluster 2023-12-08T09:48:11.338363+0000 mgr.smithi119.jffuim (mgr.14180) 889 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:13.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:12 smithi145 conmon[88257]: cluster 2023-12-08T09:48:11.338363+0000 mgr.smithi119.jffuim (mgr.14180) 889 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:13.665 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:14.666 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:15.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:14 smithi119 conmon[83797]: audit 2023-12-08T09:48:13.013768+0000 2023-12-08T09:48:15.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:14 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 890 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:15.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:14 smithi119 conmon[83797]: cluster 2023-12-08T09:48:13.338833+0000 mgr.smithi119.jffuim (mgr.14180) 891 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:14 smithi145 conmon[88257]: audit 2023-12-08T09:48:13.013768+0000 mgr.smithi119.jffuim (mgr.14180) 890 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:14 smithi145 conmon[88257]: 2023-12-08T09:48:15.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:14 smithi145 conmon[88257]: cluster 2023-12-08T09:48:13.338833+0000 mgr.smithi119.jffuim (mgr.14180) 891 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:16.554 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:16.554 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:17.168 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:16 smithi119 conmon[83797]: cluster 2023-12-08T09:48:15.339335+0000 mgr.smithi119.jffuim (mgr.14180) 892 2023-12-08T09:48:17.168 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:16 smithi119 conmon[83797]: : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:17.170 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:17.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:16 smithi145 conmon[88257]: cluster 2023-12-08T09:48:15.339335+0000 mgr.smithi119.jffuim (mgr.14180) 892 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:17.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:16 smithi145 conmon[88257]: 2023-12-08T09:48:18.171 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:18.202 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:17 smithi119 conmon[83797]: audit 2023-12-08T09:48:16.548439+0000 mgr.smithi119.jffuim (mgr.14180) 893 : audit [DBG] 2023-12-08T09:48:18.202 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:17 smithi119 conmon[83797]: from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:18.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:17 smithi145 conmon[88257]: audit 2023-12-08T09:48:16.548439+0000 mgr.smithi119.jffuim (mgr.14180) 893 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:18 smithi145 conmon[88257]: cluster 2023-12-08T09:48:17.339940+0000 mgr.smithi119.jffuim (mgr.14180) 894 : 2023-12-08T09:48:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:18 smithi145 conmon[88257]: cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:19.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:18 smithi119 conmon[83797]: cluster 2023-12-08T09:48:17.339940+0000 mgr.smithi119.jffuim (mgr.14180) 894 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:20.099 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:20.099 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:20.671 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:20 smithi145 conmon[88257]: cluster 2023-12-08T09:48:19.340390+0000 mgr.smithi119.jffuim (mgr.14180) 895 : cluster [DBG] 2023-12-08T09:48:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:20 smithi145 conmon[88257]: pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:21.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:20 smithi119 conmon[83797]: cluster 2023-12-08T09:48:19.340390+0000 mgr.smithi119.jffuim (mgr.14180) 895 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:21.673 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:22.122 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:21 smithi119 conmon[83797]: audit 2023-12-08T09:48:20.093472+0000 mgr.smithi119.jffuim (mgr.14180) 896 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:22.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:21 smithi145 conmon[88257]: audit 2023-12-08T09:48:20.093472+0000 mgr.smithi119.jffuim (mgr.14180) 896 : audit [DBG] 2023-12-08T09:48:22.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:21 smithi145 conmon[88257]: from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:23.208 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:22 smithi119 conmon[83797]: cluster 2023-12-08T09:48:21.340865+0000 mgr.smithi119.jffuim (mgr.14180) 897 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:22 smithi145 conmon[88257]: cluster 2023-12-08T09:48:21.340865+0000 mgr.smithi119.jffuim (mgr.14180) 897 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:23.536 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:23.536 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:24.179 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:25.180 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:25.210 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:24 smithi119 conmon[83797]: cluster 2023-12-08T09:48:23.341309+0000 mgr.smithi119.jffuim (mgr.14180) 898 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:25.211 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:24 smithi119 conmon[83797]: audit 2023-12-08T09: 2023-12-08T09:48:25.211 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:24 smithi119 conmon[83797]: 48:23.531063+0000 mgr.smithi119.jffuim (mgr.14180) 899 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:24 smithi145 conmon[88257]: cluster 2023-12-08T09:48:23.341309+0000 mgr.smithi119.jffuim (mgr.14180) 898 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:24 smithi145 conmon[88257]: audit 2023-12-08T09:48:23.531063+0000 mgr.smithi119.jffuim (mgr.14180) 899 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:27.080 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:27.081 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:27.102 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:26 smithi119 conmon[83797]: cluster 2023-12-08T09:48:25.341821+0000 mgr.smithi119.jffuim (mgr.14180) 900 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:27.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:26 smithi145 conmon[88257]: cluster 2023-12-08T09:48:25.341821+0000 mgr.smithi119.jffuim (mgr.14180) 900 : cluster [DBG] 2023-12-08T09:48:27.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:26 smithi145 conmon[88257]: pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:27.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:28.655 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:29.112 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:28 smithi119 conmon[83797]: audit 2023-12-08T09:48:27.075338+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:48:29.112 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:28 smithi119 conmon[83797]: .14180) 901 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:29.112 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:28 smithi119 conmon[83797]: cluster 2023-12-08T09:48:27.342248+0000 mgr.smithi119.jffuim (mgr.14180) 902 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:28 smithi145 conmon[88257]: audit 2023-12-08T09:48:27.075338+0000 mgr.smithi119.jffuim (mgr.14180) 901 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:28 smithi145 conmon[88257]: 2023-12-08T09:48:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:28 smithi145 conmon[88257]: cluster 2023-12-08T09:48:27.342248+0000 mgr.smithi119.jffuim (mgr.14180) 902 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:30.486 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:30.486 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:31.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:31.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:30 smithi145 conmon[88257]: cluster 2023-12-08T09:48:29.342764+0000 mgr.smithi119.jffuim (mgr.14180) 903 : cluster [DBG] 2023-12-08T09:48:31.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:30 smithi145 conmon[88257]: pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:31.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:30 smithi119 conmon[83797]: cluster 2023-12-08T09:48:29.342764+0000 mgr.smithi119.jffuim (mgr.14180) 903 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:32.061 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:32.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:31 smithi145 conmon[88257]: audit 2023-12-08T09:48:30.480390+0000 mgr.smithi119.jffuim (mgr.14180) 904 : audit [DBG] 2023-12-08T09:48:32.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:31 smithi145 conmon[88257]: from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:32.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:31 smithi119 conmon[83797]: audit 2023-12-08T09:48:30.480390+0000 mgr.smithi119.jffuim (mgr.14180) 904 : audit [DBG] 2023-12-08T09:48:32.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:31 smithi119 conmon[83797]: from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:32 smithi145 conmon[88257]: cluster 2023-12-08T09:48:31.343266+0000 mgr.smithi119.jffuim (mgr.14180) 905 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:33.266 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:32 smithi119 conmon[83797]: cluster 2023-12-08T09:48:31.343266+0000 mgr.smithi119.jffuim (mgr.14180) 905 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:33.902 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:33.903 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:34.502 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:35.216 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:34 smithi119 conmon[83797]: cluster 2023-12-08T09:48:33.344079+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:48:35.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:34 smithi119 conmon[83797]: 14180) 906 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:35.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:34 smithi119 conmon[83797]: audit 2023-12-08T09:48:33.897415+0000 mgr.smithi119.jffuim (mgr.14180) 907 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:34 smithi145 conmon[88257]: cluster 2023-12-08T09:48:33.344079+0000 mgr.smithi119.jffuim (mgr.14180) 906 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:34 smithi145 conmon[88257]: audit 2023-12-08T09:48:33.897415+0000 mgr.smithi119.jffuim ( 2023-12-08T09:48:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:34 smithi145 conmon[88257]: mgr.14180) 907 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:35.503 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:37.188 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:36 smithi119 conmon[83797]: cluster 2023-12-08T09:48:35.344698+0000 mgr.smithi119.jffuim (mgr.14180) 908 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:36 smithi145 conmon[88257]: cluster 2023-12-08T09:48:35.344698+0000 mgr.smithi119.jffuim (mgr.14180) 908 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:37.503 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:37.504 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:38.069 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:39.070 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:38 smithi145 conmon[88257]: cluster 2023-12-08T09:48:37.345169+0000 mgr.smithi119.jffuim (mgr.14180) 909 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:38 smithi145 conmon[88257]: audit 2023-12-08T09:48:37.497702+0000 mgr.smithi119.jffuim (mgr.14180) 910 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:39.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:38 smithi119 conmon[83797]: cluster 2023-12-08T09:48:37.345169+0000 mgr.smithi119.jffuim (mgr.14180) 909 : cluster 2023-12-08T09:48:39.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:38 smithi119 conmon[83797]: [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:39.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:38 smithi119 conmon[83797]: audit 2023-12-08T09:48:37.497702+0000 mgr.smithi119.jffuim (mgr.14180) 910 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:40.952 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:40.952 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:41.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:40 smithi145 conmon[88257]: cluster 2023-12-08T09:48:39.345724+0000 mgr.smithi119.jffuim (mgr.14180) 911 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:41.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:40 smithi119 conmon[83797]: cluster 2023-12-08T09:48:39.345724+0000 mgr.smithi119.jffuim (mgr.14180) 911 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:41.576 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:42.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:41 smithi145 conmon[88257]: audit 2023-12-08T09:48:40.946221+0000 mgr.smithi119.jffuim (mgr.14180) 912 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:42.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:41 smithi119 conmon[83797]: audit 2023-12-08T09:48:40.946221+0000 mgr.smithi119.jffuim (mgr.14180) 912 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:42.577 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:43.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:42 smithi145 conmon[88257]: cluster 2023-12-08T09:48:41.346249+0000 mgr.smithi119.jffuim (mgr.14180) 913 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:43.294 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:42 smithi119 conmon[83797]: cluster 2023-12-08T09:48:41.346249+0000 mgr.smithi119.jffuim (mgr.14180) 913 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:44.111 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:43 smithi119 conmon[83797]: cluster 2023-12-08T09:48:43.346679+0000 mgr.smithi119.jffuim (mgr.14180) 914 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:44.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:43 smithi145 conmon[88257]: cluster 2023-12-08T09:48:43.346679+0000 mgr.smithi119.jffuim (mgr.14180) 914 : cluster [DBG] 2023-12-08T09:48:44.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:43 smithi145 conmon[88257]: pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:44.499 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:44.499 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:45.118 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:44 smithi145 conmon[88257]: audit 2023-12-08T09:48:44.493689+0000 mgr.smithi119.jffuim (mgr.14180) 915 : audit [DBG] 2023-12-08T09:48:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:44 smithi145 conmon[88257]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:45.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:44 smithi119 conmon[83797]: audit 2023-12-08T09:48:44.493689+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:48:45.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:44 smithi119 conmon[83797]: ) 915 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:46.118 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:46.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:45 smithi145 conmon[88257]: cluster 2023-12-08T09:48:45.347193+0000 mgr.smithi119.jffuim (mgr.14180) 916 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:46.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:45 smithi145 conmon[88257]: 2023-12-08T09:48:46.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:45 smithi119 conmon[83797]: cluster 2023-12-08T09:48:45.347193+0000 mgr.smithi119.jffuim (mgr.14180) 916 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:48.059 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:48.059 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:48.682 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:48.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:48 smithi119 conmon[83797]: cluster 2023-12-08T09:48:47.347771+0000 mgr.smithi119.jffuim (mgr.14180) 917 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:48 smithi145 conmon[88257]: cluster 2023-12-08T09:48:47.347771+0000 mgr.smithi119.jffuim (mgr.14180) 917 : cluster 2023-12-08T09:48:49.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:48 smithi145 conmon[88257]: [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:49.683 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:49.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:49 smithi119 conmon[83797]: audit 2023-12-08T09:48:48.053908+0000 mgr.smithi119.jffuim (mgr.14180) 918 : audit 2023-12-08T09:48:49.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:49 smithi119 conmon[83797]: [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:49 smithi145 conmon[88257]: audit 2023-12-08T09:48:48.053908+0000 mgr.smithi119.jffuim (mgr.14180) 918 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:50 smithi145 conmon[88257]: cluster 2023-12-08T09:48:49.348435+0000 mgr.smithi119.jffuim (mgr.14180) 919 2023-12-08T09:48:50.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:50 smithi145 conmon[88257]: : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:50.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:50 smithi119 conmon[83797]: cluster 2023-12-08T09:48:49.348435+0000 mgr.smithi119.jffuim (mgr.14180) 919 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:51.557 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:51.558 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:52.090 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:52.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:52 smithi119 conmon[83797]: cluster 2023-12-08T09:48:51.348961+0000 mgr.smithi119.jffuim (mgr.14180) 920 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:52.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:52 smithi119 conmon[83797]: audit 2023-12-08T09:48:51.552827+0000 mgr.smithi119.jffuim (mgr.14180) 921 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:52 smithi145 conmon[88257]: cluster 2023-12-08T09:48:51.348961+0000 mgr.smithi119.jffuim (mgr.14180) 920 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:53.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:52 smithi145 conmon[88257]: audit 2023-12-08T09:48:51.552827+0000 mgr.smithi119.jffuim (mgr.14180) 921 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:53.091 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:54.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:54 smithi119 conmon[83797]: cluster 2023-12-08T09:48:53.349415+0000 mgr.smithi119.jffuim (mgr.14180) 922 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:54.982 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:54.983 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:54 smithi145 conmon[88257]: cluster 2023-12-08T09:48:53.349415+0000 mgr.smithi119.jffuim (mgr.14180) 922 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:55.466 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:48:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:55 smithi119 conmon[83797]: audit 2023-12-08T09:48:54.896096+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:48:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:55 smithi119 conmon[83797]: ) 923 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:55 smithi145 conmon[88257]: audit 2023-12-08T09:48:54.896096+0000 mgr.smithi119.jffuim (mgr.14180) 923 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:48:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:55 smithi145 conmon[88257]: 2023-12-08T09:48:56.467 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:48:56.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:56 smithi119 conmon[83797]: cluster 2023-12-08T09:48:55.349866+0000 mgr.smithi119.jffuim (mgr.14180) 924 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:56 smithi145 conmon[88257]: cluster 2023-12-08T09:48:55.349866+0000 mgr.smithi119.jffuim (mgr.14180) 924 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:58.358 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:48:58.358 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:48:58.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:58 smithi119 conmon[83797]: cluster 2023-12-08T09:48:57.350302+0000 mgr.smithi119.jffuim (mgr.14180) 925 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:58 smithi145 conmon[88257]: cluster 2023-12-08T09:48:57.350302+0000 mgr.smithi119.jffuim (mgr.14180) 925 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:48:59.064 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:59 smithi145 conmon[88257]: audit 2023-12-08T09:48:58.352962+0000 mgr.smithi119.jffuim (mgr.14180) 926 : audit [DBG] 2023-12-08T09:49:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:48:59 smithi145 conmon[88257]: from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:00.065 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:00.096 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:48:59 smithi119 conmon[83797]: audit 2023-12-08T09:48:58.352962+0000 mgr.smithi119.jffuim (mgr.14180) 926 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:00 smithi145 conmon[88257]: cluster 2023-12-08T09:48:59.350730+0000 mgr.smithi119.jffuim (mgr.14180) 927 2023-12-08T09:49:00.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:00 smithi145 conmon[88257]: : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:00.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:00 smithi119 conmon[83797]: cluster 2023-12-08T09:48:59.350730+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:49:00.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:00 smithi119 conmon[83797]: 14180) 927 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:01.889 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:01.890 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:02.446 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:02.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:02 smithi119 conmon[83797]: cluster 2023-12-08T09:49:01.351281+0000 mgr.smithi119.jffuim (mgr.14180) 928 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:02.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:02 smithi119 conmon[83797]: audit 2023-12-08T09:49:01.884467+0000 mgr.smithi119.jffuim (mgr.14180) 929 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:02 smithi145 conmon[88257]: cluster 2023-12-08T09:49:01.351281+0000 mgr.smithi119.jffuim (mgr.14180) 928 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:02 smithi145 conmon[88257]: audit 2023-12-08T09:49:01.884467+0000 mgr.smithi119.jffuim (mgr.14180) 929 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:03.448 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:04.941 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:04 smithi119 conmon[83797]: cluster 2023-12-08T09:49:03.351922+0000 mgr.smithi119.jffuim (mgr.14180) 930 2023-12-08T09:49:04.941 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:04 smithi119 conmon[83797]: : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:04 smithi145 conmon[88257]: cluster 2023-12-08T09:49:03.351922+0000 mgr.smithi119.jffuim (mgr.14180) 930 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:04 smithi145 conmon[88257]: 2023-12-08T09:49:05.324 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:05.324 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:05.972 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:06.973 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:07.002 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:06 smithi119 conmon[83797]: audit 2023-12-08T09:49:05.318769+0000 mgr.smithi119.jffuim (mgr.14180) 931 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:07.003 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:06 smithi119 conmon[83797]: cluster 2023-12-08T09:49:05.352451+0000 mgr.smithi119.jffuim (mgr.14180) 932 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:06 smithi145 conmon[88257]: audit 2023-12-08T09:49:05.318769+0000 mgr.smithi119.jffuim (mgr.14180) 931 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:07.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:06 smithi145 conmon[88257]: cluster 2023-12-08T09:49:05.352451+0000 mgr.smithi119.jffuim (mgr.14180) 932 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:08.795 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:08.796 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:08.815 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:08 smithi119 conmon[83797]: cluster 2023-12-08T09:49:07.353132+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:49:08.816 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:08 smithi119 conmon[83797]: .14180) 933 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:08 smithi145 conmon[88257]: cluster 2023-12-08T09:49:07.353132+0000 mgr.smithi119.jffuim (mgr.14180) 933 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:09.471 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:09.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:09 smithi119 conmon[83797]: audit 2023-12-08T09:49:08.789552+0000 mgr.smithi119.jffuim 2023-12-08T09:49:09.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:09 smithi119 conmon[83797]: (mgr.14180) 934 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:09 smithi145 conmon[88257]: audit 2023-12-08T09:49:08.789552+0000 mgr.smithi119.jffuim (mgr.14180) 934 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:10.472 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:10.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:10 smithi145 conmon[88257]: cluster 2023-12-08T09:49:09.353673+0000 mgr.smithi119.jffuim (mgr.14180) 935 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:10.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:10 smithi119 conmon[83797]: cluster 2023-12-08T09:49:09.353673+0000 mgr.smithi119.jffuim (mgr.14180) 935 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:12.358 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:12.359 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:12.887 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:12 smithi145 conmon[88257]: cluster 2023-12-08T09:49:11.354275+0000 mgr.smithi119.jffuim (mgr.14180) 936 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:12 smithi119 conmon[83797]: cluster 2023-12-08T09:49:11.354275+0000 mgr.smithi119.jffuim (mgr.14180) 936 : cluster 2023-12-08T09:49:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:12 smithi119 conmon[83797]: [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:13.888 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:13.919 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:13 smithi119 conmon[83797]: audit 2023-12-08T09:49:12.349658+0000 mgr.smithi119.jffuim (mgr.14180) 937 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:14.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:13 smithi145 conmon[88257]: audit 2023-12-08T09:49:12.349658+0000 mgr.smithi119.jffuim (mgr.14180) 937 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:15.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:14 smithi145 conmon[88257]: cluster 2023-12-08T09:49:13.354738+0000 mgr.smithi119.jffuim (mgr.14180) 938 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:15.069 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:14 smithi119 conmon[83797]: cluster 2023-12-08T09:49:13.354738+0000 mgr.smithi119.jffuim (mgr.14180) 938 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:15.681 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:15.681 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:16.294 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:16 smithi145 conmon[88257]: cluster 2023-12-08T09:49:15.355468+0000 mgr.smithi119.jffuim (mgr.14180) 939 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:17.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:16 smithi145 conmon[88257]: audit 2023-12-08T09:49:15.676050+0000 mgr.smithi119.jffuim (mgr.14180) 940 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:16 smithi119 conmon[83797]: cluster 2023-12-08T09:49:15.355468+0000 mgr.smithi119.jffuim (mgr.14180) 939 2023-12-08T09:49:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:16 smithi119 conmon[83797]: : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:16 smithi119 conmon[83797]: audit 2023-12-08T09:49:15.676050+0000 mgr.smithi119.jffuim (mgr.14180) 940 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:17.295 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:18.896 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:18 smithi119 conmon[83797]: cluster 2023-12-08T09:49:17.355983+0000 mgr.smithi119.jffuim (mgr.14180) 941 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:18 smithi145 conmon[88257]: cluster 2023-12-08T09:49:17.355983+0000 mgr.smithi119.jffuim (mgr.14180) 941 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:19.252 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:19.253 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:19.886 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:20.887 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:20 smithi145 conmon[88257]: audit 2023-12-08T09:49:19.247391+0000 mgr.smithi119.jffuim (mgr.14180) 942 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:21.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:20 smithi145 conmon[88257]: cluster 2023-12-08T09:49:19.356426+0000 mgr.smithi119.jffuim (mgr.14180) 943 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:20 smithi119 conmon[83797]: audit 2023-12-08T09:49:19.247391+0000 mgr.smithi119.jffuim (mgr.14180) 942 : audit 2023-12-08T09:49:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:20 smithi119 conmon[83797]: [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:20 smithi119 conmon[83797]: cluster 2023-12-08T09:49:19.356426+0000 mgr.smithi119.jffuim (mgr.14180) 943 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:22.721 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:22.722 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:22 smithi145 conmon[88257]: cluster 2023-12-08T09:49:21.356899+0000 mgr.smithi119.jffuim (mgr.14180) 944 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:22 smithi119 conmon[83797]: cluster 2023-12-08T09:49:21.356899+0000 mgr.smithi119.jffuim (mgr.14180) 944 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:23.361 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:23 smithi145 conmon[88257]: audit 2023-12-08T09:49:22.714182+0000 mgr.smithi119.jffuim (mgr.14180) 945 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:23 smithi145 conmon[88257]: 2023-12-08T09:49:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:23 smithi119 conmon[83797]: audit 2023-12-08T09:49:22.714182+0000 mgr.smithi119.jffuim (mgr.14180) 945 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:24.361 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:25.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:24 smithi145 conmon[88257]: cluster 2023-12-08T09:49:23.357420+0000 mgr.smithi119.jffuim (mgr.14180) 946 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:25.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:24 smithi119 conmon[83797]: cluster 2023-12-08T09:49:23.357420+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:49:25.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:24 smithi119 conmon[83797]: ) 946 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:26.155 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:26.155 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:26.784 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:26 smithi145 conmon[88257]: cluster 2023-12-08T09:49:25.357919+0000 mgr.smithi119.jffuim (mgr.14180) 947 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:26 smithi119 conmon[83797]: cluster 2023-12-08T09:49:25.357919+0000 mgr.smithi119.jffuim (mgr.14180) 947 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:27.785 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:27 smithi145 conmon[88257]: audit 2023-12-08T09:49:26.149354+0000 mgr.smithi119.jffuim (mgr.14180) 948 : audit 2023-12-08T09:49:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:27 smithi145 conmon[88257]: [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:27 smithi119 conmon[83797]: audit 2023-12-08T09:49:26.149354+0000 mgr.smithi119.jffuim (mgr.14180) 948 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:28.983 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:28 smithi119 conmon[83797]: cluster 2023-12-08T09:49:27.358582+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:49:28.983 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:28 smithi119 conmon[83797]: 14180) 949 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:29.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:28 smithi145 conmon[88257]: cluster 2023-12-08T09:49:27.358582+0000 mgr.smithi119.jffuim (mgr.14180) 949 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:29.653 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:29.653 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:30.234 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:31.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:30 smithi145 conmon[88257]: cluster 2023-12-08T09:49:29.359305+0000 mgr.smithi119.jffuim (mgr.14180) 950 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:31.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:30 smithi145 conmon[88257]: audit 2023-12-08T09:49:29.648036+0000 mgr.smithi119.jffuim (mgr.14180) 951 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:30 smithi119 conmon[83797]: cluster 2023-12-08T09:49:29.359305+0000 mgr.smithi119.jffuim (mgr.14180) 950 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:31.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:30 smithi119 conmon[83797]: audit 2023-12-08T09:49:29.648036+0000 mgr.smithi119.jffuim (mgr.14180) 951 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:31.234 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:32.767 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:32 smithi119 conmon[83797]: cluster 2023-12-08T09:49:31.359767+0000 mgr.smithi119.jffuim (mgr.14180) 952 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:32 smithi145 conmon[88257]: cluster 2023-12-08T09:49:31.359767+0000 mgr.smithi119.jffuim (mgr.14180) 952 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:33.089 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:33.089 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:41:48.117663Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.ojaomk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-ojaomk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.ojaomk\nDeploy daemon haproxy.rgw.foo.smithi145.ojaomk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:39:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:40:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:41:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.894326Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.jpbtgh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-jpbtgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.jpbtgh\nDeploy daemon haproxy.rgw.foo.smithi119.jpbtgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:42:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:43:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:44:21.895574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.ifrgsc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:33.666 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:34.667 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:34 smithi145 conmon[88257]: audit 2023-12-08T09:49:33.084292+0000 mgr.smithi119.jffuim (mgr.14180) 953 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:34 smithi145 conmon[88257]: cluster 2023-12-08T09:49:33.360520+0000 mgr.smithi119.jffuim 2023-12-08T09:49:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:34 smithi145 conmon[88257]: (mgr.14180) 954 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:34 smithi145 conmon[88257]: audit 2023-12-08T09:49:34.244413+0000 mon.smithi119 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi119.smpdhc"}]: dispatch 2023-12-08T09:49:35.119 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:34 smithi119 conmon[83797]: audit 2023-12-08T09:49:33.084292+0000 mgr.smithi119.jffuim ( 2023-12-08T09:49:35.119 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:34 smithi119 conmon[83797]: mgr.14180) 953 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:35.119 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:34 smithi119 conmon[83797]: cluster 2023-12-08T09:49:33.360520+0000 mgr.smithi119.jffuim (mgr.14180) 954 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:35.119 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:34 smithi119 conmon[83797]: audit 2023-12-08T09:49:34.244413+0000 mon.smithi119 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi119.smpdhc"}]: dispatch 2023-12-08T09:49:35.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:49:34.243915+0000 mgr.smithi119.jffuim (mgr.14180) 955 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.smpdhc ... 2023-12-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:47:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:48:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:48:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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-08T09:49:35.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: Traceback (most recent call last): 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: yield (conn, connr) 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: code, '\n'.join(err))) 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.smpdhc ... 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:47:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.876 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:48:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:48:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:49:34.244100+0000 mgr.smithi119.jffuim (mgr.14180) 956 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:49:34.245070+0000 mgr.smithi119.jffuim (mgr.14180) 957 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.smpdhc ... 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:49:35.877 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:47:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:48:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:48:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:49:34.246257+0000 mgr.smithi119.jffuim (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: cephadm 2023-12-08T09:49:34.247233+0000 mgr.smithi119.jffuim (mgr.14180) 959 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: cluster 2023-12-08T09:49:34.247884+0000 mgr.smithi119.jffuim (mgr.14180) 960 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:35.878 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:35 smithi119 conmon[83797]: cluster 2023-12-08T09:49:34.697789+0000 mon.smithi119 (mon.0) 716 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:49:34.243915+0000 mgr.smithi119.jffuim (mgr.14180) 955 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.smpdhc ... 2023-12-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:47:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:48:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:48:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: Traceback (most recent call last): 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: yield (conn, connr) 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: code, '\n'.join(err))) 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.smpdhc ... 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:49:36.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:47:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:48:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:48:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:49:34.244100+0000 mgr.smithi119.jffuim (mgr.14180) 956 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:49:34.245070+0000 mgr.smithi119.jffuim (mgr.14180) 957 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.smpdhc ... 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:36.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:47:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:48:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:48:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:49:34.246257+0000 mgr.smithi119.jffuim (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: cephadm 2023-12-08T09:49:34.247233+0000 mgr.smithi119.jffuim (mgr.14180) 959 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: cluster 2023-12-08T09:49:34.247884+0000 mgr.smithi119.jffuim (mgr.14180) 960 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:36.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:35 smithi145 conmon[88257]: cluster 2023-12-08T09:49:34.697789+0000 mon.smithi119 (mon.0) 716 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T09:49:36.574 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:36.574 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:37.217 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:37 smithi145 conmon[88257]: cluster 2023-12-08T09:49:36.248801+0000 mgr.smithi119.jffuim (mgr.14180) 961 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:37 smithi145 conmon[88257]: audit 2023-12-08T09:49:36.568440+0000 mgr.smithi119.jffuim (mgr.14180) 962 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:37 smithi119 conmon[83797]: cluster 2023-12-08T09:49:36.248801+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:49:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:37 smithi119 conmon[83797]: ) 961 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:37 smithi119 conmon[83797]: audit 2023-12-08T09:49:36.568440+0000 mgr.smithi119.jffuim (mgr.14180) 962 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:38.218 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:39.042 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:38 smithi119 conmon[83797]: audit 2023-12-08T09:49:37 2023-12-08T09:49:39.042 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:38 smithi119 conmon[83797]: .837903+0000 mon.smithi119 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:49:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:38 smithi145 conmon[88257]: audit 2023-12-08T09:49:37.837903+0000 mon.smithi119 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:49:40.063 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:40.063 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:40.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:39 smithi119 conmon[83797]: cluster 2023-12-08T09:49:38.249481+0000 mgr.smithi119.jffuim (mgr.14180) 963 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:39 smithi145 conmon[88257]: cluster 2023-12-08T09:49:38.249481+0000 mgr.smithi119.jffuim (mgr.14180) 963 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:40.640 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:41.642 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:42.117 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:41 smithi119 conmon[83797]: audit 2023-12-08T09:49:40.057933+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:49:42.117 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:41 smithi119 conmon[83797]: ) 964 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:42.117 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:41 smithi119 conmon[83797]: cluster 2023-12-08T09:49:40.250318+0000 mgr.smithi119.jffuim (mgr.14180) 965 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:42.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:41 smithi145 conmon[88257]: audit 2023-12-08T09:49:40.057933+0000 mgr.smithi119.jffuim (mgr.14180) 964 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:42.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:41 smithi145 conmon[88257]: cluster 2023-12-08T09:49:40.250318+0000 mgr.smithi119.jffuim (mgr.14180) 965 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:43.476 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:43.476 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:43.625 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:43 smithi119 conmon[83797]: cluster 2023-12-08T09:49:42.250869+0000 mgr.smithi119.jffuim (mgr.14180) 966 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:43.626 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:43 smithi119 conmon[83797]: audit 2023-12-08T09:49:42.330601+0000 mon.smithi119 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:49:43.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:43 smithi145 conmon[88257]: cluster 2023-12-08T09:49:42.250869+0000 mgr.smithi119.jffuim (mgr.14180) 966 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:43.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:43 smithi145 conmon[88257]: audit 2023-12-08T09:49:42.330601+0000 mon.smithi119 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:49:44.073 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:44.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:44 smithi119 conmon[83797]: audit 2023-12-08T09:49:43.471045+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:49:44.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:44 smithi119 conmon[83797]: ) 967 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:44.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:44 smithi145 conmon[88257]: audit 2023-12-08T09:49:43.471045+0000 mgr.smithi119.jffuim (mgr.14180) 967 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:45.074 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:45.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:45 smithi119 conmon[83797]: cluster 2023-12-08T09:49:44.251507+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:49:45.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:45 smithi119 conmon[83797]: 968 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:45.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:45 smithi145 conmon[88257]: cluster 2023-12-08T09:49:44.251507+0000 mgr.smithi119.jffuim (mgr.14180) 968 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:46.968 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:46.968 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:47.547 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:47 smithi119 conmon[83797]: cluster 2023-12-08T09:49:46.252373+0000 mgr.smithi119.jffuim (mgr.14180) 969 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:47 smithi119 conmon[83797]: audit 2023-12-08T09:49:46.963054+0000 mgr.smithi119.jffuim (mgr.14180) 970 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:47 smithi145 conmon[88257]: cluster 2023-12-08T09:49:46.252373+0000 mgr.smithi119.jffuim (mgr.14180) 969 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:47 smithi145 conmon[88257]: audit 2023-12-08T09:49:46.963054+0000 mgr.smithi119.jffuim (mgr.14180) 970 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:48.549 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:49.847 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:49 smithi119 conmon[83797]: cluster 2023-12-08T09:49:48.253160+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:49:49.847 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:49 smithi119 conmon[83797]: ) 971 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:49 smithi145 conmon[88257]: cluster 2023-12-08T09:49:48.253160+0000 mgr.smithi119.jffuim (mgr.14180) 971 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:49 smithi145 conmon[88257]: 2023-12-08T09:49:50.475 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:50.475 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:51.114 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:51 smithi119 conmon[83797]: cluster 2023-12-08T09:49:50.253826+0000 mgr.smithi119.jffuim (mgr.14180) 972 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:51 smithi119 conmon[83797]: audit 2023-12-08T09:49:50.469883+0000 mgr.smithi119.jffuim (mgr.14180) 973 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:51 smithi145 conmon[88257]: cluster 2023-12-08T09:49:50.253826+0000 mgr.smithi119.jffuim (mgr.14180) 972 : cluster 2023-12-08T09:49:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:51 smithi145 conmon[88257]: [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:51 smithi145 conmon[88257]: audit 2023-12-08T09:49:50.469883+0000 mgr.smithi119.jffuim (mgr.14180) 973 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:52.115 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:53.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:53 smithi119 conmon[83797]: cluster 2023-12-08T09:49:52.254447+0000 2023-12-08T09:49:53.656 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:53 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 974 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:53.985 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:53.985 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:53 smithi145 conmon[88257]: cluster 2023-12-08T09:49:52.254447+0000 mgr.smithi119.jffuim (mgr.14180) 974 : cluster 2023-12-08T09:49:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:53 smithi145 conmon[88257]: [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:54.596 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:55.598 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:55 smithi119 conmon[83797]: audit 2023-12-08T09:49:53.980352+0000 mgr.smithi119.jffuim (mgr.14180) 975 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:55 smithi119 conmon[83797]: 2023-12-08T09:49:55.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:55 smithi119 conmon[83797]: cluster 2023-12-08T09:49:54.255078+0000 mgr.smithi119.jffuim (mgr.14180) 976 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:55 smithi145 conmon[88257]: audit 2023-12-08T09:49:53.980352+0000 mgr.smithi119.jffuim (mgr.14180) 975 : 2023-12-08T09:49:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:55 smithi145 conmon[88257]: audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:55 smithi145 conmon[88257]: cluster 2023-12-08T09:49:54.255078+0000 mgr.smithi119.jffuim (mgr.14180) 976 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:57.483 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:49:57.483 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:49:57.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:57 smithi119 conmon[83797]: cluster 2023-12-08T09:49:56.255990+0000 mgr.smithi119.jffuim (mgr.14180) 977 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:57 smithi145 conmon[88257]: cluster 2023-12-08T09:49:56.255990+0000 mgr.smithi119.jffuim (mgr.14180) 977 : cluster [DBG] 2023-12-08T09:49:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:57 smithi145 conmon[88257]: pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:49:58.112 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:49:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:58 smithi145 conmon[88257]: audit 2023-12-08T09:49:57.478061+0000 mgr.smithi119.jffuim (mgr.14180) 978 : audit 2023-12-08T09:49:59.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:58 smithi145 conmon[88257]: [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:59.113 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:49:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:58 smithi119 conmon[83797]: audit 2023-12-08T09:49:57.478061+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:49:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:58 smithi119 conmon[83797]: ) 978 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:49:59.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:59 smithi119 conmon[83797]: cluster 2023-12-08T09:49:58.256640+0000 mgr.smithi119.jffuim (mgr.14180) 979 2023-12-08T09:49:59.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:49:59 smithi119 conmon[83797]: : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:49:59 smithi145 conmon[88257]: cluster 2023-12-08T09:49:58.256640+0000 mgr.smithi119.jffuim (mgr.14180) 979 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:00.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.000160+0000 mon.smithi119 (mon.0) 719 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T09:50:00.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.000187 2023-12-08T09:50:00.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 720 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-08T09:50:00.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.000223+0000 mon.smithi119 (mon.0) 721 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:50:00.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.000233+0000 mon.smithi119 (mon.0) 2023-12-08T09:50:00.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 722 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:50:00.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00. 2023-12-08T09:50:00.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 000244+0000 mon.smithi119 (mon.0) 723 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: :50:00.000252+0000 mon.smithi119 (mon.0) 724 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09: 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 50:00.000261+0000 mon.smithi119 (mon.0) 725 : cluster 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: [WRN] Deploy daemon haproxy.rgw.foo.smithi145.yvrwxm ... 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: :00.000272+0000 mon.smithi119 (mon.0) 726 : 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: .000282+0000 mon.smithi119 (mon.0) 727 : cluster 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:50:00.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.000292 2023-12-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 728 : cluster [WRN] 2023-12-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:45:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00. 2023-12-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 000315+0000 mon.smithi119 (mon.0) 729 : cluster [WRN] 2023-12-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:45:41Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 2023-12-08T09:50:00.000323+0000 mon.smithi119 (mon.0) 730 : 2023-12-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster [WRN] stat: stderr time="2023-12-08T09:46:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:50:00.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50: 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 00.000334+0000 mon.smithi119 (mon.0) 731 : cluster 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: [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-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: -12-08T09:50:00.000346+0000 mon.smithi119 (mon.0) 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 732 : 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-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: T09:50:00.000363+0000 mon.smithi119 (mon.0 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: ) 733 : 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: :00.000374+0000 mon.smithi119 (mon.0) 734 : 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster [WRN] Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50: 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 00.000384+0000 mon.smithi119 (mon.0) 735 : cluster 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:50:00.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.000394+0000 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: mon.smithi119 (mon.0) 736 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023- 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 12-08T09:50:00.000404+0000 mon.smithi119 ( 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: mon.0) 737 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: -08T09:50:00.000415+0000 mon.smithi119 ( 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: mon.0) 738 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi119.smpdhc ... 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: -12-08T09:50:00.000433+0000 mon.smithi119 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: (mon.0) 739 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:50:00.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023- 2023-12-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 12-08T09:50:00.000443+0000 mon.smithi119 ( 2023-12-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: mon.0) 740 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12 2023-12-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: -08T09:50:00.000455+0000 mon.smithi119 (mon 2023-12-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: .0) 741 : cluster [WRN] stat: stderr time="2023-12-08T09:47:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.000464+0000 2023-12-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: mon.smithi119 (mon.0) 742 : cluster [WRN] stat: stderr time="2023-12-08T09:48:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 2023-12-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08T09:50 2023-12-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: :00.000475+0000 mon.smithi119 (mon.0) 743 : cluster [WRN] stat: stderr time="2023-12-08T09:48:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:00.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023- 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 12-08T09:50:00.000492+0000 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: mon.smithi119 (mon.0) 744 : 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-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: -08T09:50:00.000503+0000 mon.smithi119 (mon 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: .0) 745 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12- 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 08T09:50:00.000513+0000 mon.smithi119 (mon. 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 0) 746 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023-12-08 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: T09:50:00.000523+0000 mon.smithi119 (mon. 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: 0) 747 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: cluster 2023 2023-12-08T09:50:00.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: -12-08T09:50:00.000534+0000 2023-12-08T09:50:00.763 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:00 smithi145 conmon[88257]: mon.smithi119 (mon.0) 748 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:50:00.983 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:00.983 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:01.006 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000160+0000 mon.smithi119 (mon.0) 719 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T09:50:01.006 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000187+0000 mon.smithi119 (mon.0) 720 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-08T09:50:01.006 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000223+0000 mon.smithi119 (mon.0) 721 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:50:01.006 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000233+0000 mon.smithi119 (mon.0) 722 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm 2023-12-08T09:50:01.006 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000244+0000 mon.smithi119 (mon.0) 723 2023-12-08T09:50:01.006 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000252+0000 mon.smithi119 (mon.0) 724 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000261+0000 mon.smithi119 (mon.0) 725 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi145.yvrwxm ... 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000272+0000 mon.smithi119 (mon.0) 726 : 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000282+0000 mon.smithi119 (mon.0) 727 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000292+0000 mon.smithi119 (mon.0) 728 : cluster [WRN] stat: stderr time="2023-12-08T09:45:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000315+0000 mon.smithi119 (mon.0) 729 : cluster [WRN] stat: stderr time="2023-12-08T09:45:41Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000323+0000 mon.smithi119 (mon.0) 730 : cluster [WRN] stat: stderr time="2023-12-08T09:46:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000334+0000 mon.smithi119 (mon.0) 731 : 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-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000346+0000 mon.smithi119 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: (mon.0) 732 : 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-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.000363+0000 mon.smithi119 (mon.0) 733 : 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 2023-12- 2023-12-08T09:50:01.007 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 08T09:50:00.000374 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 734 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 12-08T09:50:00.000384 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 735 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 12-08T09:50:00 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: .000394+0000 mon.smithi119 (mon. 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 0) 736 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12- 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 08T09:50:00.000404 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: +0000 mon.smithi119 (mon.0) 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 737 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:50:01.008 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: -12-08T09:50: 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 00.000415+0000 mon.smithi119 (mon. 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 0) 738 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi119.smpdhc ... 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: -12-08T09:50 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: :00.000433+0000 mon.smithi119 ( 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: mon.0) 739 : cluster 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: [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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: -12-08T09:50 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: :00.000443+0000 mon.smithi119 ( 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: mon.0) 740 : cluster 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: -08T09:50:00. 2023-12-08T09:50:01.009 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 000455+0000 mon.smithi119 (mon.0 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: ) 741 : cluster [WRN] stat: stderr time="2023-12-08T09:47:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12- 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 08T09:50:00.000464+0000 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: mon.smithi119 (mon.0) 742 : cluster 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: [WRN] stat: stderr time="2023-12-08T09:48:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: -12-08T09:50:00 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: .000475+0000 mon.smithi119 (mon.0 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: ) 743 : cluster [WRN] stat: stderr time="2023-12-08T09:48:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: -12-08T09:50:00. 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 000492+0000 mon.smithi119 (mon.0) 2023-12-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 744 : 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-08T09:50:01.010 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: -12-08T09:50: 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 00.000503+0000 mon.smithi119 (mon. 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 0) 745 : cluster [WRN] 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 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-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 12-08T09:50:00. 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 000513+0000 mon.smithi119 (mon.0 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: ) 746 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: -12-08T09:50: 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 00.000523+0000 mon.smithi119 (mon 2023-12-08T09:50:01.011 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: .0) 747 : cluster [WRN] 2023-12-08T09:50:01.012 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:50:01.012 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: cluster 2023-12-08T09:50:01.012 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 2023-12-08T09:50:00. 2023-12-08T09:50:01.012 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 000534+0000 mon.smithi119 (mon.0) 2023-12-08T09:50:01.012 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:00 smithi119 conmon[83797]: 748 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:50:01.612 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:01 smithi119 conmon[83797]: cluster 2023-12-08T09:50:00.257277+0000 mgr.smithi119.jffuim (mgr.14180) 980 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:01 smithi145 conmon[88257]: cluster 2023-12-08T09:50:00.257277+0000 mgr.smithi119.jffuim (mgr.14180) 980 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:02.612 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:03.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:02 smithi145 conmon[88257]: audit 2023-12-08T09:50:00.977703+0000 mgr.smithi119.jffuim (mgr.14180) 981 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:03.072 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:02 smithi119 conmon[83797]: audit 2023-12-08T09:50:00.977703+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:50:03.072 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:02 smithi119 conmon[83797]: .14180) 981 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:03.873 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:03 smithi119 conmon[83797]: cluster 2023-12-08T09:50:02.257915+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:50:03.873 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:03 smithi119 conmon[83797]: ) 982 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:03 smithi145 conmon[88257]: cluster 2023-12-08T09:50:02.257915+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:50:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:03 smithi145 conmon[88257]: 14180) 982 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:04.530 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:04.530 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:05.137 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:05 smithi145 conmon[88257]: cluster 2023-12-08T09:50:04.258516+0000 mgr.smithi119.jffuim (mgr.14180) 983 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:06.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:05 smithi145 conmon[88257]: audit 2023-12-08T09:50:04.524096+0000 mgr.smithi119.jffuim (mgr.14180) 984 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:05 smithi119 conmon[83797]: cluster 2023-12-08T09:50:04.258516+0000 mgr.smithi119.jffuim (mgr.14180) 983 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:05 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:50:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:05 smithi119 conmon[83797]: 09:50:04.524096+0000 mgr.smithi119.jffuim (mgr.14180) 984 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:06.138 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:07.707 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:07 smithi119 conmon[83797]: cluster 2023-12-08T09:50:06.259151+0000 mgr.smithi119.jffuim ( 2023-12-08T09:50:07.707 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:07 smithi119 conmon[83797]: mgr.14180) 985 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:08.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:07 smithi145 conmon[88257]: cluster 2023-12-08T09:50:06.259151+0000 mgr.smithi119.jffuim (mgr.14180) 985 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:08.064 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:08.065 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:08.661 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:09.663 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:09 smithi145 conmon[88257]: audit 2023-12-08T09:50:08.059681+0000 mgr.smithi119.jffuim (mgr.14180) 986 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:09 smithi145 conmon[88257]: cluster 2023-12-08T09:50:08.259718+0000 mgr.smithi119.jffuim (mgr.14180) 987 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:10.112 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:09 smithi119 conmon[83797]: audit 2023-12-08T09:50:08.059681+0000 mgr.smithi119.jffuim (mgr.14180) 986 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:10.112 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:09 smithi119 conmon[83797]: cluster 2023-12-08T09:50:08.259718+0000 mgr.smithi119.jffuim (mgr.14180) 987 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:11.529 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:11.530 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:11.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:11 smithi119 conmon[83797]: cluster 2023-12-08T09:50:10 2023-12-08T09:50:11.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:11 smithi119 conmon[83797]: .260334+0000 mgr.smithi119.jffuim (mgr.14180) 988 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:11 smithi145 conmon[88257]: cluster 2023-12-08T09:50:10.260334+0000 mgr.smithi119.jffuim (mgr.14180) 988 : cluster 2023-12-08T09:50:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:11 smithi145 conmon[88257]: [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:12.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:13.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:12 smithi145 conmon[88257]: audit 2023-12-08T09:50:11.524602+0000 mgr.smithi119.jffuim (mgr.14180) 989 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:13.104 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:12 smithi119 conmon[83797]: audit 2023-12-08T09:50:11.524602+0000 mgr.smithi119.jffuim (mgr.14180) 989 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:13 smithi119 conmon[83797]: cluster 2023-12-08T09:50:12.260985+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:50:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:13 smithi119 conmon[83797]: ) 990 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:13 smithi145 conmon[88257]: cluster 2023-12-08T09:50:12.260985+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:50:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:13 smithi145 conmon[88257]: 990 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:14.922 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:14.922 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:15.485 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:15 smithi119 conmon[83797]: cluster 2023-12-08T09:50:14.261563+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:50:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:15 smithi119 conmon[83797]: .14180) 991 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:15 smithi119 conmon[83797]: audit 2023-12-08T09:50:14.916640+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:50:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:15 smithi119 conmon[83797]: 992 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:15 smithi145 conmon[88257]: cluster 2023-12-08T09:50:14.261563+0000 mgr.smithi119.jffuim (mgr.14180) 991 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:15 smithi145 conmon[88257]: audit 2023-12-08T09:50:14.916640+0000 mgr.smithi119.jffuim (mgr.14180) 992 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:16.487 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:17 smithi145 conmon[88257]: cluster 2023-12-08T09:50:16.262441+0000 mgr.smithi119.jffuim (mgr.14180) 993 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:18.021 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:17 smithi119 conmon[83797]: cluster 2023-12-08T09:50:16.262441+0000 mgr.smithi119.jffuim (mgr.14180) 993 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:18.392 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:18.392 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:18.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:19.968 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:19.995 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:19 smithi119 conmon[83797]: cluster 2023-12- 2023-12-08T09:50:19.995 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:19 smithi119 conmon[83797]: 08T09:50:18.263031+0000 mgr.smithi119.jffuim (mgr.14180) 994 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:19.995 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:19 smithi119 conmon[83797]: audit 2023-12-08T09:50:18.386806+0000 mgr.smithi119.jffuim (mgr.14180) 995 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:19 smithi145 conmon[88257]: cluster 2023-12-08T09:50:18.263031+0000 mgr.smithi119.jffuim (mgr.14180) 994 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:19 smithi145 conmon[88257]: audit 2023-12-08T09:50:18.386806+0000 mgr.smithi119.jffuim (mgr.14180) 995 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:21.807 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:21.807 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:21.993 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:21 smithi119 conmon[83797]: cluster 2023-12-08T09:50:20.263628+0000 mgr.smithi119.jffuim (mgr.14180) 996 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:21 smithi145 conmon[88257]: cluster 2023-12-08T09:50:20.263628+0000 mgr.smithi119.jffuim (mgr.14180) 996 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:22.376 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:22 smithi145 conmon[88257]: audit 2023-12-08T09:50:21.801989+0000 mgr.smithi119.jffuim (mgr.14180) 997 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:22 smithi119 conmon[83797]: audit 2023-12-08T09:50:21.801989+0000 2023-12-08T09:50:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:22 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 997 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:23.377 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:23 smithi145 conmon[88257]: cluster 2023-12-08T09:50:22.264136+0000 mgr.smithi119.jffuim (mgr.14180) 998 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:24.071 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:23 smithi119 conmon[83797]: cluster 2023-12-08T09:50:22.264136+0000 mgr.smithi119.jffuim (mgr.14180) 998 : cluster 2023-12-08T09:50:24.071 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:23 smithi119 conmon[83797]: [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:25.228 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:25.228 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:25.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:25 smithi145 conmon[88257]: cluster 2023-12-08T09:50:24.264699+0000 mgr.smithi119.jffuim (mgr.14180) 999 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:25 smithi119 conmon[83797]: cluster 2023-12-08T09:50:24.264699+0000 mgr.smithi119.jffuim (mgr.14180) 999 : cluster 2023-12-08T09:50:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:25 smithi119 conmon[83797]: [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:26.868 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:27.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:26 smithi145 conmon[88257]: audit 2023-12-08T09:50:25.222428+0000 mgr.smithi119.jffuim (mgr.14180) 1000 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:27.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:26 smithi119 conmon[83797]: audit 2023-12-08T09:50:25.222428+0000 mgr.smithi119.jffuim (mgr.14180) 1000 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:27 smithi145 conmon[88257]: cluster 2023-12-08T09:50:26.265527+0000 mgr.smithi119.jffuim (mgr.14180) 1001 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:27 smithi119 conmon[83797]: cluster 2023-12-08T09:50:26.265527+0000 mgr.smithi119.jffuim 2023-12-08T09:50:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:27 smithi119 conmon[83797]: (mgr.14180) 1001 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:28.752 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:28.752 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:29.317 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:29 smithi145 conmon[88257]: cluster 2023-12-08T09:50:28.266132+0000 mgr.smithi119.jffuim (mgr.14180) 1002 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:30.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:29 smithi145 conmon[88257]: audit 2023-12-08T09:50:28.747276+0000 mgr.smithi119.jffuim (mgr.14180) 1003 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:29 smithi119 conmon[83797]: cluster 2023-12-08T09:50:28.266132+0000 mgr.smithi119.jffuim ( 2023-12-08T09:50:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:29 smithi119 conmon[83797]: mgr.14180) 1002 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:29 smithi119 conmon[83797]: audit 2023-12-08T09:50:28.747276+0000 mgr.smithi119.jffuim (mgr.14180) 1003 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:30.318 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:31.803 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:31 smithi119 conmon[83797]: cluster 2023-12-08T09:50:30.266803+0000 mgr.smithi119.jffuim (mgr.14180) 1004 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:31 smithi145 conmon[88257]: cluster 2023-12-08T09:50:30.266803+0000 mgr.smithi119.jffuim (mgr.14180) 1004 2023-12-08T09:50:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:31 smithi145 conmon[88257]: : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:32.128 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:32.128 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:32.734 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:33.735 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:33 smithi145 conmon[88257]: audit 2023-12-08T09:50:32.123582+0000 mgr.smithi119.jffuim (mgr.14180) 1005 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:33 smithi145 conmon[88257]: cluster 2023-12-08T09:50:32.267411+0000 mgr.smithi119.jffuim (mgr.14180) 1006 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:33 smithi119 conmon[83797]: audit 2023-12-08T09:50:32.123582+0000 mgr.smithi119.jffuim (mgr.14180) 1005 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:33 smithi119 conmon[83797]: cluster 2023-12-08T09:50: 2023-12-08T09:50:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:33 smithi119 conmon[83797]: 32.267411+0000 mgr.smithi119.jffuim (mgr.14180) 1006 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:34 smithi119 conmon[83797]: audit 2023-12-08T09:50:34.249674+0000 mon.smithi119 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:50:34.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:34 smithi119 conmon[83797]: audit 2023-12-08T09:50:34.532743+0000 mon.smithi119 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:34 smithi145 conmon[88257]: audit 2023-12-08T09:50:34.249674+0000 mon.smithi119 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:50:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:34 smithi145 conmon[88257]: audit 2023-12-08T09:50:34.532743+0000 mon.smithi119 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:35.649 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:35.650 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:24.143814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:24.143975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:24.144047Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:24.144146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:24.144232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:24.144508Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:35 smithi145 conmon[88257]: cluster 2023-12-08T09:50:34.267944+0000 mgr.smithi119.jffuim ( 2023-12-08T09:50:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:35 smithi145 conmon[88257]: mgr.14180) 1007 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:36.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:35 smithi119 conmon[83797]: cluster 2023-12-08T09:50:34.267944+0000 mgr.smithi119.jffuim (mgr.14180) 1007 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:36.344 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:36 smithi145 conmon[88257]: audit 2023-12-08T09:50:35.644262+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:50:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:36 smithi145 conmon[88257]: .14180) 1008 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:36 smithi145 conmon[88257]: audit 2023-12-08T09:50:36.290556+0000 mon.smithi119 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:36 smithi119 conmon[83797]: audit 2023-12-08T09:50:35.644262+0000 mgr.smithi119.jffuim (mgr.14180) 1008 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:36 smithi119 conmon[83797]: audit 2023-12-08T09:50:36.290556+0000 mon.smithi119 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:37.345 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:37.988 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:37 smithi119 conmon[83797]: cluster 2023-12-08T09:50:36.268675+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:50:37.989 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:37 smithi119 conmon[83797]: ) 1009 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:37 smithi145 conmon[88257]: cluster 2023-12-08T09:50:36.268675+0000 mgr.smithi119.jffuim (mgr.14180) 1009 : 2023-12-08T09:50:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:37 smithi145 conmon[88257]: cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:39.722 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:39.723 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:44:26.751643Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:44:26.751705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:44:26.751766Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:44:26.751576Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:44:26.751422Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:44:26.751826Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:44:26.751945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:44:26.751887Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:44:26.752179Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:39 smithi145 conmon[88257]: cluster 2023-12-08T09:50:38.269250+0000 mgr.smithi119.jffuim (mgr.14180) 1010 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:39 smithi119 conmon[83797]: cluster 2023-12-08T09:50:38.269250+0000 mgr.smithi119.jffuim (mgr.14180) 1010 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:40.383 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:41.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: audit 2023-12-08T09:50:39.714477+0000 mgr.smithi119.jffuim (mgr.14180) 1011 2023-12-08T09:50:41.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:41.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: audit 2023-12-08T09:50:40.302494+0000 mon.smithi119 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:41.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: audit 2023-12-08T09:50:40.624356+0000 mon.smithi119 2023-12-08T09:50:41.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:50:41.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: audit 2023-12-08T09:50:40.625006+0000 mon.smithi119 (mon.0) 754 : audit 2023-12-08T09:50:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:50:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: audit 2023-12-08T09:50:40. 2023-12-08T09:50:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: 631401+0000 mon.smithi119 (mon.0) 755 : audit [INF] 2023-12-08T09:50:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: audit 2023-12-08T09:50:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: 2023-12-08T09:50:40.634939 2023-12-08T09:50:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: +0000 mon.smithi119 (mon.0) 756 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:50:41.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:40 smithi145 conmon[88257]: 2023-12-08T09:50:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:40 smithi119 conmon[83797]: audit 2023-12-08T09:50:39.714477+0000 mgr.smithi119.jffuim (mgr.14180) 1011 : audit 2023-12-08T09:50:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:40 smithi119 conmon[83797]: [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:40 smithi119 conmon[83797]: audit 2023-12-08T09:50:40.302494+0000 mon.smithi119 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:40 smithi119 conmon[83797]: audit 2023-12-08T09:50:40.624356+0000 mon.smithi119 (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:50:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:40 smithi119 conmon[83797]: audit 2023-12-08T09:50:40.625006+0000 mon.smithi119 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:50:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:40 smithi119 conmon[83797]: audit 2023-12-08T09:50:40.631401+0000 mon.smithi119 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:41.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:40 smithi119 conmon[83797]: audit 2023-12-08T09:50:40.634939+0000 mon.smithi119 (mon.0) 756 : audit [DBG] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:50:41.383 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:41 smithi145 conmon[88257]: cluster 2023-12-08T09:50:40.269887+0000 mgr.smithi119.jffuim (mgr.14180) 1012 : cluster [DBG] 2023-12-08T09:50:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:41 smithi145 conmon[88257]: pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:41 smithi145 conmon[88257]: cluster 2023-12-08T09:50:40.631790+0000 mgr.smithi119.jffuim (mgr.14180) 1013 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:41 smithi145 conmon[88257]: cephadm 2023-12-08T09:50:40.640179+0000 mgr.smithi119.jffuim (mgr.14180) 1014 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi145.uyejwf on smithi145 2023-12-08T09:50:42.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:41 smithi145 conmon[88257]: cluster 2023-12-08T09:50:40.733544+0000 mon.smithi119 (mon.0) 757 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T09:50:42.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:41 smithi145 conmon[88257]: cluster 2023-12-08T09:50:40.733564+0000 mon.smithi119 (mon.0) 758 : cluster [INF] Cluster is now healthy 2023-12-08T09:50:42.020 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:41 smithi119 conmon[83797]: cluster 2023-12-08T09:50:40.269887+0000 mgr.smithi119.jffuim (mgr.14180) 1012 : cluster [DBG] 2023-12-08T09:50:42.020 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:41 smithi119 conmon[83797]: pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:42.021 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:41 smithi119 conmon[83797]: cluster 2023-12-08T09:50:40.631790+0000 mgr.smithi119.jffuim (mgr.14180) 1013 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:42.021 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:41 smithi119 conmon[83797]: cephadm 2023-12-08T09:50:40.640179+0000 mgr.smithi119.jffuim (mgr.14180) 1014 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi145.uyejwf on smithi145 2023-12-08T09:50:42.021 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:41 smithi119 conmon[83797]: cluster 2023-12-08T09:50:40.733544+0000 mon.smithi119 (mon.0) 757 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T09:50:42.021 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:41 smithi119 conmon[83797]: cluster 2023-12-08T09:50:40.733564+0000 mon.smithi119 (mon.0) 758 : cluster [INF] Cluster is now healthy 2023-12-08T09:50:43.196 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:43.197 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:43.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:43 smithi119 conmon[83797]: audit 2023-12-08T09:50:42.331929+0000 mon.smithi119 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:43.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:43 smithi119 conmon[83797]: cluster 2023-12-08T09:50:42.632248+0000 mgr.smithi119.jffuim (mgr.14180) 1015 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:43.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:43 smithi145 conmon[88257]: audit 2023-12-08T09:50:42.331929+0000 mon.smithi119 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:50:43.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:43 smithi145 conmon[88257]: cluster 2023-12-08T09:50:42.632248+0000 mgr.smithi119.jffuim 2023-12-08T09:50:43.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:43 smithi145 conmon[88257]: (mgr.14180) 1015 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:43.788 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:44.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:44 smithi119 conmon[83797]: audit 2023-12-08T09:50:43.191505+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:50:44.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:44 smithi119 conmon[83797]: ) 1016 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:44.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:44 smithi145 conmon[88257]: audit 2023-12-08T09:50:43.191505+0000 mgr.smithi119.jffuim (mgr.14180) 1016 : audit [DBG] 2023-12-08T09:50:44.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:44 smithi145 conmon[88257]: from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:44.790 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:45.547 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:45 smithi119 conmon[83797]: cluster 2023-12-08T09:50:44.632868+0000 mgr.smithi119.jffuim ( 2023-12-08T09:50:45.547 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:45 smithi119 conmon[83797]: mgr.14180) 1017 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:45.755 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:45 smithi145 conmon[88257]: cluster 2023-12-08T09:50:44.632868+0000 mgr.smithi119.jffuim (mgr.14180) 1017 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:46.546 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:46.546 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:47.097 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:47 smithi145 conmon[88257]: audit 2023-12-08T09:50:46.541374+0000 mgr.smithi119.jffuim (mgr.14180) 1018 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:47 smithi145 conmon[88257]: cluster 2023-12-08T09:50:46.633509+0000 mgr.smithi119.jffuim (mgr.14180) 1019 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:48.098 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:48.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:47 smithi119 conmon[83797]: audit 2023-12-08T09:50:46.541374+0000 mgr.smithi119.jffuim (mgr.14180) 1018 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:48.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:47 smithi119 conmon[83797]: cluster 2023-12-08T09:50:46.633509+0000 mgr.smithi119.jffuim (mgr.14180) 1019 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:49.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:49 smithi119 conmon[83797]: cluster 2023-12-08T09:50:48.633966+0000 mgr.smithi119.jffuim (mgr.14180) 1020 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:49.954 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:49.954 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:49 smithi145 conmon[88257]: cluster 2023-12-08T09:50:48.633966+0000 mgr.smithi119.jffuim (mgr.14180) 1020 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:50.529 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:50.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:50 smithi119 conmon[83797]: audit 2023-12-08T09:50:49.948900+0000 mgr.smithi119.jffuim ( 2023-12-08T09:50:50.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:50 smithi119 conmon[83797]: mgr.14180) 1021 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:50 smithi145 conmon[88257]: audit 2023-12-08T09:50:49.948900+0000 mgr.smithi119.jffuim (mgr.14180) 1021 : audit [DBG] 2023-12-08T09:50:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:50 smithi145 conmon[88257]: from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:51.530 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:51 smithi119 conmon[83797]: cluster 2023-12-08T09:50:50.634567+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:50:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:51 smithi119 conmon[83797]: ) 1022 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:51 smithi145 conmon[88257]: cluster 2023-12-08T09:50:50.634567+0000 mgr.smithi119.jffuim (mgr.14180) 1022 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:53.342 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:53.342 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:53.945 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:53 smithi145 conmon[88257]: cluster 2023-12-08T09:50:52.635077+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:50:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:53 smithi145 conmon[88257]: 1023 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:54.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:53 smithi119 conmon[83797]: cluster 2023-12-08T09:50:52.635077+0000 mgr.smithi119.jffuim 2023-12-08T09:50:54.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:53 smithi119 conmon[83797]: (mgr.14180) 1023 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:54.946 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:54.975 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:54 smithi119 conmon[83797]: audit 2023-12-08T09:50:53.336854+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:50:54.975 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:54 smithi119 conmon[83797]: 1024 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:55.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:54 smithi145 conmon[88257]: audit 2023-12-08T09:50:53.336854+0000 mgr.smithi119.jffuim (mgr.14180) 1024 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:55 smithi145 conmon[88257]: cluster 2023-12-08T09:50:54.635555+0000 mgr.smithi119.jffuim (mgr.14180) 1025 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:56.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:55 smithi119 conmon[83797]: cluster 2023-12-08T09:50:54.635555+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:50:56.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:55 smithi119 conmon[83797]: .14180) 1025 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:56.757 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:50:56.757 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:50:57.337 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:50:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:57 smithi145 conmon[88257]: cluster 2023-12-08T09:50:56.636060+0000 mgr.smithi119.jffuim (mgr.14180) 1026 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:57 smithi145 conmon[88257]: audit 2023-12-08T09:50:56.752310+0000 mgr.smithi119.jffuim (mgr.14180) 1027 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:57 smithi119 conmon[83797]: cluster 2023-12-08T09:50:56.636060+0000 mgr.smithi119.jffuim (mgr.14180) 1026 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:50:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:57 smithi119 conmon[83797]: audit 2023-12-08T09:50:56.752310+0000 mgr.smithi119.jffuim (mgr.14180) 1027 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:50:58.338 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:50:59.937 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:59 smithi119 conmon[83797]: cluster 2023-12-08T09:50:58.636514+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:50:59.937 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:50:59 smithi119 conmon[83797]: 14180) 1028 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:50:59 smithi145 conmon[88257]: cluster 2023-12-08T09:50:58.636514+0000 mgr.smithi119.jffuim (mgr.14180) 1028 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:00.266 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:00.267 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:00.853 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:01.854 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:01 smithi145 conmon[88257]: audit 2023-12-08T09:51:00.261325+0000 mgr.smithi119.jffuim (mgr.14180) 1029 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:01 smithi145 conmon[88257]: cluster 2023-12-08T09:51:00.637054+0000 mgr.smithi119.jffuim (mgr.14180) 1030 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:01 smithi119 conmon[83797]: audit 2023-12-08T09:51:00.261325+0000 mgr.smithi119.jffuim (mgr.14180) 1029 : audit 2023-12-08T09:51:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:01 smithi119 conmon[83797]: [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:01 smithi119 conmon[83797]: cluster 2023-12-08T09:51:00.637054+0000 mgr.smithi119.jffuim (mgr.14180) 1030 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:03.725 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:03.725 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:03 smithi145 conmon[88257]: cluster 2023-12-08T09:51:02.637772+0000 mgr.smithi119.jffuim (mgr.14180) 1031 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:04.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:03 smithi119 conmon[83797]: cluster 2023-12-08T09:51:02.637772+0000 mgr.smithi119.jffuim (mgr.14180) 1031 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:04.328 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:05.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:04 smithi145 conmon[88257]: audit 2023-12-08T09:51:03.718831+0000 mgr.smithi119.jffuim (mgr.14180) 1032 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:05.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:04 smithi119 conmon[83797]: audit 2023-12-08T09:51:03.718831+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:51:05.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:04 smithi119 conmon[83797]: 14180) 1032 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:05.329 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:05 smithi145 conmon[88257]: cluster 2023-12-08T09:51:04.638380+0000 mgr.smithi119.jffuim (mgr.14180) 1033 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:06.025 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:05 smithi119 conmon[83797]: cluster 2023-12-08T09:51:04.638380+0000 mgr.smithi119.jffuim (mgr.14180) 1033 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:07.194 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:07.194 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:07.743 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:08.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:07 smithi145 conmon[88257]: cluster 2023-12-08T09:51:06.638815+0000 mgr.smithi119.jffuim (mgr.14180) 1034 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:07 smithi119 conmon[83797]: cluster 2023-12-08T09:51:06.638815+0000 mgr.smithi119.jffuim (mgr.14180) 1034 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:08.744 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:09.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:08 smithi145 conmon[88257]: audit 2023-12-08T09:51:07.188833+0000 mgr.smithi119.jffuim (mgr.14180) 1035 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:09.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:08 smithi119 conmon[83797]: audit 2023-12-08T09:51:07.188833+0000 mgr.smithi119.jffuim (mgr.14180) 1035 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:09.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:09 smithi119 conmon[83797]: cluster 2023-12-08T09:51:08.639348+0000 mgr.smithi119.jffuim (mgr.14180) 1036 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:09 smithi145 conmon[88257]: cluster 2023-12-08T09:51:08.639348+0000 mgr.smithi119.jffuim (mgr.14180) 1036 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:10.652 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:10.652 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:11.301 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:11 smithi145 conmon[88257]: cluster 2023-12-08T09:51:10.639855+0000 mgr.smithi119.jffuim (mgr.14180) 1037 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:11 smithi145 conmon[88257]: audit 2023-12-08T09:51:10.646312+0000 mgr.smithi119.jffuim (mgr.14180) 1038 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:11 smithi119 conmon[83797]: cluster 2023-12-08T09:51:10.639855+0000 mgr.smithi119.jffuim (mgr.14180) 1037 : cluster 2023-12-08T09:51:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:11 smithi119 conmon[83797]: [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:11 smithi119 conmon[83797]: audit 2023-12-08T09:51:10.646312+0000 mgr.smithi119.jffuim (mgr.14180) 1038 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:12.302 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:13.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:13 smithi119 conmon[83797]: cluster 2023-12-08T09:51:12.640572+0000 mgr.smithi119.jffuim (mgr.14180) 1039 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:13 smithi145 conmon[88257]: cluster 2023-12-08T09:51:12.640572+0000 mgr.smithi119.jffuim (mgr.14180) 1039 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:14.240 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:14.240 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:14.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:15.828 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:15 smithi145 conmon[88257]: audit 2023-12-08T09:51:14.234936+0000 mgr.smithi119.jffuim (mgr.14180) 1040 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:15 smithi145 conmon[88257]: cluster 2023-12-08T09:51:14.641148+0000 mgr.smithi119.jffuim (mgr.14180) 1041 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:15 smithi119 conmon[83797]: audit 2023-12-08T09:51:14 2023-12-08T09:51:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:15 smithi119 conmon[83797]: .234936+0000 mgr.smithi119.jffuim (mgr.14180) 1040 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:15 smithi119 conmon[83797]: cluster 2023-12-08T09:51:14.641148+0000 mgr.smithi119.jffuim ( 2023-12-08T09:51:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:15 smithi119 conmon[83797]: mgr.14180) 1041 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:17.682 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:17.682 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:17 smithi145 conmon[88257]: cluster 2023-12-08T09:51:16.641585+0000 mgr.smithi119.jffuim (mgr.14180) 1042 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:18.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:17 smithi119 conmon[83797]: cluster 2023-12-08T09:51:16.641585+0000 mgr.smithi119.jffuim (mgr.14180) 1042 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:18.291 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:19.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:18 smithi145 conmon[88257]: audit 2023-12-08T09:51:17.675691+0000 mgr.smithi119.jffuim (mgr.14180) 1043 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:18 smithi119 conmon[83797]: audit 2023-12-08T09:51:17.675691+0000 mgr.smithi119.jffuim 2023-12-08T09:51:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:18 smithi119 conmon[83797]: (mgr.14180) 1043 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:19.292 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:19 smithi145 conmon[88257]: cluster 2023-12-08T09:51:18.642005+0000 mgr.smithi119.jffuim (mgr.14180) 1044 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:20.012 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:19 smithi119 conmon[83797]: cluster 2023-12-08T09:51:18.642005+0000 mgr.smithi119.jffuim (mgr.14180) 1044 : cluster 2023-12-08T09:51:20.012 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:19 smithi119 conmon[83797]: [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:21.242 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:21.242 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:21.857 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:21 smithi145 conmon[88257]: cluster 2023-12-08T09:51:20.642554+0000 mgr.smithi119.jffuim (mgr.14180) 1045 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:21 smithi119 conmon[83797]: cluster 2023-12-08T09:51:20.642554+0000 mgr.smithi119.jffuim (mgr.14180) 1045 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:22.858 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:23.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:22 smithi145 conmon[88257]: audit 2023-12-08T09:51:21.236323+0000 mgr.smithi119.jffuim (mgr.14180) 1046 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:22 smithi119 conmon[83797]: audit 2023-12-08T09:51:21.236323+0000 mgr.smithi119.jffuim ( 2023-12-08T09:51:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:22 smithi119 conmon[83797]: mgr.14180) 1046 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:23 smithi145 conmon[88257]: cluster 2023-12-08T09:51:22.643046+0000 mgr.smithi119.jffuim (mgr.14180) 1047 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:24.068 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:23 smithi119 conmon[83797]: cluster 2023-12-08T09:51:22.643046+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:51:24.068 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:23 smithi119 conmon[83797]: ) 1047 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:24.702 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:24.702 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:25.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:25 smithi145 conmon[88257]: cluster 2023-12-08T09:51:24.643586+0000 mgr.smithi119.jffuim (mgr.14180) 1048 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:25 smithi145 conmon[88257]: audit 2023-12-08T09:51:24.696930+0000 mgr.smithi119.jffuim (mgr.14180) 1049 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:25 smithi119 conmon[83797]: cluster 2023-12-08T09:51:24.643586+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:51:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:25 smithi119 conmon[83797]: ) 1048 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:25 smithi119 conmon[83797]: audit 2023-12-08T09:51:24.696930+0000 mgr.smithi119.jffuim (mgr.14180) 1049 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:26.350 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:27.851 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:27 smithi119 conmon[83797]: cluster 2023-12-08T09:51:26.644032+0000 mgr.smithi119.jffuim 2023-12-08T09:51:27.851 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:27 smithi119 conmon[83797]: (mgr.14180) 1050 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:27 smithi145 conmon[88257]: cluster 2023-12-08T09:51:26.644032+0000 mgr.smithi119.jffuim (mgr.14180) 1050 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:28.180 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:28.180 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:28.790 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:29.791 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:29 smithi145 conmon[88257]: audit 2023-12-08T09:51:28.175693+0000 mgr.smithi119.jffuim (mgr.14180) 1051 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:29 smithi145 conmon[88257]: cluster 2023-12-08T09:51:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:29 smithi145 conmon[88257]: 2023-12-08T09:51:28.644632+0000 mgr.smithi119.jffuim (mgr.14180) 1052 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:29 smithi119 conmon[83797]: audit 2023-12-08T09:51:28.175693+0000 mgr.smithi119.jffuim (mgr.14180) 1051 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:29 smithi119 conmon[83797]: cluster 2023-12-08T09:51:28.644632+0000 mgr.smithi119.jffuim (mgr.14180) 1052 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:31.641 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:31.641 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:31 smithi145 conmon[88257]: cluster 2023-12-08T09:51:30.645145+0000 mgr.smithi119.jffuim (mgr.14180) 1053 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:32.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:31 smithi119 conmon[83797]: cluster 2023-12-08T09:51:30.645145+0000 mgr.smithi119.jffuim (mgr.14180) 1053 : cluster 2023-12-08T09:51:32.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:31 smithi119 conmon[83797]: [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:32.222 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:32 smithi145 conmon[88257]: audit 2023-12-08T09:51:31.636004+0000 mgr.smithi119.jffuim (mgr.14180) 1054 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:33.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:32 smithi145 conmon[88257]: 2023-12-08T09:51:33.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:32 smithi119 conmon[83797]: audit 2023-12-08T09:51:31.636004+0000 mgr.smithi119.jffuim (mgr.14180) 1054 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:33.223 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:33 smithi145 conmon[88257]: cluster 2023-12-08T09:51:32.645644+0000 mgr.smithi119.jffuim (mgr.14180) 1055 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:33 smithi119 conmon[83797]: cluster 2023-12-08T09:51:32.645644+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:51:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:33 smithi119 conmon[83797]: .14180) 1055 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:35.198 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:35.198 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:35.797 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:35 smithi145 conmon[88257]: cluster 2023-12-08T09:51:34.646117+0000 mgr.smithi119.jffuim (mgr.14180) 1056 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:36.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:35 smithi119 conmon[83797]: cluster 2023-12-08T09:51:34.646117+0000 mgr.smithi119.jffuim (mgr.14180) 1056 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:36.798 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:37.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:36 smithi145 conmon[88257]: audit 2023-12-08T09:51:35.192555+0000 mgr.smithi119.jffuim (mgr.14180) 1057 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:37.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:36 smithi119 conmon[83797]: audit 2023-12-08T09:51:35.192555+0000 mgr.smithi119.jffuim (mgr.14180) 1057 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:37 smithi145 conmon[88257]: cluster 2023-12-08T09:51:36.646772+0000 mgr.smithi119.jffuim (mgr.14180) 1058 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:38.079 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:37 smithi119 conmon[83797]: cluster 2023-12-08T09:51:36.646772+0000 mgr.smithi119.jffuim (mgr.14180) 1058 : cluster 2023-12-08T09:51:38.079 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:37 smithi119 conmon[83797]: [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:38.723 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:38.723 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:39.287 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:39 smithi145 conmon[88257]: cluster 2023-12-08T09:51:38.647257+0000 mgr.smithi119.jffuim (mgr.14180) 1059 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:39 smithi145 conmon[88257]: audit 2023-12-08T09:51:38.717856+0000 mgr.smithi119.jffuim (mgr.14180) 1060 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:39 smithi119 conmon[83797]: cluster 2023-12-08T09:51:38.647257+0000 mgr.smithi119.jffuim (mgr.14180) 1059 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:39 smithi119 conmon[83797]: audit 2023-12-08T09:51:38.717856+0000 mgr.smithi119.jffuim (mgr.14180) 1060 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:40.288 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:41 smithi119 conmon[83797]: cluster 2023-12-08T09:51:40.647754+0000 mgr.smithi119.jffuim (mgr.14180) 1061 : 2023-12-08T09:51:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:41 smithi119 conmon[83797]: cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:41 smithi145 conmon[88257]: cluster 2023-12-08T09:51:40.647754+0000 mgr.smithi119.jffuim (mgr.14180) 1061 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:42.193 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:42.193 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:42.770 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:43.772 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:43 smithi145 conmon[88257]: audit 2023-12-08T09:51:42.188148+0000 mgr.smithi119.jffuim (mgr.14180) 1062 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:43 smithi145 conmon[88257]: cluster 2023-12-08T09:51:42.648416+0000 mgr.smithi119.jffuim (mgr.14180) 1063 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:43 smithi119 conmon[83797]: audit 2023-12-08T09:51:42.188148+0000 mgr.smithi119.jffuim (mgr.14180) 1062 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:43 smithi119 conmon[83797]: cluster 2023-12-08T09:51:42.648416+0000 mgr.smithi119.jffuim (mgr.14180) 1063 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:45.632 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:45.633 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:45 smithi145 conmon[88257]: cluster 2023-12-08T09:51:44.648873+0000 mgr.smithi119.jffuim (mgr.14180) 1064 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:46.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:45 smithi119 conmon[83797]: cluster 2023-12-08T09:51:44.648873+0000 mgr.smithi119.jffuim (mgr.14180) 1064 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:46.254 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:47.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:46 smithi145 conmon[88257]: audit 2023-12-08T09:51:45.627290+0000 mgr.smithi119.jffuim (mgr.14180) 1065 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:47.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:46 smithi119 conmon[83797]: audit 2023-12-08T09:51:45.627290+0000 mgr.smithi119.jffuim (mgr.14180) 1065 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:47.255 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:47 smithi145 conmon[88257]: cluster 2023-12-08T09:51:46.649614+0000 mgr.smithi119.jffuim (mgr.14180) 1066 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:47 smithi145 conmon[88257]: 2023-12-08T09:51:48.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:47 smithi119 conmon[83797]: cluster 2023-12-08T09:51:46.649614+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:51:48.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:47 smithi119 conmon[83797]: 14180) 1066 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:49.163 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:49.163 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:49.711 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:49 smithi145 conmon[88257]: cluster 2023-12-08T09:51:48.650046+0000 mgr.smithi119.jffuim (mgr.14180) 1067 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:49 smithi145 conmon[88257]: 2023-12-08T09:51:50.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:49 smithi119 conmon[83797]: cluster 2023-12-08T09:51:48.650046+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:51:50.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:49 smithi119 conmon[83797]: ) 1067 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:50.711 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:51.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:50 smithi145 conmon[88257]: audit 2023-12-08T09:51:49.157125+0000 mgr.smithi119.jffuim (mgr.14180) 1068 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:50 smithi119 conmon[83797]: audit 2023-12-08T09:51:49.157125+0000 mgr.smithi119.jffuim (mgr.14180) 1068 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:51 smithi119 conmon[83797]: cluster 2023-12-08T09:51:50.650811+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:51:51.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:51 smithi119 conmon[83797]: 1069 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:51 smithi145 conmon[88257]: cluster 2023-12-08T09:51:50.650811+0000 mgr.smithi119.jffuim (mgr.14180) 1069 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:51 smithi145 conmon[88257]: 2023-12-08T09:51:52.556 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:52.556 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:53.195 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:53 smithi119 conmon[83797]: audit 2023-12-08T09:51:52.550587+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:51:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:53 smithi119 conmon[83797]: 14180) 1070 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:53 smithi119 conmon[83797]: cluster 2023-12-08T09:51:52.651351+0000 mgr.smithi119.jffuim (mgr.14180) 1071 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:54.196 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:54.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:53 smithi145 conmon[88257]: audit 2023-12-08T09:51:52.550587+0000 mgr.smithi119.jffuim (mgr.14180) 1070 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:54.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:53 smithi145 conmon[88257]: cluster 2023-12-08T09:51:52.651351+0000 mgr.smithi119.jffuim (mgr.14180) 1071 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:56.115 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:56.115 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:56.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:55 smithi119 conmon[83797]: cluster 2023-12-08T09:51:54.651783+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:51:56.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:55 smithi119 conmon[83797]: ) 1072 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:56.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:55 smithi145 conmon[88257]: cluster 2023-12-08T09:51:54.651783+0000 mgr.smithi119.jffuim (mgr.14180) 1072 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:56.694 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:51:57.695 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:51:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:57 smithi145 conmon[88257]: audit 2023-12-08T09:51:56.110009+0000 mgr.smithi119.jffuim (mgr.14180) 1073 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:57 smithi145 conmon[88257]: cluster 2023-12-08T09:51:56.652564+0000 mgr.smithi119.jffuim (mgr.14180) 1074 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:57 smithi119 conmon[83797]: audit 2023-12-08T09:51:56.110009+0000 mgr.smithi119.jffuim (mgr.14180) 1073 : audit [DBG] 2023-12-08T09:51:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:57 smithi119 conmon[83797]: from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:51:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:57 smithi119 conmon[83797]: cluster 2023-12-08T09:51:56.652564+0000 mgr.smithi119.jffuim (mgr.14180) 1074 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:51:59.568 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:51:59.568 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:51:59.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:51:59 smithi119 conmon[83797]: cluster 2023-12-08T09:51:58.653148+0000 mgr.smithi119.jffuim (mgr.14180) 1075 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:51:59 smithi145 conmon[88257]: cluster 2023-12-08T09:51:58.653148+0000 mgr.smithi119.jffuim (mgr.14180) 1075 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:00.110 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:01.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:00 smithi145 conmon[88257]: audit 2023-12-08T09:51:59.563084+0000 mgr.smithi119.jffuim (mgr.14180) 1076 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:01.111 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:01.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:00 smithi119 conmon[83797]: audit 2023-12-08T09:51:59.563084+0000 mgr.smithi119.jffuim (mgr.14180) 1076 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:01 smithi119 conmon[83797]: cluster 2023-12-08T09:52:00.653842+0000 mgr.smithi119.jffuim (mgr.14180) 1077 : cluster 2023-12-08T09:52:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:01 smithi119 conmon[83797]: [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:01 smithi145 conmon[88257]: cluster 2023-12-08T09:52:00.653842+0000 mgr.smithi119.jffuim (mgr.14180) 1077 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:02.986 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:02.986 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:03.618 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:03.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:03 smithi119 conmon[83797]: cluster 2023-12-08T09:52:02.654407+0000 mgr.smithi119.jffuim (mgr.14180) 1078 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:03.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:03 smithi119 conmon[83797]: audit 2023-12-08T09:52:02.981005+0000 mgr.smithi119.jffuim (mgr.14180) 1079 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:03 smithi145 conmon[88257]: cluster 2023-12-08T09:52:02.654407+0000 mgr.smithi119.jffuim (mgr.14180) 1078 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:03 smithi145 conmon[88257]: audit 2023-12-08T09:52:02.981005 2023-12-08T09:52:04.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:03 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 1079 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:04.619 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:06.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:05 smithi145 conmon[88257]: cluster 2023-12-08T09:52:04.654869+0000 mgr.smithi119.jffuim (mgr.14180) 1080 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:06.088 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:05 smithi119 conmon[83797]: cluster 2023-12-08T09:52:04.654869+0000 mgr.smithi119.jffuim ( 2023-12-08T09:52:06.088 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:05 smithi119 conmon[83797]: mgr.14180) 1080 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:06.479 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:06.479 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:07.101 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:08.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:07 smithi145 conmon[88257]: audit 2023-12-08T09:52:06.474003+0000 mgr.smithi119.jffuim (mgr.14180) 1081 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:08.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:07 smithi145 conmon[88257]: cluster 2023-12-08T09:52:06.655308+0000 2023-12-08T09:52:08.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:07 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 1082 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:08.102 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:08.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:07 smithi119 conmon[83797]: audit 2023-12-08T09:52:06.474003+0000 mgr.smithi119.jffuim (mgr.14180) 1081 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:08.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:07 smithi119 conmon[83797]: cluster 2023-12-08T09:52:06.655308+0000 mgr.smithi119.jffuim (mgr.14180) 1082 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:09.909 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:09.909 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:10.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:09 smithi145 conmon[88257]: cluster 2023-12-08T09:52:08.655713+0000 mgr.smithi119.jffuim (mgr.14180) 1083 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:10.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:09 smithi119 conmon[83797]: cluster 2023-12-08T09:52:08.655713+0000 mgr.smithi119.jffuim (mgr.14180) 1083 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:10.483 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:11.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:10 smithi145 conmon[88257]: audit 2023-12-08T09:52:09.903670+0000 mgr.smithi119.jffuim (mgr.14180) 1084 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:10 smithi119 conmon[83797]: audit 2023-12-08T09:52:09.903670+0000 mgr.smithi119.jffuim (mgr.14180) 1084 : audit 2023-12-08T09:52:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:10 smithi119 conmon[83797]: [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:11.484 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:11.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:11 smithi119 conmon[83797]: cluster 2023-12-08T09:52:10.656293+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:52:11.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:11 smithi119 conmon[83797]: .14180) 1085 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:12.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:11 smithi145 conmon[88257]: cluster 2023-12-08T09:52:10.656293+0000 mgr.smithi119.jffuim (mgr.14180) 1085 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:13.402 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:13.402 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:14.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:13 smithi145 conmon[88257]: cluster 2023-12-08T09:52:12.656741+0000 mgr.smithi119.jffuim (mgr.14180) 1086 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:14.024 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:13 smithi119 conmon[83797]: cluster 2023-12-08T09:52:12.656741+0000 mgr.smithi119.jffuim (mgr.14180) 1086 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:14.041 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:15.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:14 smithi145 conmon[88257]: audit 2023-12-08T09:52:13.397209+0000 mgr.smithi119.jffuim (mgr.14180) 1087 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:15.042 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:15.069 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:14 smithi119 conmon[83797]: audit 2023-12-08T09:52:13.397209+0000 mgr.smithi119.jffuim (mgr.14180) 1087 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:15 smithi119 conmon[83797]: cluster 2023-12-08T09:52:14.657239+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:52:15.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:15 smithi119 conmon[83797]: 14180) 1088 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:16.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:15 smithi145 conmon[88257]: cluster 2023-12-08T09:52:14.657239+0000 mgr.smithi119.jffuim (mgr.14180) 1088 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:16.960 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:16.960 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:17.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:17.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:17 smithi119 conmon[83797]: cluster 2023-12-08T09:52:16.657683+0000 mgr.smithi119.jffuim (mgr.14180) 1089 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:17.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:17 smithi119 conmon[83797]: audit 2023-12-08T09:52:16.954555+0000 mgr.smithi119.jffuim (mgr.14180) 1090 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:17 smithi145 conmon[88257]: cluster 2023-12-08T09:52:16.657683+0000 mgr.smithi119.jffuim (mgr.14180) 1089 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:17 smithi145 conmon[88257]: audit 2023-12-08T09:52:16.954555+0000 mgr.smithi119.jffuim (mgr.14180) 1090 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:18.625 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:19 smithi145 conmon[88257]: cluster 2023-12-08T09:52:18.658245+0000 mgr.smithi119.jffuim (mgr.14180) 1091 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:20.117 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:19 smithi119 conmon[83797]: cluster 2023-12-08T09:52:18.658245+0000 mgr.smithi119.jffuim (mgr.14180) 1091 : cluster [DBG] 2023-12-08T09:52:20.117 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:19 smithi119 conmon[83797]: pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:20.497 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:20.498 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:21.065 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:21 smithi145 conmon[88257]: audit 2023-12-08T09:52:20.492651+0000 mgr.smithi119.jffuim (mgr.14180) 1092 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:21 smithi145 conmon[88257]: cluster 2023-12-08T09:52:20.658760+0000 mgr.smithi119.jffuim (mgr.14180) 1093 : cluster [DBG] 2023-12-08T09:52:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:21 smithi145 conmon[88257]: pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:22.069 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:22.095 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:21 smithi119 conmon[83797]: audit 2023-12-08T09:52:20.492651+0000 mgr.smithi119.jffuim (mgr.14180) 1092 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:22.095 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:21 smithi119 conmon[83797]: cluster 2023-12-08T09:52:20.658760+0000 mgr.smithi119.jffuim (mgr.14180) 1093 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:23.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:23 smithi119 conmon[83797]: cluster 2023-12-08T09:52:22.659291+0000 2023-12-08T09:52:23.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:23 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 1094 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:23.941 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:23.941 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:23 smithi145 conmon[88257]: cluster 2023-12-08T09:52:22.659291+0000 mgr.smithi119.jffuim (mgr.14180) 1094 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:23 smithi145 conmon[88257]: 2023-12-08T09:52:24.505 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:24.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:24 smithi119 conmon[83797]: audit 2023-12-08T09:52:23.935848+0000 mgr.smithi119.jffuim ( 2023-12-08T09:52:24.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:24 smithi119 conmon[83797]: mgr.14180) 1095 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:25.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:24 smithi145 conmon[88257]: audit 2023-12-08T09:52:23.935848+0000 mgr.smithi119.jffuim (mgr.14180) 1095 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:25.506 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:25 smithi119 conmon[83797]: cluster 2023-12-08T09:52:24.659676+0000 mgr.smithi119.jffuim (mgr.14180) 1096 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:25 smithi145 conmon[88257]: cluster 2023-12-08T09:52:24.659676+0000 mgr.smithi119.jffuim (mgr.14180) 1096 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:27.430 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:27.430 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:27.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:27 smithi119 conmon[83797]: cluster 2023-12-08T09:52:26.660257 2023-12-08T09:52:27.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:27 smithi119 conmon[83797]: +0000 mgr.smithi119.jffuim (mgr.14180) 1097 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:27 smithi145 conmon[88257]: cluster 2023-12-08T09:52:26.660257+0000 mgr.smithi119.jffuim (mgr.14180) 1097 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:28.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:27 smithi145 conmon[88257]: 2023-12-08T09:52:28.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:29.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:28 smithi145 conmon[88257]: audit 2023-12-08T09:52:27.424555+0000 mgr.smithi119.jffuim (mgr.14180) 1098 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:29.015 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:29.044 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:28 smithi119 conmon[83797]: audit 2023-12-08T09:52:27.424555+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:52:29.045 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:28 smithi119 conmon[83797]: 14180) 1098 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:29.847 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:29 smithi119 conmon[83797]: cluster 2023-12-08T09:52:28.660693+0000 mgr.smithi119.jffuim (mgr.14180) 1099 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:29 smithi145 conmon[88257]: cluster 2023-12-08T09:52:28.660693+0000 mgr.smithi119.jffuim (mgr.14180) 1099 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:30.850 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:30.850 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:31.421 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:31 smithi145 conmon[88257]: cluster 2023-12-08T09:52:30.661254+0000 mgr.smithi119.jffuim (mgr.14180) 1100 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:31 smithi145 conmon[88257]: audit 2023-12-08T09:52:30.844138+0000 mgr.smithi119.jffuim (mgr.14180) 1101 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:32.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:31 smithi119 conmon[83797]: cluster 2023-12-08T09:52:30.661254+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:52:32.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:31 smithi119 conmon[83797]: .14180) 1100 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:32.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:31 smithi119 conmon[83797]: audit 2023-12-08T09:52:30.844138+0000 mgr.smithi119.jffuim (mgr.14180) 1101 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:32.422 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:33.949 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:33 smithi119 conmon[83797]: cluster 2023-12-08T09:52:32.661735+0000 mgr.smithi119.jffuim (mgr.14180) 1102 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:33 smithi145 conmon[88257]: cluster 2023-12-08T09:52:32.661735+0000 mgr.smithi119.jffuim (mgr.14180) 1102 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:34.343 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:34.343 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:34.938 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:35.939 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:35.970 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:35 smithi119 conmon[83797]: audit 2023-12-08T09:52:34.337774+0000 mgr.smithi119.jffuim (mgr.14180) 1103 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:35.970 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:35 smithi119 conmon[83797]: cluster 2023-12-08T09:52 2023-12-08T09:52:35.970 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:35 smithi119 conmon[83797]: :34.662368+0000 mgr.smithi119.jffuim (mgr.14180) 1104 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:35 smithi145 conmon[88257]: audit 2023-12-08T09:52:34.337774+0000 mgr.smithi119.jffuim (mgr.14180) 1103 : audit [DBG] 2023-12-08T09:52:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:35 smithi145 conmon[88257]: from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:35 smithi145 conmon[88257]: cluster 2023-12-08T09:52:34.662368+0000 mgr.smithi119.jffuim (mgr.14180) 1104 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:37.879 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:37.879 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:38.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:37 smithi145 conmon[88257]: cluster 2023-12-08T09:52:36.662868+0000 mgr.smithi119.jffuim (mgr.14180) 1105 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:38.062 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:37 smithi119 conmon[83797]: cluster 2023-12-08T09:52:36.662868+0000 mgr.smithi119.jffuim (mgr.14180) 1105 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:38.469 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:38 smithi119 conmon[83797]: audit 2023-12-08T09:52:37 2023-12-08T09:52:38.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:38 smithi119 conmon[83797]: .873172+0000 mgr.smithi119.jffuim (mgr.14180) 1106 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:39.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:38 smithi145 conmon[88257]: audit 2023-12-08T09:52:37.873172+0000 mgr.smithi119.jffuim (mgr.14180) 1106 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:39.471 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:39.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:39 smithi119 conmon[83797]: cluster 2023-12-08T09:52:38.663584+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:52:39.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:39 smithi119 conmon[83797]: ) 1107 : cluster [DBG] 2023-12-08T09:52:39.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:39 smithi119 conmon[83797]: pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:40.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:39 smithi145 conmon[88257]: cluster 2023-12-08T09:52:38.663584+0000 mgr.smithi119.jffuim (mgr.14180) 1107 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:41.296 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:41.296 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:41.946 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:42.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:41 smithi145 conmon[88257]: cluster 2023-12-08T09:52:40.664227+0000 mgr.smithi119.jffuim (mgr.14180) 1108 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:41 smithi119 conmon[83797]: cluster 2023-12-08T09:52:40.664227+0000 mgr.smithi119.jffuim (mgr.14180) 1108 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:42.947 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:42.975 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:42 smithi119 conmon[83797]: audit 2023-12-08T09:52:41.290924+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:52:42.976 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:42 smithi119 conmon[83797]: .14180) 1109 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:43.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:42 smithi145 conmon[88257]: audit 2023-12-08T09:52:41.290924+0000 mgr.smithi119.jffuim (mgr.14180) 1109 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:44.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:43 smithi145 conmon[88257]: cluster 2023-12-08T09:52:42.664830+0000 mgr.smithi119.jffuim (mgr.14180) 1110 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:43 smithi119 conmon[83797]: cluster 2023-12-08T09:52:42.664830+0000 mgr.smithi119.jffuim (mgr.14180) 1110 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:44.857 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:44.858 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:45.427 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:45 smithi145 conmon[88257]: cluster 2023-12-08T09:52:44.665300+0000 mgr.smithi119.jffuim (mgr.14180) 1111 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:46.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:45 smithi145 conmon[88257]: audit 2023-12-08T09:52:44.851050+0000 mgr.smithi119.jffuim (mgr.14180) 1112 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:46.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:45 smithi119 conmon[83797]: cluster 2023-12-08T09:52:44.665300+0000 mgr.smithi119.jffuim (mgr.14180) 1111 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:46.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:45 smithi119 conmon[83797]: audit 2023-12-08T09:52:44.851050+0000 mgr.smithi119.jffuim (mgr.14180) 1112 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:46.428 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:47.945 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:47 smithi119 conmon[83797]: cluster 2023-12-08T09:52:46.665732+0000 mgr.smithi119.jffuim (mgr.14180) 1113 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:48.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:47 smithi145 conmon[88257]: cluster 2023-12-08T09:52:46.665732+0000 mgr.smithi119.jffuim (mgr.14180) 1113 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:48.270 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:48.271 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:48.911 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:49.913 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:49 smithi145 conmon[88257]: audit 2023-12-08T09:52:48.265507+0000 mgr.smithi119.jffuim (mgr.14180) 1114 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:50.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:49 smithi145 conmon[88257]: cluster 2023-12-08T09:52:48.666267+0000 2023-12-08T09:52:50.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:49 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 1115 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:50.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:49 smithi119 conmon[83797]: audit 2023-12-08T09:52:48.265507+0000 mgr.smithi119.jffuim (mgr.14180) 1114 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:50.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:49 smithi119 conmon[83797]: cluster 2023-12-08T09:52:48.666267+0000 mgr.smithi119.jffuim (mgr.14180) 1115 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:51.819 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:51.820 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:52.002 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:51 smithi119 conmon[83797]: cluster 2023-12-08T09:52:50.666731+0000 mgr.smithi119.jffuim (mgr.14180) 1116 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:52.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:51 smithi145 conmon[88257]: cluster 2023-12-08T09:52:50.666731+0000 mgr.smithi119.jffuim (mgr.14180) 1116 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:52.385 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:53.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:52 smithi145 conmon[88257]: audit 2023-12-08T09:52:51.813597+0000 mgr.smithi119.jffuim (mgr.14180) 1117 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:53.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:52 smithi119 conmon[83797]: audit 2023-12-08T09:52:51.813597+0000 mgr.smithi119.jffuim (mgr.14180) 1117 : audit [DBG] 2023-12-08T09:52:53.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:52 smithi119 conmon[83797]: from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:53.386 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:54.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:53 smithi145 conmon[88257]: cluster 2023-12-08T09:52:52.667284+0000 mgr.smithi119.jffuim (mgr.14180) 1118 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:54.065 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:53 smithi119 conmon[83797]: cluster 2023-12-08T09:52:52.667284+0000 mgr.smithi119.jffuim ( 2023-12-08T09:52:54.065 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:53 smithi119 conmon[83797]: mgr.14180) 1118 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:55.217 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:55.217 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:55.753 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:52:56.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:55 smithi145 conmon[88257]: cluster 2023-12-08T09:52:54.667728+0000 mgr.smithi119.jffuim (mgr.14180) 1119 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:56.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:55 smithi119 conmon[83797]: cluster 2023-12-08T09:52:54.667728+0000 mgr.smithi119.jffuim (mgr.14180) 1119 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:56.754 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:52:57.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:56 smithi145 conmon[88257]: audit 2023-12-08T09:52:55.212151+0000 mgr.smithi119.jffuim (mgr.14180) 1120 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:57.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:56 smithi119 conmon[83797]: audit 2023-12-08T09:52:55.212151+0000 mgr.smithi119.jffuim (mgr.14180) 1120 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:52:58.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:57 smithi145 conmon[88257]: cluster 2023-12-08T09:52:56.668478+0000 mgr.smithi119.jffuim (mgr.14180) 1121 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:58.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:57 smithi119 conmon[83797]: cluster 2023-12-08T09:52:56.668478+0000 mgr.smithi119.jffuim (mgr.14180) 1121 : cluster [DBG] 2023-12-08T09:52:58.091 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:57 smithi119 conmon[83797]: pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:52:58.721 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:52:58.721 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:52:59.317 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:59 smithi145 conmon[88257]: cluster 2023-12-08T09:52:58.668934+0000 mgr.smithi119.jffuim (mgr.14180) 1122 : cluster 2023-12-08T09:53:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:59 smithi145 conmon[88257]: [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:00.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:52:59 smithi145 conmon[88257]: audit 2023-12-08T09:52:58.716158+0000 mgr.smithi119.jffuim (mgr.14180) 1123 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:00.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:59 smithi119 conmon[83797]: cluster 2023-12-08T09:52:58.668934+0000 mgr.smithi119.jffuim (mgr.14180) 1122 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:00.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:52:59 smithi119 conmon[83797]: audit 2023-12-08T09:52:58.716158+0000 mgr.smithi119.jffuim (mgr.14180) 1123 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:00.318 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:01.840 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:01 smithi119 conmon[83797]: cluster 2023-12-08T09:53:00. 2023-12-08T09:53:01.840 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:01 smithi119 conmon[83797]: 669672+0000 mgr.smithi119.jffuim (mgr.14180) 1124 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:02.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:01 smithi145 conmon[88257]: cluster 2023-12-08T09:53:00.669672+0000 mgr.smithi119.jffuim (mgr.14180) 1124 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:02.167 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:02.168 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:02.749 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:03.750 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:04.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:03 smithi119 conmon[83797]: audit 2023-12-08T09:53:02.162659+0000 mgr.smithi119.jffuim (mgr.14180) 1125 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:04.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:03 smithi119 conmon[83797]: cluster 2023-12-08T09:53:02.670141+0000 mgr.smithi119.jffuim (mgr.14180) 1126 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:03 smithi145 conmon[88257]: audit 2023-12-08T09:53:02.162659+0000 mgr.smithi119.jffuim (mgr.14180) 1125 : audit [DBG] 2023-12-08T09:53:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:03 smithi145 conmon[88257]: from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:03 smithi145 conmon[88257]: cluster 2023-12-08T09:53:02.670141+0000 mgr.smithi119.jffuim (mgr.14180) 1126 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:05.611 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:05.611 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:05 smithi119 conmon[83797]: cluster 2023-12-08T09:53:04.670545+0000 mgr.smithi119.jffuim (mgr.14180) 1127 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:06.241 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:06.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:05 smithi145 conmon[88257]: cluster 2023-12-08T09:53:04.670545+0000 mgr.smithi119.jffuim (mgr.14180) 1127 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:07.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:06 smithi119 conmon[83797]: audit 2023-12-08T09:53:05.606026+0000 mgr.smithi119.jffuim (mgr.14180) 1128 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:07.242 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:06 smithi145 conmon[88257]: audit 2023-12-08T09:53:05.606026+0000 mgr.smithi119.jffuim (mgr.14180) 1128 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:06 smithi145 conmon[88257]: 2023-12-08T09:53:08.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:07 smithi119 conmon[83797]: cluster 2023-12-08T09:53:06.671067+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:53:08.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:07 smithi119 conmon[83797]: 14180) 1129 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:07 smithi145 conmon[88257]: cluster 2023-12-08T09:53:06.671067+0000 mgr.smithi119.jffuim (mgr.14180) 1129 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:09.059 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:09.059 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:09.699 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:10.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:09 smithi119 conmon[83797]: cluster 2023-12-08T09:53:08.671501+0000 mgr.smithi119.jffuim (mgr.14180) 1130 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:10.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:09 smithi145 conmon[88257]: cluster 2023-12-08T09:53:08.671501+0000 mgr.smithi119.jffuim (mgr.14180) 1130 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:10.699 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:10 smithi119 conmon[83797]: audit 2023-12-08T09:53:09.054118+0000 mgr.smithi119.jffuim (mgr.14180) 1131 : audit [DBG] 2023-12-08T09:53:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:10 smithi119 conmon[83797]: from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:10 smithi145 conmon[88257]: audit 2023-12-08T09:53:09.054118+0000 mgr.smithi119.jffuim (mgr.14180) 1131 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:12.075 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:11 smithi119 conmon[83797]: cluster 2023-12-08T09:53:10.672090+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:53:12.075 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:11 smithi119 conmon[83797]: 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-08T09:53:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:11 smithi145 conmon[88257]: cluster 2023-12-08T09:53:10.672090+0000 mgr.smithi119.jffuim (mgr.14180) 1132 : cluster [DBG] 2023-12-08T09:53:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:11 smithi145 conmon[88257]: pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:12.691 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:12.691 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:44:21.896539Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.ffbasc on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:13.214 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:13 smithi119 conmon[83797]: cluster 2023-12-08T09:53:12.672593+0000 mgr.smithi119.jffuim (mgr.14180) 1133 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:13 smithi119 conmon[83797]: audit 2023 2023-12-08T09:53:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:13 smithi119 conmon[83797]: -12-08T09:53:12.685436+0000 mgr.smithi119.jffuim (mgr.14180) 1134 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:14.215 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:14.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:13 smithi145 conmon[88257]: cluster 2023-12-08T09:53:12.672593+0000 mgr.smithi119.jffuim (mgr.14180) 1133 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:14.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:13 smithi145 conmon[88257]: audit 2023-12-08T09:53:12.685436+0000 mgr.smithi119.jffuim (mgr.14180) 1134 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:15.090 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:14 smithi119 conmon[83797]: audit 2023-12-08T09:53:14. 2023-12-08T09:53:15.090 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:14 smithi119 conmon[83797]: 246975+0000 mon.smithi119 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi145.uyejwf"}]: dispatch 2023-12-08T09:53:15.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:14 smithi145 conmon[88257]: audit 2023-12-08T09:53:14.246975+0000 mon.smithi119 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi145.uyejwf"}]: dispatch 2023-12-08T09:53:15.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:14 smithi145 conmon[88257]: 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: cephadm 2023-12-08T09:53:14.246250+0000 mgr.smithi119.jffuim (mgr.14180) 1135 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.uyejwf ... 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:51:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:51:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:52:33Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:53:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: Traceback (most recent call last): 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: yield (conn, connr) 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: code, '\n'.join(err))) 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.uyejwf ... 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:51:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:51:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:52:33Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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-ra 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: te-limit 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: cephadm 2023-12-08T09:53:14.246543+0000 mgr.smithi119.jffuim (mgr.14180) 1136 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: cephadm 2023-12-08T09:53:14.247708+0000 mgr.smithi119.jffuim (mgr.14180) 1137 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi145.uyejwf ... 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:53:16.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:51:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:51:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:52:33Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:53:16.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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-08T09:53:16.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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-08T09:53:16.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: cephadm 2023-12-08T09:53:14.249459+0000 mgr.smithi119.jffuim (mgr.14180) 1138 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi119.oynyuh on smithi119 2023-12-08T09:53:16.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:15 smithi119 conmon[83797]: cluster 2023-12-08T09:53:14.673269+0000 mgr.smithi119.jffuim (mgr.14180) 1139 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:16.136 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:16.136 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: cephadm 2023-12-08T09:53:14.246250+0000 mgr.smithi119.jffuim (mgr.14180) 1135 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.uyejwf ... 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:51:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:51:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:52:33Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:53:16.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: Traceback (most recent call last): 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: yield (conn, connr) 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: code, '\n'.join(err))) 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.uyejwf ... 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:51:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:51:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:52:33Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: cephadm 2023-12-08T09:53:14.246543+0000 mgr.smithi119.jffuim (mgr.14180) 1136 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: cephadm 2023-12-08T09:53:14.247708+0000 mgr.smithi119.jffuim (mgr.14180) 1137 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf 2023-12-08T09:53:16.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi145.uyejwf ... 2023-12-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:51:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:51:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:52:33Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: cephadm 2023-12-08T09:53:14.249459+0000 mgr.smithi119.jffuim (mgr.14180) 1138 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi119.oynyuh on smithi119 2023-12-08T09:53:16.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:15 smithi145 conmon[88257]: cluster 2023-12-08T09:53:14.673269+0000 mgr.smithi119.jffuim (mgr.14180) 1139 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:16.756 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:17.758 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:17 smithi145 conmon[88257]: audit 2023-12-08T09:53:16.130996+0000 mgr.smithi119.jffuim (mgr.14180) 1140 : audit [DBG] 2023-12-08T09:53:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:17 smithi145 conmon[88257]: from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:18.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:17 smithi145 conmon[88257]: cluster 2023-12-08T09:53:16.673827+0000 mgr.smithi119.jffuim (mgr.14180) 1141 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:18.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:17 smithi119 conmon[83797]: audit 2023-12-08T09:53:16.130996+0000 mgr.smithi119.jffuim (mgr.14180) 1140 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:18.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:17 smithi119 conmon[83797]: cluster 2023-12-08T09:53:16.673827+0000 mgr.smithi119.jffuim (mgr.14180) 1141 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:19.684 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:19.684 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:20.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:19 smithi145 conmon[88257]: cluster 2023-12-08T09:53:18.674272+0000 mgr.smithi119.jffuim (mgr.14180) 1142 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:19 smithi119 conmon[83797]: cluster 2023-12-08T09:53:18.674272+0000 mgr.smithi119.jffuim (mgr.14180) 1142 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:20.255 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:21.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:20 smithi145 conmon[88257]: audit 2023-12-08T09:53:19.675640+0000 mgr.smithi119.jffuim (mgr.14180) 1143 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:20 smithi119 conmon[83797]: audit 2023-12-08T09:53:19.675640+0000 mgr.smithi119.jffuim (mgr.14180) 1143 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:21.256 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:21 smithi145 conmon[88257]: cluster 2023-12-08T09:53:20.674831+0000 mgr.smithi119.jffuim (mgr.14180) 1144 : cluster [DBG] 2023-12-08T09:53:22.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:21 smithi145 conmon[88257]: pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:21 smithi119 conmon[83797]: cluster 2023-12-08T09:53:20.674831+0000 mgr.smithi119.jffuim (mgr.14180) 1144 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:23.186 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:23.186 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:23.779 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:24.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:23 smithi145 conmon[88257]: cluster 2023-12-08T09:53:22.675319+0000 mgr.smithi119.jffuim (mgr.14180) 1145 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:23 smithi119 conmon[83797]: cluster 2023-12-08T09:53:22.675319+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:53:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:23 smithi119 conmon[83797]: 1145 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:24.780 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:25.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:24 smithi145 conmon[88257]: audit 2023-12-08T09:53:23.180735+0000 mgr.smithi119.jffuim (mgr.14180) 1146 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:24 smithi119 conmon[83797]: audit 2023-12-08T09:53:23.180735+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:53:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:24 smithi119 conmon[83797]: 1146 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:25.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:25 smithi119 conmon[83797]: cluster 2023-12-08T09:53:24.675755+0000 mgr.smithi119.jffuim (mgr.14180) 1147 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:26.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:25 smithi145 conmon[88257]: cluster 2023-12-08T09:53:24.675755+0000 mgr.smithi119.jffuim (mgr.14180) 1147 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:26.669 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:26.670 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:27.312 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:28.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:27 smithi145 conmon[88257]: audit 2023-12-08T09:53:26.664256+0000 mgr.smithi119.jffuim (mgr.14180) 1148 : audit [DBG] 2023-12-08T09:53:28.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:27 smithi145 conmon[88257]: from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:28.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:27 smithi145 conmon[88257]: cluster 2023-12-08T09:53:26.676234+0000 mgr.smithi119.jffuim (mgr.14180) 1149 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:27 smithi119 conmon[83797]: audit 2023-12-08T09:53:26.664256+0000 mgr.smithi119.jffuim (mgr.14180) 1148 2023-12-08T09:53:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:27 smithi119 conmon[83797]: : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:28.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:27 smithi119 conmon[83797]: cluster 2023-12-08T09:53:26.676234+0000 mgr.smithi119.jffuim (mgr.14180) 1149 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:28.313 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:29.756 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:29 smithi119 conmon[83797]: cluster 2023-12-08T09:53:28.676634+0000 mgr.smithi119.jffuim (mgr.14180) 1150 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:30.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:29 smithi145 conmon[88257]: cluster 2023-12-08T09:53:28.676634+0000 mgr.smithi119.jffuim (mgr.14180) 1150 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:30.141 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:30.141 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:30.754 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:31.754 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:31 smithi145 conmon[88257]: audit 2023-12-08T09:53:30.135849+0000 mgr.smithi119.jffuim (mgr.14180) 1151 : 2023-12-08T09:53:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:31 smithi145 conmon[88257]: audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:32.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:31 smithi145 conmon[88257]: cluster 2023-12-08T09:53:30.677115+0000 mgr.smithi119.jffuim (mgr.14180) 1152 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:32.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:31 smithi119 conmon[83797]: audit 2023-12-08T09:53:30.135849+0000 mgr.smithi119.jffuim ( 2023-12-08T09:53:32.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:31 smithi119 conmon[83797]: mgr.14180) 1151 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:32.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:31 smithi119 conmon[83797]: cluster 2023-12-08T09:53:30.677115+0000 mgr.smithi119.jffuim (mgr.14180) 1152 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:33.649 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:33.649 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:34.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:33 smithi145 conmon[88257]: cluster 2023-12-08T09:53:32.677778+0000 mgr.smithi119.jffuim (mgr.14180) 1153 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:33 smithi119 conmon[83797]: cluster 2023-12-08T09:53:32.677778+0000 mgr.smithi119.jffuim (mgr.14180) 1153 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:34.195 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:35.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:34 smithi145 conmon[88257]: audit 2023-12-08T09:53:33.643520+0000 mgr.smithi119.jffuim (mgr.14180) 1154 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:35.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:34 smithi119 conmon[83797]: audit 2023-12-08T09:53:33.643520+0000 mgr.smithi119.jffuim (mgr.14180) 1154 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:35.195 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:36.005 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:35 smithi145 conmon[88257]: cluster 2023-12-08T09:53:34.678254+0000 mgr.smithi119.jffuim (mgr.14180) 1155 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:36.053 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:35 smithi119 conmon[83797]: cluster 2023-12-08T09:53:34.678254+0000 mgr.smithi119.jffuim (mgr.14180) 1155 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:37.068 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:37.068 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:37.685 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:37 smithi119 conmon[83797]: cluster 2023-12-08T09:53:36.678764+0000 mgr.smithi119.jffuim (mgr.14180) 1156 : cluster [DBG] 2023-12-08T09:53:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:37 smithi119 conmon[83797]: pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:37 smithi145 conmon[88257]: cluster 2023-12-08T09:53:36.678764+0000 mgr.smithi119.jffuim (mgr.14180) 1156 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:38.687 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:38 smithi119 conmon[83797]: audit 2023-12-08T 2023-12-08T09:53:39.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:38 smithi119 conmon[83797]: 09:53:37.062821+0000 mgr.smithi119.jffuim (mgr.14180) 1157 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:39.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:38 smithi145 conmon[88257]: audit 2023-12-08T09:53:37.062821+0000 mgr.smithi119.jffuim (mgr.14180) 1157 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:40.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:39 smithi119 conmon[83797]: cluster 2023-12-08T09:53:38.679260+0000 mgr.smithi119.jffuim (mgr.14180) 1158 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:39 smithi145 conmon[88257]: cluster 2023-12-08T09:53:38.679260+0000 mgr.smithi119.jffuim (mgr.14180) 1158 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:40.574 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:40.574 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:41.159 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:41 smithi119 conmon[83797]: audit 2023-12-08T09:53:40.568797+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:53:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:41 smithi119 conmon[83797]: ) 1159 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:41 smithi119 conmon[83797]: cluster 2023-12-08T09:53:40.679877+0000 mgr.smithi119.jffuim (mgr.14180) 1160 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:42.160 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:42.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:41 smithi145 conmon[88257]: audit 2023-12-08T09:53:40.568797+0000 mgr.smithi119.jffuim (mgr.14180) 1159 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:42.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:41 smithi145 conmon[88257]: cluster 2023-12-08T09:53:40.679877+0000 mgr.smithi119.jffuim (mgr.14180) 1160 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:44.038 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:44.039 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:44.067 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:43 smithi119 conmon[83797]: cluster 2023-12-08T09:53:42.680429+0000 mgr.smithi119.jffuim (mgr.14180) 1161 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:44.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:43 smithi145 conmon[88257]: cluster 2023-12-08T09:53:42.680429+0000 mgr.smithi119.jffuim (mgr.14180) 1161 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:44.626 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:45.627 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:46.086 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:45 smithi119 conmon[83797]: audit 2023-12-08T09:53:44.032848+0000 mgr.smithi119.jffuim (mgr.14180) 1162 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:46.086 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:45 smithi119 conmon[83797]: cluster 2023-12- 2023-12-08T09:53:46.086 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:45 smithi119 conmon[83797]: 08T09:53:44.681118+0000 mgr.smithi119.jffuim (mgr.14180) 1163 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:46.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:45 smithi145 conmon[88257]: audit 2023-12-08T09:53:44.032848+0000 mgr.smithi119.jffuim (mgr.14180) 1162 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:46.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:45 smithi145 conmon[88257]: 2023-12-08T09:53:46.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:45 smithi145 conmon[88257]: cluster 2023-12-08T09:53:44.681118+0000 mgr.smithi119.jffuim (mgr.14180) 1163 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:47.509 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:47.510 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:47 smithi119 conmon[83797]: cluster 2023-12-08T09:53:46.681774+0000 mgr.smithi119.jffuim (mgr.14180) 1164 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:48.117 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:48.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:47 smithi145 conmon[88257]: cluster 2023-12-08T09:53:46.681774+0000 mgr.smithi119.jffuim (mgr.14180) 1164 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:49.117 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:49.123 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:48 smithi119 conmon[83797]: audit 2023-12-08T09:53:47.504632+0000 mgr.smithi119.jffuim (mgr.14180) 1165 2023-12-08T09:53:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:48 smithi119 conmon[83797]: : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:48 smithi145 conmon[88257]: audit 2023-12-08T09:53:47.504632+0000 mgr.smithi119.jffuim (mgr.14180) 1165 : audit [DBG] 2023-12-08T09:53:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:48 smithi145 conmon[88257]: from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:50.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:49 smithi119 conmon[83797]: cluster 2023-12-08T09:53:48.682184+0000 mgr.smithi119.jffuim (mgr.14180) 1166 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:50.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:49 smithi145 conmon[88257]: cluster 2023-12-08T09:53:48.682184+0000 mgr.smithi119.jffuim (mgr.14180) 1166 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:50.932 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:50.932 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:51.549 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:52.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:51 smithi119 conmon[83797]: cluster 2023-12-08T09:53:50.682812+0000 mgr.smithi119.jffuim (mgr.14180) 1167 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:52.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:51 smithi119 conmon[83797]: audit 2023-12-08T09:53:50.927316+0000 mgr.smithi119.jffuim (mgr.14180) 1168 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:52.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:51 smithi145 conmon[88257]: cluster 2023-12-08T09:53:50.682812+0000 mgr.smithi119.jffuim (mgr.14180) 1167 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:52.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:51 smithi145 conmon[88257]: audit 2023-12-08T09:53:50.927316+0000 mgr.smithi119.jffuim (mgr.14180) 1168 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:52.550 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:54.086 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:53 smithi119 conmon[83797]: cluster 2023-12-08T09:53:52.683352+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:53:54.086 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:53 smithi119 conmon[83797]: .14180) 1169 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:54.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:53 smithi145 conmon[88257]: cluster 2023-12-08T09:53:52.683352+0000 mgr.smithi119.jffuim (mgr.14180) 1169 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:54.484 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:54.484 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:55.090 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:56.091 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:56.122 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:55 smithi119 conmon[83797]: audit 2023-12-08T09:53:54.478499+0000 mgr.smithi119.jffuim (mgr.14180) 1170 2023-12-08T09:53:56.122 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:55 smithi119 conmon[83797]: : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:56.122 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:55 smithi119 conmon[83797]: cluster 2023-12-08T09:53:54.683897+0000 mgr.smithi119.jffuim (mgr.14180) 1171 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:56.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:55 smithi145 conmon[88257]: audit 2023-12-08T09:53:54.478499+0000 mgr.smithi119.jffuim (mgr.14180) 1170 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:56.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:55 smithi145 conmon[88257]: cluster 2023-12-08T09:53:54.683897+0000 mgr.smithi119.jffuim (mgr.14180) 1171 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:57.913 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:53:57.914 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:53:58.083 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:57 smithi119 conmon[83797]: cluster 2023-12-08T09:53:56.684639+0000 mgr.smithi119.jffuim (mgr.14180) 1172 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:58.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:57 smithi145 conmon[88257]: cluster 2023-12-08T09:53:56.684639+0000 mgr.smithi119.jffuim (mgr.14180) 1172 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:53:58.572 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:53:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:58 smithi119 conmon[83797]: audit 2023-12-08T09:53:57.908481+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:53:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:58 smithi119 conmon[83797]: ) 1173 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:59.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:58 smithi145 conmon[88257]: audit 2023-12-08T09:53:57.908481+0000 mgr.smithi119.jffuim (mgr.14180) 1173 : audit 2023-12-08T09:53:59.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:58 smithi145 conmon[88257]: [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:53:59.573 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:53:59.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:59 smithi119 conmon[83797]: cluster 2023-12-08T09:53:58.685097+0000 2023-12-08T09:53:59.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:53:59 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 1174 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T09:54:00.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:59 smithi145 conmon[88257]: cluster 2023-12-08T09:53:58.685097+0000 mgr.smithi119.jffuim (mgr.14180) 1174 : cluster 2023-12-08T09:54:00.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:53:59 smithi145 conmon[88257]: [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T09:54:01.551 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:01.551 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:01.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:01 smithi119 conmon[83797]: cluster 2023-12-08T09:54:00.685615+0000 mgr.smithi119.jffuim (mgr.14180) 1175 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 32 op/s 2023-12-08T09:54:02.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:01 smithi145 conmon[88257]: cluster 2023-12-08T09:54:00.685615+0000 mgr.smithi119.jffuim (mgr.14180) 1175 : cluster 2023-12-08T09:54:02.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:01 smithi145 conmon[88257]: [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 32 op/s 2023-12-08T09:54:02.364 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:02 smithi119 conmon[83797]: audit 2023-12-08T09:54:01.545515+0000 mgr.smithi119.jffuim (mgr.14180) 1176 2023-12-08T09:54:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:02 smithi119 conmon[83797]: : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:02 smithi145 conmon[88257]: audit 2023-12-08T09:54:01.545515+0000 mgr.smithi119.jffuim (mgr.14180) 1176 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:03.365 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:04.097 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:03 smithi119 conmon[83797]: cluster 2023-12-08T09:54:02.686119+0000 mgr.smithi119.jffuim (mgr.14180) 1177 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 121 op/s 2023-12-08T09:54:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:03 smithi145 conmon[88257]: cluster 2023-12-08T09:54:02.686119+0000 mgr.smithi119.jffuim (mgr.14180) 1177 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 121 op/s 2023-12-08T09:54:04.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:03 smithi145 conmon[88257]: 2023-12-08T09:54:05.316 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:05.316 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:05.905 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:05 smithi119 conmon[83797]: cluster 2023-12-08T09:54:04.686615+0000 mgr.smithi119.jffuim (mgr.14180) 1178 2023-12-08T09:54:06.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:05 smithi119 conmon[83797]: : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 163 op/s 2023-12-08T09:54:06.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:05 smithi145 conmon[88257]: cluster 2023-12-08T09:54:04.686615+0000 mgr.smithi119.jffuim (mgr.14180) 1178 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 163 op/s 2023-12-08T09:54:06.907 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:07.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:06 smithi119 conmon[83797]: audit 2023-12-08T09:54:05.310704+0000 mgr.smithi119.jffuim (mgr.14180) 1179 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:07.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:06 smithi145 conmon[88257]: audit 2023-12-08T09:54:05.310704+0000 mgr.smithi119.jffuim (mgr.14180) 1179 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:07 smithi119 conmon[83797]: cluster 2023-12-08T09:54:06.687192+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:54:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:07 smithi119 conmon[83797]: 1180 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 191 op/s 2023-12-08T09:54:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:07 smithi145 conmon[88257]: cluster 2023-12-08T09:54:06.687192+0000 mgr.smithi119.jffuim (mgr.14180) 1180 : cluster 2023-12-08T09:54:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:07 smithi145 conmon[88257]: [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 191 op/s 2023-12-08T09:54:08.755 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:08.755 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:09.355 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:10.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:09 smithi119 conmon[83797]: cluster 2023-12-08T09:54:08.687669+0000 mgr.smithi119.jffuim (mgr.14180) 1181 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 191 op/s 2023-12-08T09:54:10.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:09 smithi119 conmon[83797]: audit 2023-12-08T09:54:08.749974+0000 mgr.smithi119.jffuim (mgr.14180) 1182 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:10.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:09 smithi145 conmon[88257]: cluster 2023-12-08T09:54:08.687669+0000 mgr.smithi119.jffuim (mgr.14180) 1181 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 191 op/s 2023-12-08T09:54:10.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:09 smithi145 conmon[88257]: audit 2023-12-08T09:54:08.749974 2023-12-08T09:54:10.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:09 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 1182 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:10.355 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:11.907 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:11 smithi119 conmon[83797]: cluster 2023-12-08T09:54:10.688189+0000 mgr.smithi119.jffuim (mgr.14180) 1183 : cluster [DBG] 2023-12-08T09:54:11.908 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:11 smithi119 conmon[83797]: 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-08T09:54:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:11 smithi145 conmon[88257]: cluster 2023-12-08T09:54:10.688189+0000 mgr.smithi119.jffuim (mgr.14180) 1183 : 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-08T09:54:12.267 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:12.267 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:12.828 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:13.830 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:13 smithi119 conmon[83797]: audit 2023-12-08T09:54:12.261878+0000 mgr.smithi119.jffuim (mgr.14180) 1184 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:14.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:13 smithi119 conmon[83797]: cluster 2023-12-08T09:54:12.688734+0000 mgr.smithi119.jffuim (mgr.14180) 1185 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 KiB/s rd, 0 B/s wr, 158 op/s 2023-12-08T09:54:14.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:13 smithi145 conmon[88257]: audit 2023-12-08T09:54:12.261878+0000 mgr.smithi119.jffuim (mgr.14180) 1184 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:14.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:13 smithi145 conmon[88257]: cluster 2023-12-08T09:54:12.688734+0000 mgr.smithi119.jffuim (mgr.14180) 1185 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 KiB/s rd, 0 B/s wr, 158 op/s 2023-12-08T09:54:15.689 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:15.689 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:15 smithi119 conmon[83797]: cluster 2023-12-08T09:54:14.689408+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:54:16.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:15 smithi119 conmon[83797]: .14180) 1186 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T09:54:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:15 smithi145 conmon[88257]: cluster 2023-12-08T09:54:14.689408+0000 mgr.smithi119.jffuim (mgr.14180) 1186 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T09:54:16.286 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:16 smithi119 conmon[83797]: audit 2023-12-08T09:54:15.683779+0000 mgr.smithi119.jffuim (mgr.14180) 1187 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:17.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:16 smithi145 conmon[88257]: audit 2023-12-08T09:54:15.683779+0000 mgr.smithi119.jffuim (mgr.14180) 1187 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:17.287 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:18.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:17 smithi119 conmon[83797]: cluster 2023-12-08T09:54:16.689868+0000 mgr.smithi119.jffuim (mgr.14180) 1188 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2023-12-08T09:54:18.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:17 smithi145 conmon[88257]: cluster 2023-12-08T09:54:16.689868+0000 mgr.smithi119.jffuim (mgr.14180) 1188 : cluster [DBG] 2023-12-08T09:54:18.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:17 smithi145 conmon[88257]: pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2023-12-08T09:54:19.152 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:19.152 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:19.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:19 smithi119 conmon[83797]: cluster 2023-12-08T09:54:18.690298+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:54:20.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:19 smithi119 conmon[83797]: ) 1189 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:20.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:19 smithi145 conmon[88257]: cluster 2023-12-08T09:54:18.690298+0000 mgr.smithi119.jffuim (mgr.14180) 1189 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:20.779 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:20 smithi119 conmon[83797]: audit 2023-12-08T09:54:19.146641+0000 mgr.smithi119.jffuim (mgr.14180) 1190 2023-12-08T09:54:21.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:20 smithi119 conmon[83797]: : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:20 smithi145 conmon[88257]: audit 2023-12-08T09:54:19.146641+0000 mgr.smithi119.jffuim (mgr.14180) 1190 : audit 2023-12-08T09:54:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:20 smithi145 conmon[88257]: [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:22.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:21 smithi119 conmon[83797]: cluster 2023-12-08T09:54:20.690884+0000 mgr.smithi119.jffuim (mgr.14180) 1191 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:22.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:21 smithi145 conmon[88257]: cluster 2023-12-08T09:54:20.690884+0000 mgr.smithi119.jffuim (mgr.14180) 1191 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:22.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:21 smithi145 conmon[88257]: 2023-12-08T09:54:22.602 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:22.602 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:23.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:23 smithi119 conmon[83797]: audit 2023-12-08T09:54:22.596742+0000 mgr.smithi119.jffuim (mgr.14180) 1192 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:24.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:23 smithi119 conmon[83797]: cluster 2023-12-08T09:54:22.691438+0000 mgr.smithi119.jffuim (mgr.14180) 1193 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:24.248 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:24.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:23 smithi145 conmon[88257]: audit 2023-12-08T09:54:22.596742+0000 mgr.smithi119.jffuim (mgr.14180) 1192 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:24.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:23 smithi145 conmon[88257]: 2023-12-08T09:54:24.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:23 smithi145 conmon[88257]: cluster 2023-12-08T09:54:22.691438+0000 mgr.smithi119.jffuim (mgr.14180) 1193 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:26.118 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:26.119 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:25 smithi119 conmon[83797]: cluster 2023- 2023-12-08T09:54:26.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:25 smithi119 conmon[83797]: 12-08T09:54:24.691857+0000 mgr.smithi119.jffuim (mgr.14180) 1194 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:26.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:25 smithi145 conmon[88257]: cluster 2023-12-08T09:54:24.691857+0000 mgr.smithi119.jffuim (mgr.14180) 1194 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:26.729 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:27.730 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:27 smithi119 conmon[83797]: audit 2023-12-08T09:54:26 2023-12-08T09:54:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:27 smithi119 conmon[83797]: .113091+0000 mgr.smithi119.jffuim (mgr.14180) 1195 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:28.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:27 smithi119 conmon[83797]: cluster 2023-12-08T09:54:26.692648+0000 mgr.smithi119.jffuim (mgr.14180) 1196 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:28.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:27 smithi145 conmon[88257]: audit 2023-12-08T09:54:26.113091+0000 mgr.smithi119.jffuim (mgr.14180) 1195 : audit 2023-12-08T09:54:28.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:27 smithi145 conmon[88257]: [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:28.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:27 smithi145 conmon[88257]: cluster 2023-12-08T09:54:26.692648+0000 mgr.smithi119.jffuim (mgr.14180) 1196 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:29.587 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:29.587 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:30.242 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:29 smithi119 conmon[83797]: cluster 2023-12-08T09:54:28.693372+0000 mgr.smithi119.jffuim (mgr.14180) 1197 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:30.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:29 smithi145 conmon[88257]: cluster 2023-12-08T09:54:28.693372+0000 mgr.smithi119.jffuim (mgr.14180) 1197 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:30.263 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:31.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:30 smithi145 conmon[88257]: audit 2023-12-08T09:54:29.581885+0000 mgr.smithi119.jffuim (mgr.14180) 1198 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:31.264 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:31.294 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:30 smithi119 conmon[83797]: audit 2023-12-08T09:54:29.581885+0000 mgr.smithi119.jffuim (mgr.14180) 1198 : audit [DBG] 2023-12-08T09:54:31.294 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:30 smithi119 conmon[83797]: from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:32.085 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:31 smithi119 conmon[83797]: cluster 2023-12-08T09:54:30.694107+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:54:32.086 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:31 smithi119 conmon[83797]: .14180) 1199 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:32.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:31 smithi145 conmon[88257]: cluster 2023-12-08T09:54:30.694107+0000 mgr.smithi119.jffuim (mgr.14180) 1199 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:33.203 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:33.204 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:33.788 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:34.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:33 smithi119 conmon[83797]: cluster 2023-12-08T09:54:32.694789+0000 mgr.smithi119.jffuim (mgr.14180) 1200 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:34.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:33 smithi145 conmon[88257]: cluster 2023-12-08T09:54:32.694789+0000 mgr.smithi119.jffuim (mgr.14180) 1200 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:34.789 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:35.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:34 smithi119 conmon[83797]: audit 2023-12-08T09:54:33.198309+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:54:35.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:34 smithi119 conmon[83797]: 1201 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:34 smithi145 conmon[88257]: audit 2023-12-08T09:54:33.198309+0000 mgr.smithi119.jffuim (mgr.14180) 1201 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:36.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:35 smithi145 conmon[88257]: cluster 2023-12-08T09:54:34.695312+0000 mgr.smithi119.jffuim (mgr.14180) 1202 2023-12-08T09:54:36.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:35 smithi145 conmon[88257]: : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:36.320 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:35 smithi119 conmon[83797]: cluster 2023-12-08T09:54:34.695312+0000 mgr.smithi119.jffuim (mgr.14180) 1202 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:36.707 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:36.707 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:37.334 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:37 smithi145 conmon[88257]: cluster 2023-12-08T09:54:36.695744+0000 mgr.smithi119.jffuim (mgr.14180) 1203 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:37 smithi145 conmon[88257]: audit 2023-12-08T09:54:36.702309+0000 mgr.smithi119.jffuim (mgr.14180) 1204 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:38.336 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:38.366 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:37 smithi119 conmon[83797]: cluster 2023-12-08T09:54:36.695744+0000 mgr.smithi119.jffuim (mgr.14180) 1203 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:38.366 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:37 smithi119 conmon[83797]: audit 2023-12-08T09:54:36. 2023-12-08T09:54:38.366 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:37 smithi119 conmon[83797]: 702309+0000 mgr.smithi119.jffuim (mgr.14180) 1204 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:40.150 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:40.150 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:40.181 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:39 smithi119 conmon[83797]: cluster 2023-12-08T09:54:38.696412+0000 mgr.smithi119.jffuim (mgr.14180) 1205 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:39 smithi145 conmon[88257]: cluster 2023-12-08T09:54:38.696412+0000 mgr.smithi119.jffuim (mgr.14180) 1205 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:40.758 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:41.760 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:41 smithi119 conmon[83797]: audit 2023-12-08T09:54:40.144557+0000 mgr.smithi119.jffuim (mgr.14180) 1206 : audit 2023-12-08T09:54:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:41 smithi119 conmon[83797]: [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:42.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:41 smithi119 conmon[83797]: cluster 2023-12-08T09:54:40.696853+0000 mgr.smithi119.jffuim (mgr.14180) 1207 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:42.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:41 smithi145 conmon[88257]: audit 2023-12-08T09:54:40.144557+0000 mgr.smithi119.jffuim (mgr.14180) 1206 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:42.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:41 smithi145 conmon[88257]: cluster 2023-12-08T09:54:40.696853+0000 mgr.smithi119.jffuim (mgr.14180) 1207 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:43.603 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:43.603 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:44.231 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:43 smithi119 conmon[83797]: cluster 2023-12-08T09:54:42.697331+0000 mgr.smithi119.jffuim (mgr.14180) 1208 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:44.249 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:44.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:43 smithi145 conmon[88257]: cluster 2023-12-08T09:54:42.697331+0000 mgr.smithi119.jffuim (mgr.14180) 1208 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:45.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:44 smithi119 conmon[83797]: audit 2023-12-08T09:54:43.597886+0000 mgr.smithi119.jffuim (mgr.14180) 1209 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:45.250 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:45.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:44 smithi145 conmon[88257]: audit 2023-12-08T09:54:43.597886+0000 mgr.smithi119.jffuim (mgr.14180) 1209 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:46.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:45 smithi119 conmon[83797]: cluster 2023-12-08T09:54:44. 2023-12-08T09:54:46.066 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:45 smithi119 conmon[83797]: 697754+0000 mgr.smithi119.jffuim (mgr.14180) 1210 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:46.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:45 smithi145 conmon[88257]: cluster 2023-12-08T09:54:44.697754+0000 mgr.smithi119.jffuim ( 2023-12-08T09:54:46.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:45 smithi145 conmon[88257]: mgr.14180) 1210 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:47.185 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:47.185 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:47.773 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:48.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:47 smithi119 conmon[83797]: cluster 2023-12-08T09:54:46.698486+0000 mgr.smithi119.jffuim (mgr.14180) 1211 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:48.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:47 smithi145 conmon[88257]: cluster 2023-12-08T09:54:46.698486+0000 mgr.smithi119.jffuim (mgr.14180) 1211 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:48.774 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:48 smithi119 conmon[83797]: audit 2023-12-08T09:54:47.180269+0000 mgr.smithi119.jffuim (mgr.14180) 1212 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:48 smithi145 conmon[88257]: audit 2023-12-08T09:54:47.180269+0000 mgr.smithi119.jffuim (mgr.14180) 1212 : audit 2023-12-08T09:54:49.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:48 smithi145 conmon[88257]: [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:50.210 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:49 smithi119 conmon[83797]: cluster 2023-12-08T09:54:48.699117+0000 mgr.smithi119.jffuim (mgr.14180) 1213 : 2023-12-08T09:54:50.210 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:49 smithi119 conmon[83797]: cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:50.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:49 smithi145 conmon[88257]: cluster 2023-12-08T09:54:48.699117+0000 mgr.smithi119.jffuim (mgr.14180) 1213 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:50.582 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:50.583 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:51.223 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:52.224 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:52.250 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:51 smithi119 conmon[83797]: audit 2023-12-08T09:54:50.577493+0000 mgr.smithi119.jffuim (mgr.14180) 1214 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:52.251 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:51 smithi119 conmon[83797]: cluster 2023-12-08T09:54:50.699732+0000 mgr.smithi119.jffuim (mgr.14180) 1215 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:52.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:51 smithi145 conmon[88257]: audit 2023-12-08T09:54:50.577493+0000 mgr.smithi119.jffuim (mgr.14180) 1214 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:52.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:51 smithi145 conmon[88257]: cluster 2023- 2023-12-08T09:54:52.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:51 smithi145 conmon[88257]: 12-08T09:54:50.699732+0000 mgr.smithi119.jffuim (mgr.14180) 1215 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:54.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:53 smithi119 conmon[83797]: cluster 2023-12-08T09:54:52.700283+0000 mgr.smithi119.jffuim (mgr.14180) 1216 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:54.168 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:54.169 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:54.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:53 smithi145 conmon[88257]: cluster 2023-12-08T09:54:52.700283+0000 mgr.smithi119.jffuim (mgr.14180) 1216 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:54.756 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:55.757 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:56.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:55 smithi119 conmon[83797]: audit 2023-12-08T09:54:54.161860+0000 mgr.smithi119.jffuim (mgr.14180) 1217 : 2023-12-08T09:54:56.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:55 smithi119 conmon[83797]: audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:56.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:55 smithi119 conmon[83797]: cluster 2023-12-08T09:54:54.700947+0000 mgr.smithi119.jffuim (mgr.14180) 1218 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:56.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:55 smithi145 conmon[88257]: audit 2023-12-08T09:54:54.161860+0000 mgr.smithi119.jffuim (mgr.14180) 1217 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:56.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:55 smithi145 conmon[88257]: cluster 2023-12-08T09:54:54 2023-12-08T09:54:56.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:55 smithi145 conmon[88257]: .700947+0000 mgr.smithi119.jffuim (mgr.14180) 1218 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:57.712 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:54:57.712 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:54:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:57 smithi119 conmon[83797]: cluster 2023-12-08T09:54:56.701515+0000 mgr.smithi119.jffuim (mgr.14180) 1219 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:58.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:57 smithi145 conmon[88257]: cluster 2023-12-08T09:54:56.701515+0000 mgr.smithi119.jffuim (mgr.14180) 1219 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:54:58.263 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:54:59.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:58 smithi145 conmon[88257]: audit 2023-12-08T09:54:57.706600+0000 mgr.smithi119.jffuim (mgr.14180) 1220 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:54:59.264 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:54:59.294 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:58 smithi119 conmon[83797]: audit 2023-12-08T09:54:57.706600+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:54:59.294 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:58 smithi119 conmon[83797]: ) 1220 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:00.122 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:59 smithi119 conmon[83797]: cluster 2023-12-08T09:54:58.701982+0000 mgr.smithi119.jffuim ( 2023-12-08T09:55:00.123 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:54:59 smithi119 conmon[83797]: mgr.14180) 1221 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:00.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:54:59 smithi145 conmon[88257]: cluster 2023-12-08T09:54:58.701982+0000 mgr.smithi119.jffuim (mgr.14180) 1221 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:01.157 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:01.158 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:01.695 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:02.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:01 smithi145 conmon[88257]: cluster 2023-12-08T09:55:00.702500+0000 mgr.smithi119.jffuim (mgr.14180) 1222 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:02.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:01 smithi119 conmon[83797]: cluster 2023-12-08T09:55:00.702500+0000 mgr.smithi119.jffuim (mgr.14180) 1222 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:02.696 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:02 smithi119 conmon[83797]: audit 2023-12-08T09:55:01.152543+0000 2023-12-08T09:55:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:02 smithi119 conmon[83797]: mgr.smithi119.jffuim (mgr.14180) 1223 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:02 smithi145 conmon[88257]: audit 2023-12-08T09:55:01.152543+0000 mgr.smithi119.jffuim (mgr.14180) 1223 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:04.198 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:03 smithi119 conmon[83797]: cluster 2023-12-08T09:55:02.703009+0000 mgr.smithi119.jffuim (mgr.14180) 1224 : cluster [DBG] 2023-12-08T09:55:04.199 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:03 smithi119 conmon[83797]: pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:03 smithi145 conmon[88257]: cluster 2023-12-08T09:55:02.703009+0000 mgr.smithi119.jffuim (mgr.14180) 1224 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:04.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:03 smithi145 conmon[88257]: 2023-12-08T09:55:04.575 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:04.575 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:05.245 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:06.246 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:06.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:05 smithi145 conmon[88257]: audit 2023-12-08T09:55:04.570194+0000 mgr.smithi119.jffuim (mgr.14180) 1225 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:06.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:05 smithi145 conmon[88257]: cluster 2023-12-08T09:55:04.703462+0000 mgr.smithi119.jffuim (mgr.14180) 1226 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:06.277 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:05 smithi119 conmon[83797]: audit 2023-12-08T09:55:04.570194+0000 mgr.smithi119.jffuim (mgr.14180) 1225 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:06.277 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:05 smithi119 conmon[83797]: cluster 2023-12-08T09:55:04. 2023-12-08T09:55:06.277 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:05 smithi119 conmon[83797]: 703462+0000 mgr.smithi119.jffuim (mgr.14180) 1226 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:08.097 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:08.097 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:07 smithi119 conmon[83797]: cluster 2023-12-08T09:55:06.703912+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:55:08.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:07 smithi119 conmon[83797]: 14180) 1227 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:08.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:07 smithi145 conmon[88257]: cluster 2023-12-08T09:55:06.703912+0000 mgr.smithi119.jffuim (mgr.14180) 1227 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:08.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:09.680 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:10.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:09 smithi145 conmon[88257]: audit 2023-12-08T09:55:08.092365+0000 mgr.smithi119.jffuim (mgr.14180) 1228 : audit [DBG] 2023-12-08T09:55:10.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:09 smithi145 conmon[88257]: from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:10.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:09 smithi145 conmon[88257]: cluster 2023-12-08T09:55:08.704561+0000 mgr.smithi119.jffuim (mgr.14180) 1229 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:10.344 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:09 smithi119 conmon[83797]: audit 2023-12-08T09:55:08.092365+0000 mgr.smithi119.jffuim (mgr.14180) 1228 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:10.344 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:09 smithi119 conmon[83797]: cluster 2023-12-08T09:55:08.704561+0000 mgr.smithi119.jffuim (mgr.14180) 1229 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:11.644 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:11.644 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:12.234 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:11 smithi119 conmon[83797]: cluster 2023-12-08T09:55:10.705107+0000 mgr.smithi119.jffuim (mgr.14180) 1230 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:12.253 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:11 smithi145 conmon[88257]: cluster 2023-12-08T09:55:10.705107+0000 mgr.smithi119.jffuim (mgr.14180) 1230 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:13.255 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:13.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:12 smithi145 conmon[88257]: audit 2023-12-08T09:55:11.638119+0000 mgr.smithi119.jffuim (mgr.14180) 1231 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:13.284 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:12 smithi119 conmon[83797]: audit 2023-12-08T09:55:11.638119+0000 mgr.smithi119.jffuim (mgr.14180) 1231 : audit [DBG] 2023-12-08T09:55:13.285 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:12 smithi119 conmon[83797]: from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:14.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:13 smithi145 conmon[88257]: cluster 2023-12-08T09:55:12.705592+0000 mgr.smithi119.jffuim (mgr.14180) 1232 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:14.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:13 smithi119 conmon[83797]: cluster 2023-12-08T09:55:12.705592+0000 mgr.smithi119.jffuim (mgr.14180) 1232 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:15.105 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:15.105 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:15.711 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:15 smithi145 conmon[88257]: cluster 2023-12-08T09:55:14.706347+0000 mgr.smithi119.jffuim (mgr.14180) 1233 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:16.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:15 smithi119 conmon[83797]: cluster 2023-12-08T09:55:14.706347+0000 mgr.smithi119.jffuim (mgr.14180) 1233 2023-12-08T09:55:16.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:15 smithi119 conmon[83797]: : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:16.712 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:17.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:17 smithi145 conmon[88257]: audit 2023-12-08T09:55:15.099856+0000 mgr.smithi119.jffuim (mgr.14180) 1234 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:17.360 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:16 smithi119 conmon[83797]: audit 2023-12-08T09:55:15.099856+0000 mgr.smithi119.jffuim (mgr.14180) 1234 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:18.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:18 smithi145 conmon[88257]: cluster 2023-12-08T09:55:16.706970+0000 mgr.smithi119.jffuim (mgr.14180) 1235 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:18.279 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:18 smithi119 conmon[83797]: cluster 2023-12-08T09:55:16.706970+0000 mgr.smithi119.jffuim (mgr.14180) 1235 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:18.658 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:18.658 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:19.227 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:20.228 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:20.259 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:20 smithi119 conmon[83797]: audit 2023-12-08T09:55:18.653117+0000 mgr.smithi119.jffuim (mgr.14180) 1236 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:20.259 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:20 smithi119 conmon[83797]: cluster 2023-12-08T09:55: 2023-12-08T09:55:20.259 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:20 smithi119 conmon[83797]: 18.707480+0000 mgr.smithi119.jffuim (mgr.14180) 1237 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:20.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:20 smithi145 conmon[88257]: audit 2023-12-08T09:55:18.653117+0000 mgr.smithi119.jffuim (mgr.14180) 1236 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:20.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:20 smithi145 conmon[88257]: cluster 2023-12-08T09:55:18.707480 2023-12-08T09:55:20.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:20 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 1237 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:22.112 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:22.112 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:22.285 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:22 smithi119 conmon[83797]: cluster 2023-12-08T09:55:20.708022+0000 mgr.smithi119.jffuim (mgr.14180) 1238 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:22.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:22 smithi145 conmon[88257]: cluster 2023-12-08T09:55:20.708022+0000 mgr.smithi119.jffuim (mgr.14180) 1238 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:22.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:23.677 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:24.333 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:24 smithi119 conmon[83797]: audit 2023-12-08T09:55:22.106535+0000 mgr.smithi119.jffuim (mgr.14180) 1239 2023-12-08T09:55:24.334 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:24 smithi119 conmon[83797]: : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:24.334 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:24 smithi119 conmon[83797]: cluster 2023-12-08T09:55:22.708707+0000 mgr.smithi119.jffuim (mgr.14180) 1240 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:24.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:24 smithi145 conmon[88257]: audit 2023-12-08T09:55:22.106535+0000 mgr.smithi119.jffuim (mgr.14180) 1239 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:24.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:24 smithi145 conmon[88257]: cluster 2023-12-08T09:55:22.708707+0000 mgr.smithi119.jffuim (mgr.14180) 1240 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:25.541 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:25.542 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:26.193 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:26.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:26 smithi119 conmon[83797]: cluster 2023-12-08T09:55:24.709238+0000 mgr.smithi119.jffuim (mgr.14180) 1241 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:26.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:26 smithi145 conmon[88257]: cluster 2023-12-08T09:55:24.709238+0000 mgr.smithi119.jffuim (mgr.14180) 1241 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:27.194 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:27.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:27 smithi119 conmon[83797]: audit 2023-12-08T09:55:25.536573+0000 mgr.smithi119.jffuim (mgr.14180) 1242 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:27.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:27 smithi145 conmon[88257]: audit 2023-12-08T09:55:25.536573+0000 mgr.smithi119.jffuim (mgr.14180) 1242 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:28.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:28 smithi119 conmon[83797]: cluster 2023-12-08T09:55:26.709814+0000 mgr.smithi119.jffuim (mgr.14180) 1243 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:28.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:28 smithi145 conmon[88257]: cluster 2023-12-08T09:55:26.709814+0000 mgr.smithi119.jffuim (mgr.14180) 1243 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:29.087 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:29.087 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:29.642 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:30.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:30 smithi119 conmon[83797]: cluster 2023-12-08T09:55:28.710273+0000 mgr.smithi119.jffuim (mgr.14180) 1244 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:30.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:30 smithi145 conmon[88257]: cluster 2023-12-08T09:55:28.710273+0000 mgr.smithi119.jffuim (mgr.14180) 1244 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:30.643 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:31.361 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:31 smithi119 conmon[83797]: audit 2023-12-08T09:55:29.081918+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:55:31.361 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:31 smithi119 conmon[83797]: 1245 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:31.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:31 smithi145 conmon[88257]: audit 2023-12-08T09:55:29.081918+0000 mgr.smithi119.jffuim (mgr.14180) 1245 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:32.202 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:32 smithi119 conmon[83797]: cluster 2023-12-08T09:55:30.711021+0000 mgr.smithi119.jffuim (mgr 2023-12-08T09:55:32.202 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:32 smithi119 conmon[83797]: .14180) 1246 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:32.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:32 smithi145 conmon[88257]: cluster 2023-12-08T09:55:30.711021+0000 mgr.smithi119.jffuim (mgr.14180) 1246 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:32.587 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:32.587 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:33.184 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:33.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:33 smithi119 conmon[83797]: audit 2023-12-08T09:55:32.581761+0000 mgr.smithi119.jffuim (mgr.14180) 1247 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:33.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:33 smithi119 conmon[83797]: cluster 2023-12-08T09 2023-12-08T09:55:33.375 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:33 smithi119 conmon[83797]: :55:32.711562+0000 mgr.smithi119.jffuim (mgr.14180) 1248 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:33.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:33 smithi145 conmon[88257]: audit 2023-12-08T09:55:32.581761+0000 mgr.smithi119.jffuim (mgr.14180) 1247 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:33.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:33 smithi145 conmon[88257]: cluster 2023-12-08T09:55:32.711562+0000 mgr.smithi119.jffuim (mgr.14180) 1248 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:34.185 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:36.101 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:36.102 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:36.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:35 smithi119 conmon[83797]: cluster 2023-12-08T09:55:34.712174+0000 mgr.smithi119.jffuim ( 2023-12-08T09:55:36.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:35 smithi119 conmon[83797]: mgr.14180) 1249 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:36.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:35 smithi145 conmon[88257]: cluster 2023-12-08T09:55:34.712174+0000 mgr.smithi119.jffuim (mgr.14180) 1249 : cluster [DBG] 2023-12-08T09:55:36.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:35 smithi145 conmon[88257]: pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:36.701 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:37.702 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:37 smithi119 conmon[83797]: audit 2023-12-08T09:55:36.096348+0000 mgr.smithi119.jffuim (mgr.14180) 1250 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:37 smithi119 conmon[83797]: cluster 2023-12-08T09: 2023-12-08T09:55:38.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:37 smithi119 conmon[83797]: 55:36.712884+0000 mgr.smithi119.jffuim (mgr.14180) 1251 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:37 smithi145 conmon[88257]: audit 2023-12-08T09:55:36.096348+0000 mgr.smithi119.jffuim (mgr.14180) 1250 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:37 smithi145 conmon[88257]: cluster 2023-12-08T09:55:36.712884 2023-12-08T09:55:38.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:37 smithi145 conmon[88257]: +0000 mgr.smithi119.jffuim (mgr.14180) 1251 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:39.553 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:39.553 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:39.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:39 smithi119 conmon[83797]: cluster 2023-12-08T09:55:38.713401+0000 mgr.smithi119.jffuim (mgr.14180) 1252 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:40.115 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:39 smithi145 conmon[88257]: cluster 2023-12-08T09:55:38.713401+0000 mgr.smithi119.jffuim (mgr.14180) 1252 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:41.116 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:41.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:40 smithi119 conmon[83797]: audit 2023-12-08T09:55:39.547467+0000 mgr.smithi119.jffuim (mgr.14180) 1253 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:41.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:40 smithi145 conmon[88257]: audit 2023-12-08T09:55:39.547467+0000 mgr.smithi119.jffuim (mgr.14180) 1253 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:41.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:41 smithi119 conmon[83797]: cluster 2023-12-08T09:55:40.713949+0000 mgr.smithi119.jffuim (mgr.14180) 1254 : 2023-12-08T09:55:41.875 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:41 smithi119 conmon[83797]: cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:42.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:41 smithi145 conmon[88257]: cluster 2023-12-08T09:55:40.713949+0000 mgr.smithi119.jffuim (mgr.14180) 1254 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:42.962 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:42.963 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:43.532 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:43 smithi119 conmon[83797]: cluster 2023-12-08T09:55:42.714474+0000 mgr.smithi119.jffuim (mgr.14180) 1255 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:44.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:43 smithi119 conmon[83797]: audit 2023-12-08T09:55:42.957240+0000 mgr.smithi119.jffuim (mgr.14180) 1256 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:44.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:43 smithi145 conmon[88257]: cluster 2023-12-08T09:55:42.714474+0000 mgr.smithi119.jffuim (mgr.14180) 1255 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:44.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:43 smithi145 conmon[88257]: audit 2023-12-08T09:55:42.957240+0000 mgr.smithi119.jffuim (mgr.14180) 1256 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:44.533 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:46.060 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:45 smithi119 conmon[83797]: cluster 2023-12-08T09:55:44 2023-12-08T09:55:46.060 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:45 smithi119 conmon[83797]: .714943+0000 mgr.smithi119.jffuim (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-08T09:55:46.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:45 smithi145 conmon[88257]: cluster 2023-12-08T09:55:44.714943+0000 mgr.smithi119.jffuim (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-08T09:55:46.389 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:46.389 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:47:00.908124Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.yvrwxm on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-yvrwxm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.yvrwxm\nDeploy daemon haproxy.rgw.foo.smithi145.yvrwxm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:45:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:45:41Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:46:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.244975Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.smpdhc on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-smpdhc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.smpdhc\nDeploy daemon haproxy.rgw.foo.smithi119.smpdhc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:47:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:48:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:49:34.246175Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.rvgajg on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:47.081 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:47 smithi119 conmon[83797]: audit 2023-12-08T09:55:46.384447+0000 mgr.smithi119.jffuim (mgr.14180) 1258 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:47 smithi119 conmon[83797]: cluster 2023-12-08 2023-12-08T09:55:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:47 smithi119 conmon[83797]: T09:55:46.715650+0000 mgr.smithi119.jffuim (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-08T09:55:47.874 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:47 smithi119 conmon[83797]: audit 2023-12-08T09:55:47.575782+0000 mon.smithi119 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi119.oynyuh"}]: dispatch 2023-12-08T09:55:48.082 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:48.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:47 smithi145 conmon[88257]: audit 2023-12-08T09:55:46.384447+0000 mgr.smithi119.jffuim (mgr.14180) 1258 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:48.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:47 smithi145 conmon[88257]: cluster 2023-12-08T09:55:46.715650+0000 mgr.smithi119.jffuim (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-08T09:55:48.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:47 smithi145 conmon[88257]: audit 2023-12-08T09:55:47.575782+0000 mon.smithi119 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi119.oynyuh"}]: dispatch 2023-12-08T09:55:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: cephadm 2023-12-08T09:55:47.575331+0000 mgr.smithi119.jffuim (mgr. 2023-12-08T09:55:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 14180) 1260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.oynyuh ... 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:53:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:54:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:55:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: Traceback (most recent call last): 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: yield (conn, connr) 2023-12-08T09:55:49.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: code, '\n'.join(err))) 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.oynyuh ... 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:53:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:54:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:55:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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-08T09:55:49.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/ 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: increase-rate-limit 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: cephadm 2023-12-08T09:55:47.575480+0000 mgr.smithi119.jffuim (mgr.14180) 1261 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: cephadm 2023-12-08T09:55:47.576329+0000 mgr.smithi119.jffuim (mgr.14180) 1262 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi119.oynyuh ... 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:53:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:54:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: stat: stderr time="2023-12-08T09:55:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.127 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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-08T09:55:49.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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-08T09:55:49.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: cephadm 2023-12-08T09:55:47.577469+0000 mgr.smithi119.jffuim (mgr.14180) 1263 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:55:49.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: cephadm 2023-12-08T09:55:47.578433+0000 mgr.smithi119.jffuim (mgr.14180) 1264 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:55:49.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: cluster 2023-12-08T09:55:47.579187+0000 mgr.smithi119.jffuim (mgr.14180) 1265 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:49.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: cluster 2023-12-08T09:55:47.791281+0000 mon.smithi119 (mon.0) 762 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T09:55:49.128 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:48 smithi119 conmon[83797]: audit 2023-12-08T09:55:47.951608+0000 mon.smithi119 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:55:49.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: cephadm 2023-12-08T09:55:47.575331+0000 mgr.smithi119.jffuim (mgr.14180) 1260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.oynyuh ... 2023-12-08T09:55:49.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:55:49.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:53:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:54:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:55:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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-08T09:55:49.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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-08T09:55:49.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: Traceback (most recent call last): 2023-12-08T09:55:49.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T09:55:49.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: yield (conn, connr) 2023-12-08T09:55:49.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T09:55:49.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: code, '\n'.join(err))) 2023-12-08T09:55:49.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.oynyuh ... 2023-12-08T09:55:49.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.260 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:55:49.260 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:53:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.260 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:54:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.260 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:55:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.260 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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-08T09:55:49.260 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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-08T09:55:49.260 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:55:49.260 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: cephadm 2023-12-08T09:55:47.575480+0000 mgr.smithi119.jffuim (mgr.14180) 1261 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: cephadm 2023-12-08T09:55:47.576329+0000 mgr.smithi119.jffuim (mgr.14180) 1262 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: /bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: Deploy daemon haproxy.rgw.foo.smithi119.oynyuh ... 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:53:51Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.261 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:54:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: stat: stderr time="2023-12-08T09:55:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-08T09:55:49.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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-08T09:55:49.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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-08T09:55:49.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: 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=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T09:55:49.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: cephadm 2023-12-08T09:55:47.577469+0000 mgr.smithi119.jffuim (mgr.14180) 1263 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:55:49.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: cephadm 2023-12-08T09:55:47.578433+0000 mgr.smithi119.jffuim (mgr.14180) 1264 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-08T09:55:49.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: cluster 2023-12-08T09:55:47.579187+0000 mgr.smithi119.jffuim (mgr.14180) 1265 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:49.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: cluster 2023-12-08T09:55:47.791281+0000 mon.smithi119 (mon.0) 762 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T09:55:49.263 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:48 smithi145 conmon[88257]: audit 2023-12-08T09:55:47.951608+0000 mon.smithi119 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:55:49.924 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:49.924 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:50.538 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:50 smithi119 conmon[83797]: cluster 2023-12-08T09:55:49.579903+0000 mgr.smithi119.jffuim (mgr.14180) 1266 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:51.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:50 smithi119 conmon[83797]: audit 2023-12-08T09:55:49.918743+0000 mgr.smithi119.jffuim (mgr.14180) 1267 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:50 smithi145 conmon[88257]: cluster 2023-12-08T09:55:49.579903+0000 mgr.smithi119.jffuim (mgr.14180) 1266 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:51.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:50 smithi145 conmon[88257]: audit 2023-12-08T09:55:49.918743+0000 mgr.smithi119.jffuim (mgr.14180) 1267 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:51.540 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:53.068 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:52 smithi119 conmon[83797]: cluster 2023-12-08T09:55:51.580775+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:55:53.068 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:52 smithi119 conmon[83797]: 1268 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:52 smithi145 conmon[88257]: cluster 2023-12-08T09:55:51.580775+0000 mgr.smithi119.jffuim (mgr.14180) 1268 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:53.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:52 smithi145 conmon[88257]: 2023-12-08T09:55:53.445 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:53.445 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:54.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:55.049 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:55.076 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:54 smithi119 conmon[83797]: audit 2023-12-08T09:55:53.440550+0000 mgr.smithi119.jffuim (mgr.14180) 1269 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:55.076 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:54 smithi119 conmon[83797]: cluster 2023-12-08T09:55:53.581595+0000 mgr.smithi119.jffuim (mgr.14180) 1270 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:55.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:54 smithi145 conmon[88257]: audit 2023-12-08T09:55:53.440550+0000 mgr.smithi119.jffuim (mgr.14180) 1269 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:55.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:54 smithi145 conmon[88257]: cluster 2023-12-08T09:55:53.581595+0000 2023-12-08T09:55:55.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:54 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 1270 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:56.923 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:55:56.923 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:55:57.105 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:56 smithi119 conmon[83797]: cluster 2023-12-08T09:55:55.582541+0000 mgr.smithi119.jffuim (mgr.14180) 1271 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:57.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:56 smithi145 conmon[88257]: cluster 2023-12-08T09:55:55.582541+0000 mgr.smithi119.jffuim (mgr.14180) 1271 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:57.504 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:55:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:57 smithi119 conmon[83797]: audit 2023-12-08T09:55:56.917492+0000 mgr.smithi119.jffuim (mgr.14180) 1272 2023-12-08T09:55:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:57 smithi119 conmon[83797]: : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:58.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:57 smithi119 conmon[83797]: audit 2023-12-08T09:55:57.337987+0000 mon.smithi119 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:55:58.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:57 smithi145 conmon[88257]: audit 2023-12-08T09:55:56.917492+0000 mgr.smithi119.jffuim (mgr.14180) 1272 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:58.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:57 smithi145 conmon[88257]: audit 2023-12-08T09:55:57.337987+0000 mon.smithi119 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.119:0/1427566891' entity='mgr.smithi119.jffuim' 2023-12-08T09:55:58.505 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:55:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:58 smithi119 conmon[83797]: cluster 2023-12-08T09:55:57.583286+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:55:59.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:55:58 smithi119 conmon[83797]: 1273 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:55:59.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:55:58 smithi145 conmon[88257]: cluster 2023-12-08T09:55:57.583286+0000 mgr.smithi119.jffuim (mgr.14180) 1273 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:00.313 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:00.313 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:00.920 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:01.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:00 smithi119 conmon[83797]: cluster 2023-12-08T09:55:59.583860+0000 mgr.smithi119.jffuim (mgr.14180) 1274 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:01.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:00 smithi145 conmon[88257]: cluster 2023-12-08T09:55:59.583860+0000 mgr.smithi119.jffuim (mgr.14180) 1274 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:01.922 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:01 smithi119 conmon[83797]: audit 2023-12-08T09:56:00.308092+0000 mgr.smithi119.jffuim (mgr.14180) 1275 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:02.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:01 smithi119 conmon[83797]: 2023-12-08T09:56:02.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:01 smithi145 conmon[88257]: audit 2023-12-08T09:56:00.308092+0000 mgr.smithi119.jffuim (mgr.14180) 1275 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:02 smithi119 conmon[83797]: cluster 2023-12-08T09:56:01.584521+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:56:03.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:02 smithi119 conmon[83797]: ) 1276 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:03.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:02 smithi145 conmon[88257]: cluster 2023-12-08T09:56:01.584521+0000 mgr.smithi119.jffuim (mgr.14180) 1276 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:03.830 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:03.830 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:04.370 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:05.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:04 smithi119 conmon[83797]: cluster 2023-12-08T09:56:03.585300+0000 mgr.smithi119.jffuim (mgr.14180) 1277 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:05.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:04 smithi119 conmon[83797]: audit 2023-12-08T09:56:05.126 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:04 smithi119 conmon[83797]: 2023-12-08T09:56:03.825400+0000 mgr.smithi119.jffuim (mgr.14180) 1278 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:04 smithi145 conmon[88257]: cluster 2023-12-08T09:56:03.585300+0000 mgr.smithi119.jffuim (mgr.14180) 1277 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:04 smithi145 conmon[88257]: 2023-12-08T09:56:05.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:04 smithi145 conmon[88257]: audit 2023-12-08T09:56:03.825400+0000 mgr.smithi119.jffuim (mgr.14180) 1278 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:05.370 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:06.888 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:06 smithi119 conmon[83797]: cluster 2023-12-08T09:56:05.586155+0000 mgr.smithi119.jffuim (mgr.14180) 1279 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:07.247 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:07.247 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:07.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:06 smithi145 conmon[88257]: cluster 2023-12-08T09:56:05.586155+0000 mgr.smithi119.jffuim (mgr.14180) 1279 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:07.868 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:08.869 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:09.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:08 smithi119 conmon[83797]: audit 2023-12-08T09:56:07.241534+0000 mgr.smithi119.jffuim (mgr.14180) 2023-12-08T09:56:09.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:08 smithi119 conmon[83797]: 1280 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:09.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:08 smithi119 conmon[83797]: cluster 2023-12-08T09:56:07.586787+0000 mgr.smithi119.jffuim (mgr.14180) 1281 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:09.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:08 smithi145 conmon[88257]: audit 2023-12-08T09:56:07.241534+0000 mgr.smithi119.jffuim (mgr.14180) 1280 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:09.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:08 smithi145 conmon[88257]: cluster 2023-12-08T09:56:07.586787+0000 mgr.smithi119.jffuim (mgr.14180) 1281 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:10.781 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:10.781 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:11.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:10 smithi119 conmon[83797]: cluster 2023-12-08T09:56:09.587489+0000 mgr.smithi119.jffuim (mgr.14180) 1282 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:10 smithi145 conmon[88257]: cluster 2023-12-08T09:56:09.587489+0000 mgr.smithi119.jffuim (mgr.14180) 1282 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:11.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:10 smithi145 conmon[88257]: 2023-12-08T09:56:11.359 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:11 smithi119 conmon[83797]: audit 2023-12-08T09:56:10.775722+0000 mgr.smithi119.jffuim (mgr.14180) 1283 : 2023-12-08T09:56:12.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:11 smithi119 conmon[83797]: audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:12.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:11 smithi145 conmon[88257]: audit 2023-12-08T09:56:10.775722+0000 mgr.smithi119.jffuim (mgr.14180) 1283 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:12.360 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:12 smithi119 conmon[83797]: cluster 2023-12-08T09:56:11.588463+0000 mgr.smithi119.jffuim 2023-12-08T09:56:13.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:12 smithi119 conmon[83797]: (mgr.14180) 1284 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:13.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:12 smithi145 conmon[88257]: cluster 2023-12-08T09:56:11.588463+0000 mgr.smithi119.jffuim (mgr.14180) 1284 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:14.182 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:14.182 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:14.809 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:15.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:14 smithi119 conmon[83797]: cluster 2023-12-08T09:56:13.589223+0000 mgr.smithi119.jffuim (mgr.14180) 1285 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:15.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:14 smithi145 conmon[88257]: cluster 2023-12-08T09:56:13.589223+0000 mgr.smithi119.jffuim (mgr.14180) 1285 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:15.810 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:15 smithi119 conmon[83797]: audit 2023-12-08T09:56:14.176636+0000 mgr.smithi119.jffuim (mgr.14180) 1286 : audit 2023-12-08T09:56:16.125 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:15 smithi119 conmon[83797]: [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:16.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:15 smithi145 conmon[88257]: audit 2023-12-08T09:56:14.176636+0000 mgr.smithi119.jffuim (mgr.14180) 1286 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:17.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:16 smithi119 conmon[83797]: cluster 2023-12-08T09:56:15.590104+0000 mgr.smithi119.jffuim (mgr.14180) 1287 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:17.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:16 smithi145 conmon[88257]: cluster 2023-12-08T09:56:15.590104+0000 mgr.smithi119.jffuim (mgr.14180) 1287 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:17.727 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:17.728 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:18.292 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:18 smithi119 conmon[83797]: cluster 2023-12-08T09:56:17.590713+0000 mgr.smithi119.jffuim (mgr.14180) 1288 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:18 smithi119 conmon[83797]: audit 2023-12-08T09:56: 2023-12-08T09:56:19.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:18 smithi119 conmon[83797]: 17.722445+0000 mgr.smithi119.jffuim (mgr.14180) 1289 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:18 smithi145 conmon[88257]: cluster 2023-12-08T09:56:17.590713+0000 mgr.smithi119.jffuim (mgr.14180) 1288 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:19.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:18 smithi145 conmon[88257]: audit 2023-12-08T09:56:17.722445+0000 mgr.smithi119.jffuim (mgr.14180) 1289 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:19.292 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:21.142 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:21.142 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:21.168 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:20 smithi119 conmon[83797]: cluster 2023-12-08T09:56:19.591285+0000 mgr.smithi119.jffuim (mgr.14180) 1290 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:21.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:20 smithi145 conmon[88257]: cluster 2023-12-08T09:56:19.591285+0000 mgr.smithi119.jffuim (mgr.14180) 1290 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:21.759 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:22.760 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:22 smithi119 conmon[83797]: audit 2023-12-08T09:56:21.137045+0000 mgr.smithi119.jffuim (mgr.14180) 1291 : audit 2023-12-08T09:56:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:22 smithi119 conmon[83797]: [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:23.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:22 smithi119 conmon[83797]: cluster 2023-12-08T09:56:21.591896+0000 mgr.smithi119.jffuim (mgr.14180) 1292 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:22 smithi145 conmon[88257]: audit 2023-12-08T09:56:21.137045+0000 mgr.smithi119.jffuim (mgr.14180) 1291 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:22 smithi145 conmon[88257]: cluster 2023-12-08T09:56:21.591896+0000 2023-12-08T09:56:23.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:22 smithi145 conmon[88257]: mgr.smithi119.jffuim (mgr.14180) 1292 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:24.664 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:24.665 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:25.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:24 smithi119 conmon[83797]: cluster 2023-12-08T09:56:23.592495+0000 mgr.smithi119.jffuim (mgr.14180) 1293 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:25.215 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:25.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:24 smithi145 conmon[88257]: cluster 2023-12-08T09:56:23.592495+0000 mgr.smithi119.jffuim (mgr.14180) 1293 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:26.217 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:26.247 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:25 smithi119 conmon[83797]: audit 2023-12-08T09:56:24.659505+0000 mgr.smithi119.jffuim (mgr.14180) 1294 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:26.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:25 smithi145 conmon[88257]: audit 2023-12-08T09:56:24.659505+0000 mgr.smithi119.jffuim (mgr.14180) 1294 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:27.041 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:26 smithi119 conmon[83797]: cluster 2023-12-08T09:56:25. 2023-12-08T09:56:27.041 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:26 smithi119 conmon[83797]: 593116+0000 mgr.smithi119.jffuim (mgr.14180) 1295 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:27.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:26 smithi145 conmon[88257]: cluster 2023-12-08T09:56:25.593116+0000 mgr.smithi119.jffuim (mgr.14180) 1295 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:28.065 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:28.065 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:28.714 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:29.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:28 smithi119 conmon[83797]: cluster 2023-12-08T09:56:27.593699+0000 mgr.smithi119.jffuim (mgr.14180) 1296 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:29.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:28 smithi145 conmon[88257]: cluster 2023-12-08T09:56:27.593699+0000 mgr.smithi119.jffuim (mgr.14180) 1296 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:29.715 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:29 smithi119 conmon[83797]: audit 2023-12-08T09:56:28.060600+0000 mgr.smithi119.jffuim (mgr.14180) 1297 : audit 2023-12-08T09:56:30.124 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:29 smithi119 conmon[83797]: [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:30.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:29 smithi145 conmon[88257]: audit 2023-12-08T09:56:28.060600+0000 mgr.smithi119.jffuim (mgr.14180) 1297 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:31.176 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:30 smithi119 conmon[83797]: cluster 2023-12-08T09:56:29.594324+0000 mgr.smithi119.jffuim (mgr.14180) 1298 : cluster 2023-12-08T09:56:31.176 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:30 smithi119 conmon[83797]: [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:31.258 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:30 smithi145 conmon[88257]: cluster 2023-12-08T09:56:29.594324+0000 mgr.smithi119.jffuim (mgr.14180) 1298 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:31.568 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:31.568 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:32.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:33.149 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:33.177 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:32 smithi119 conmon[83797]: audit 2023-12-08T09:56:31.563376+0000 mgr.smithi119.jffuim (mgr.14180) 1299 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:33.177 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:32 smithi119 conmon[83797]: cluster 2023-12-08T09:56:31.594918+0000 mgr.smithi119.jffuim (mgr.14180) 1300 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:32 smithi145 conmon[88257]: audit 2023-12-08T09:56:31.563376+0000 mgr.smithi119.jffuim (mgr.14180) 1299 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:33.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:32 smithi145 conmon[88257]: cluster 2023-12-08T09:56:31.594918+0000 mgr.smithi119.jffuim (mgr.14180) 1300 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:34.926 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:34.926 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:35.217 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:34 smithi119 conmon[83797]: cluster 2023-12-08T09:56:33.595459+0000 mgr.smithi119.jffuim (mgr.14180) 1301 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:35.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:34 smithi145 conmon[88257]: cluster 2023-12-08T09:56:33.595459+0000 mgr.smithi119.jffuim (mgr.14180) 1301 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:35.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:36.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:35 smithi145 conmon[88257]: audit 2023-12-08T09:56:34.920059+0000 mgr.smithi119.jffuim (mgr.14180) 1302 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:36.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:35 smithi119 conmon[83797]: audit 2023-12-08T09:56:34.920059+0000 mgr.smithi119.jffuim (mgr.14180) 1302 : 2023-12-08T09:56:36.374 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:35 smithi119 conmon[83797]: audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:36.625 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T09:56:37.172 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:36 smithi119 conmon[83797]: cluster 2023-12-08T09:56:35.596264+0000 mgr.smithi119.jffuim (mgr.14180) 1303 : 2023-12-08T09:56:37.172 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:36 smithi119 conmon[83797]: cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:37.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:36 smithi145 conmon[88257]: cluster 2023-12-08T09:56:35.596264+0000 mgr.smithi119.jffuim (mgr.14180) 1303 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:38.514 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-08T09:56:38.515 INFO:teuthology.orchestra.run.smithi119.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T09:28:55.896021Z", "last_refresh": "2023-12-08T09:50:40.296304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T09:28:50.719146Z", "last_refresh": "2023-12-08T09:50:36.284606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T09:28:53.558829Z", "last_refresh": "2023-12-08T09:50:40.296433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:49:34.247153Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.odpxkf on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:53:14.247604Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi145.uyejwf on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi145-uyejwf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi145.uyejwf\nDeploy daemon haproxy.rgw.foo.smithi145.uyejwf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:51:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:51:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:52:33Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.576247Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi119.oynyuh on smithi119: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy-rgw-foo-smithi119-oynyuh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-haproxy.rgw.foo.smithi119.oynyuh\nDeploy daemon haproxy.rgw.foo.smithi119.oynyuh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T09:53:51Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:54:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T09:55:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi119 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T09:55:47.577399Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi145.qqxngx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-08T09:55:47.578363Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi119.fgmonb on smithi119: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.119/16"}, "status": {"created": "2023-12-08T09:33:42.125487Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.119/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T09:28:49.210233Z", "last_refresh": "2023-12-08T09:50:36.284766Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:15.518894Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi119:172.21.15.119=smithi119", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T09:30:15.516514Z", "last_refresh": "2023-12-08T09:50:36.284838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T09:28:54.752317Z", "last_refresh": "2023-12-08T09:50:36.284901Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T09:30:45.242004Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T09:30:45.236888Z", "last_refresh": "2023-12-08T09:50:36.284975Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T09:28:52.379407Z", "last_refresh": "2023-12-08T09:50:40.296568Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T09:33:42.125096Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-08T09:33:48.416699Z", "last_refresh": "2023-12-08T09:50:36.285231Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-08T09:56:39.173 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-08T09:56:39.173 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_451ceae11b5d4caee05e94372fe658621eefc0b1/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-08T09:56:39.293 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b327840770e540239033b460c7485ea1 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_451ceae11b5d4caee05e94372fe658621eefc0b1/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-08T09:56:39.295 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-08T09:56:39.303 INFO:tasks.vip:Removing 10.0.15.119 (and any VIPs) on smithi119.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T09:56:39.304 DEBUG:teuthology.orchestra.run.smithi119:> sudo ip addr del 10.0.15.119/16 dev enp3s0f1 2023-12-08T09:56:39.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:38 smithi145 conmon[88257]: cluster 2023-12-08T09:56:37.597010+0000 mgr.smithi119.jffuim (mgr.14180) 1304 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:39.341 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:38 smithi119 conmon[83797]: cluster 2023-12-08T09:56:37.597010+0000 mgr.smithi119.jffuim (mgr.14180) 1304 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T09:56:39.345 DEBUG:teuthology.orchestra.run.smithi119:> sudo ip addr del 10.0.31.119/16 dev enp3s0f1 2023-12-08T09:56:39.409 INFO:teuthology.orchestra.run.smithi119.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T09:56:39.410 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T09:56:39.410 INFO:tasks.vip:Removing 10.0.15.145 (and any VIPs) on smithi145.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T09:56:39.410 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr del 10.0.15.145/16 dev enp3s0f1 2023-12-08T09:56:39.460 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr del 10.0.31.119/16 dev enp3s0f1 2023-12-08T09:56:39.486 INFO:teuthology.orchestra.run.smithi145.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T09:56:39.487 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T09:56:39.487 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T09:56:39.497 INFO:tasks.cephadm:Teardown begin 2023-12-08T09:56:39.497 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:56:39.522 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:56:39.554 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T09:56:39.554 DEBUG:teuthology.orchestra.run.smithi119:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T09:56:39.577 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T09:56:39.610 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T09:56:39.610 INFO:tasks.cephadm.mon.smithi119:Stopping mon.smithi119... 2023-12-08T09:56:39.610 DEBUG:teuthology.orchestra.run.smithi119:> sudo systemctl stop ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi119 2023-12-08T09:56:39.930 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:39 smithi119 systemd[1]: Stopping Ceph mon.smithi119 for fe4ec624-95ab-11ee-95a3-87774f69a715... 2023-12-08T09:56:39.930 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:39 smithi119 bash[283125]: Error: no container with name or ID ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-mon.smithi119 found: no such container 2023-12-08T09:56:40.241 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:39 smithi119 conmon[83797]: audit 2023-12-08T09:56:38.509528+0000 mgr.smithi119.jffuim (mgr.14180 2023-12-08T09:56:40.242 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:39 smithi119 conmon[83797]: ) 1305 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:40.242 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:39 smithi119 conmon[83797]: debug 2023-12-08T09:56:39.935+0000 7fdbdb4d5700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi119 -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-08T09:56:40.242 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:39 smithi119 conmon[83797]: debug 2023-12-08T09:56:39.935+0000 7fdbdb4d5700 -1 mon.smithi119@0(leader) e2 *** Got Signal Terminated *** 2023-12-08T09:56:40.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:39 smithi145 conmon[88257]: audit 2023-12-08T09:56:38.509528+0000 mgr.smithi119.jffuim (mgr.14180) 1305 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:56:40.624 INFO:journalctl@ceph.mon.smithi119.smithi119.stdout:Dec 08 09:56:40 smithi119 bash[283243]: 9e309e7bb3695dcc65322a542112ea458bf79d9089fbd4a19619ac4ca40793ad 2023-12-08T09:56:40.834 DEBUG:teuthology.orchestra.run.smithi119:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi119.service' 2023-12-08T09:56:40.888 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:56:40.888 INFO:tasks.cephadm.mon.smithi119:Stopped mon.smithi119 2023-12-08T09:56:40.889 INFO:tasks.cephadm.mon.smithi145:Stopping mon.smithi145... 2023-12-08T09:56:40.889 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi145 2023-12-08T09:56:41.238 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:40 smithi145 systemd[1]: Stopping Ceph mon.smithi145 for fe4ec624-95ab-11ee-95a3-87774f69a715... 2023-12-08T09:56:41.238 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:40 smithi145 bash[118333]: Error: no container with name or ID ceph-fe4ec624-95ab-11ee-95a3-87774f69a715-mon.smithi145 found: no such container 2023-12-08T09:56:41.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:41 smithi145 conmon[88257]: debug 2023-12-08T09:56:41.236+0000 7f558b90e700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi145 -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-08T09:56:41.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Dec 08 09:56:41 smithi145 conmon[88257]: debug 2023-12-08T09:56:41.236+0000 7f558b90e700 -1 mon.smithi145@1(peon) e2 *** Got Signal Terminated *** 2023-12-08T09:56:42.069 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe4ec624-95ab-11ee-95a3-87774f69a715@mon.smithi145.service' 2023-12-08T09:56:42.118 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:56:42.118 INFO:tasks.cephadm.mon.smithi145:Stopped mon.smithi145 2023-12-08T09:56:42.118 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T09:57:42.903 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T09:58:39.717 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:58:39.747 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:58:39.776 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T09:58:39.778 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353/remote/ubuntu@smithi119.front.sepia.ceph.com/crash 2023-12-08T09:58:39.779 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/crash -- . 2023-12-08T09:58:39.830 INFO:teuthology.orchestra.run.smithi119.stderr:tar: /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T09:58:39.830 INFO:teuthology.orchestra.run.smithi119.stderr:tar: Error is not recoverable: exiting now 2023-12-08T09:58:39.831 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353/remote/ubuntu@smithi145.front.sepia.ceph.com/crash 2023-12-08T09:58:39.832 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/crash -- . 2023-12-08T09:58:39.885 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T09:58:39.885 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2023-12-08T09:58:39.886 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T09:58:39.886 DEBUG:teuthology.orchestra.run.smithi119:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T09:58:39.910 INFO:teuthology.orchestra.run.smithi119.stderr:grep: /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T09:58:39.911 INFO:tasks.cephadm:Compressing logs... 2023-12-08T09:58:39.911 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:58:39.954 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:58:39.978 INFO:teuthology.orchestra.run.smithi119.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T09:58:39.978 INFO:teuthology.orchestra.run.smithi119.stderr:: No such file or directory 2023-12-08T09:58:39.978 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi119.uqarjq.log 2023-12-08T09:58:39.978 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi119.viipox.log 2023-12-08T09:58:39.978 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi119.uqarjq.log: gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T09:58:39.979 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T09:58:39.979 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mon.smithi119.log 2023-12-08T09:58:39.979 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi119.viipox.log: /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-volume.log: 78.8% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi119.uqarjq.log.gz 2023-12-08T09:58:39.979 INFO:teuthology.orchestra.run.smithi119.stderr: 58.7% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi119.viipox.log.gz 2023-12-08T09:58:39.979 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T09:58:39.979 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.7.log: /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mon.smithi119.log: gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T09:58:39.979 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T09:58:39.981 INFO:teuthology.orchestra.run.smithi145.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T09:58:39.981 INFO:teuthology.orchestra.run.smithi145.stderr:: No such file or directory 2023-12-08T09:58:39.981 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T09:58:39.981 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi145.dcbuxh.log 2023-12-08T09:58:39.981 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mon.smithi145.log 2023-12-08T09:58:39.981 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi145.dcbuxh.log: gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mgr.smithi145.lkokem.log 2023-12-08T09:58:39.982 INFO:teuthology.orchestra.run.smithi145.stderr: 58.6% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi145.dcbuxh.log.gz 2023-12-08T09:58:39.983 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mon.smithi145.log: gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T09:58:39.983 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T09:58:39.983 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mgr.smithi145.lkokem.log: /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T09:58:39.984 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.6.log: /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.0.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T09:58:39.984 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi145.aafavs.log 2023-12-08T09:58:39.985 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.1.log: /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T09:58:39.985 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T09:58:39.985 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi145.aafavs.log: 78.8% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi145.aafavs.log.gz 2023-12-08T09:58:39.986 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.2.log: 92.5% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T09:58:39.986 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mgr.smithi119.jffuim.log 2023-12-08T09:58:39.987 INFO:teuthology.orchestra.run.smithi145.stderr: 93.3% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mgr.smithi145.lkokem.log.gz 2023-12-08T09:58:40.005 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mgr.smithi119.jffuim.log: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T09:58:40.193 INFO:teuthology.orchestra.run.smithi119.stderr: 89.4% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mgr.smithi119.jffuim.log.gz 2023-12-08T09:58:40.347 INFO:teuthology.orchestra.run.smithi145.stderr: 92.7% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mon.smithi145.log.gz 2023-12-08T09:58:40.626 INFO:teuthology.orchestra.run.smithi145.stderr: 93.3% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T09:58:40.706 INFO:teuthology.orchestra.run.smithi119.stderr: 90.3% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-mon.smithi119.log.gz 2023-12-08T09:58:40.762 INFO:teuthology.orchestra.run.smithi119.stderr: 93.4% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T09:58:40.864 INFO:teuthology.orchestra.run.smithi145.stderr: 93.0% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T09:58:40.872 INFO:teuthology.orchestra.run.smithi145.stderr: 93.0% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T09:58:40.889 INFO:teuthology.orchestra.run.smithi119.stderr: 93.1% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T09:58:40.960 INFO:teuthology.orchestra.run.smithi145.stderr: 93.1% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T09:58:40.962 INFO:teuthology.orchestra.run.smithi145.stderr: 2023-12-08T09:58:40.962 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m0.995s 2023-12-08T09:58:40.963 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m3.666s 2023-12-08T09:58:40.963 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.140s 2023-12-08T09:58:41.094 INFO:teuthology.orchestra.run.smithi119.stderr: 93.2% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T09:58:41.262 INFO:teuthology.orchestra.run.smithi119.stderr: 93.4% -- replaced with /var/log/ceph/fe4ec624-95ab-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T09:58:41.264 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-08T09:58:41.264 INFO:teuthology.orchestra.run.smithi119.stderr:real 0m1.299s 2023-12-08T09:58:41.264 INFO:teuthology.orchestra.run.smithi119.stderr:user 0m4.890s 2023-12-08T09:58:41.264 INFO:teuthology.orchestra.run.smithi119.stderr:sys 0m0.192s 2023-12-08T09:58:41.265 INFO:tasks.cephadm:Archiving logs... 2023-12-08T09:58:41.265 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353/remote/ubuntu@smithi119.front.sepia.ceph.com/log 2023-12-08T09:58:41.266 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T09:58:42.041 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353/remote/ubuntu@smithi145.front.sepia.ceph.com/log 2023-12-08T09:58:42.042 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T09:58:42.632 INFO:tasks.cephadm:Removing cluster... 2023-12-08T09:58:42.632 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 --force 2023-12-08T09:58:43.124 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe4ec624-95ab-11ee-95a3-87774f69a715 --force 2023-12-08T09:58:43.592 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T09:58:43.592 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T09:58:43.608 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T09:58:43.622 INFO:tasks.cephadm:Teardown complete 2023-12-08T09:58:43.623 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-08T09:58:43.635 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi119:/dev/vg_nvme/lv_1... 2023-12-08T09:58:43.635 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme disconnect -n lv_1 2023-12-08T09:58:43.772 INFO:teuthology.orchestra.run.smithi119.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T09:58:43.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:43.774 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi119:/dev/vg_nvme/lv_2... 2023-12-08T09:58:43.774 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme disconnect -n lv_2 2023-12-08T09:58:43.903 INFO:teuthology.orchestra.run.smithi119.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T09:58:43.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:43.905 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi119:/dev/vg_nvme/lv_3... 2023-12-08T09:58:43.905 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme disconnect -n lv_3 2023-12-08T09:58:44.064 INFO:teuthology.orchestra.run.smithi119.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T09:58:44.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:44.066 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi119:/dev/vg_nvme/lv_4... 2023-12-08T09:58:44.066 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme disconnect -n lv_4 2023-12-08T09:58:44.189 INFO:teuthology.orchestra.run.smithi119.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T09:58:44.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:44.191 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-08T09:58:44.191 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/scratch_devs 2023-12-08T09:58:44.215 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2023-12-08T09:58:44.216 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_1 2023-12-08T09:58:44.356 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T09:58:44.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:44.358 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2023-12-08T09:58:44.358 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_2 2023-12-08T09:58:44.481 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T09:58:44.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:44.482 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2023-12-08T09:58:44.483 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_3 2023-12-08T09:58:44.619 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T09:58:44.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:44.621 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2023-12-08T09:58:44.621 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_4 2023-12-08T09:58:44.740 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T09:58:44.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:44.741 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-08T09:58:44.741 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2023-12-08T09:58:44.765 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T09:58:44.775 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T09:58:44.775 DEBUG:teuthology.orchestra.run.smithi119:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T09:58:44.779 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T09:58:44.790 INFO:teuthology.orchestra.run.smithi119.stderr:bash: ntpq: command not found 2023-12-08T09:58:44.794 INFO:teuthology.orchestra.run.smithi119.stdout:210 Number of sources = 4 2023-12-08T09:58:44.794 INFO:teuthology.orchestra.run.smithi119.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:58:44.795 INFO:teuthology.orchestra.run.smithi119.stdout:=============================================================================== 2023-12-08T09:58:44.795 INFO:teuthology.orchestra.run.smithi119.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 45 +739us[ +739us] +/- 93ms 2023-12-08T09:58:44.795 INFO:teuthology.orchestra.run.smithi119.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -321us[ -357us] +/- 49ms 2023-12-08T09:58:44.795 INFO:teuthology.orchestra.run.smithi119.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 -209us[ -209us] +/- 78ms 2023-12-08T09:58:44.795 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:58:44.819 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-12-08T09:58:44.823 INFO:teuthology.orchestra.run.smithi145.stdout:210 Number of sources = 4 2023-12-08T09:58:44.823 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:58:44.823 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-12-08T09:58:44.823 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 48 +763us[ +717us] +/- 93ms 2023-12-08T09:58:44.823 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 -313us[ -359us] +/- 49ms 2023-12-08T09:58:44.823 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 -177us[ -177us] +/- 78ms 2023-12-08T09:58:44.823 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:58:44.824 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T09:58:44.835 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T09:58:44.835 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T09:58:44.861 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:58:44.958 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:58:45.046 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:58:45.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:45.077 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:58:45.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:45.107 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T09:58:45.118 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T09:58:45.145 INFO:teuthology.task.internal:Duration was 2456.479410 seconds 2023-12-08T09:58:45.150 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T09:58:45.166 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T09:58:45.168 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T09:58:45.171 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T09:58:45.213 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:58:45.214 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:58:45.636 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T09:58:45.637 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi119.front.sepia.ceph.com 2023-12-08T09:58:45.637 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:58:45.698 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2023-12-08T09:58:45.698 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:58:45.717 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T09:58:45.717 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T09:58:45.741 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T09:58:45.813 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T09:58:45.813 DEBUG:teuthology.orchestra.run.smithi119:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T09:58:45.815 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T09:58:45.985 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T09:58:46.001 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T09:58:46.001 DEBUG:teuthology.orchestra.run.smithi119:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T09:58:46.026 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T09:58:46.050 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T09:58:46.062 DEBUG:teuthology.orchestra.run.smithi119:> 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-08T09:58:46.068 DEBUG:teuthology.orchestra.run.smithi145:> 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-08T09:58:46.090 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = core 2023-12-08T09:58:46.114 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2023-12-08T09:58:46.128 DEBUG:teuthology.orchestra.run.smithi119:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T09:58:46.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:46.157 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T09:58:46.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:58:46.183 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T09:58:46.195 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T09:58:46.196 DEBUG:teuthology.misc:Transferring archived files from smithi119:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353/remote/smithi119 2023-12-08T09:58:46.197 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T09:58:46.242 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353/remote/smithi145 2023-12-08T09:58:46.243 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T09:58:46.280 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T09:58:46.281 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T09:58:46.283 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T09:58:46.330 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T09:58:46.340 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T09:58:46.341 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T09:58:46.351 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T09:58:46.351 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T09:58:46.353 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T09:58:46.365 INFO:teuthology.orchestra.run.smithi119.stdout: 262974 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 09:58 /home/ubuntu/cephtest 2023-12-08T09:58:46.383 INFO:teuthology.orchestra.run.smithi145.stdout: 262184 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 09:58 /home/ubuntu/cephtest 2023-12-08T09:58:46.385 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T09:58:46.396 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T09:58:46.420 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T09:58:46.449 DEBUG:teuthology.nuke:shortname: smithi119 2023-12-08T09:58:46.449 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T09:58:46.471 DEBUG:teuthology.nuke:shortname: smithi145 2023-12-08T09:58:46.471 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T09:58:46.474 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353', '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-08 09:10:37.814300', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgwL0ulcaaLHJsTvEF1u95jpH6F2ZzjJZQvFFZUMwpupWUzEo0P9O1G+J5a2Zr9Sk4+bzhkei++YMAA7hIPzBg='} 2023-12-08T09:58:46.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483353', '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-08 09:10:37.815871', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDw0UbZgrUYNK8QMGrb1baM9l+UapChidJC0WdNyTvz5vJUudRPZiYb7CJU41jLvijVM5vvPIAvaeMYsjZHDif4='} 2023-12-08T09:58:46.527 INFO:teuthology.orchestra.console.smithi119:Power off 2023-12-08T09:58:46.528 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T09:58:46.552 DEBUG:teuthology.orchestra.console.smithi119:power off output: Chassis Power Control: Down/Off 2023-12-08T09:58:46.552 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:58:46.572 INFO:teuthology.orchestra.console.smithi145:Power off 2023-12-08T09:58:46.572 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T09:58:46.584 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-12-08T09:58:46.598 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2023-12-08T09:58:46.598 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:58:46.623 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-08T09:58:50.585 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:58:50.624 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:58:50.696 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-12-08T09:58:50.743 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-08T09:58:54.698 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:58:54.744 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:58:54.809 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is off 2023-12-08T09:58:54.856 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2023-12-08T09:58:54.911 INFO:teuthology.orchestra.console.smithi119:Power off completed 2023-12-08T09:58:54.957 INFO:teuthology.orchestra.console.smithi145:Power off completed 2023-12-08T09:58:55.062 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: 2456.4794104099274 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b327840770e540239033b460c7485ea1 status: fail success: false 2023-12-08T09:58:55.062 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T09:58:55.143 INFO:teuthology.run:FAIL